Thirteen Years of Service
Posts: 2,622
Threads: 213
RE: Need some help with something [VB.NET] 01-19-2011, 08:19 PM
#12
Glad it worked, however take note that this is currently case-sensitive.
For making it case-insensitive, store process names in either Lowercase or Uppercase, then change the line of code accordingly.
Example:
If ListBox1.Items.Contains(TextBox1.Text.ToLower) = True Then Process.Start(TextBox1.Text)
![[Image: rytwG00.png]](http://i.imgur.com/rytwG00.png)
Redcat Revolution!
•
Thirteen Years of Service
Posts: 2,367
Threads: 170
RE: Need some help with something [VB.NET] 01-19-2011, 08:23 PM
#13
i understand its not an IRC but the thing is, HC is missing an IRC like some other Hack forums.
-----------------------------------------------------------------------------------------------------------
@the thread starter
is your problem solved yet?
if no ask any questions.
(This post was last modified: 01-19-2011, 08:35 PM by Skullmeat.)
Pierce the life fibers with your drill.
•
Thirteen Years of Service
Posts: 249
Threads: 76
RE: [save] Need some help saving listbox without showing save dialog [VB.NET] 01-19-2011, 10:11 PM
#15
edit: i tryed editing the codes to suit my befits if anyone is able to help with this then please say.
•
Thirteen Years of Service
Posts: 249
Threads: 76
RE: [save] Need some help saving listbox without showing save dialog [VB.NET] 01-22-2011, 01:16 PM
#18
hey i asked about this a while ago and the sage and coder sam both gave me codes to save without showing the showfiledialog but the problem with them both is they do not save the text within the listbox they just create the specified text file can you guys help me so it saves the text within the listbox into the text file
•
Thirteen Years of Service
Posts: 2,622
Threads: 213
RE: [save] Need some help saving listbox without showing save dialog [VB.NET] 01-22-2011, 05:00 PM
#20
Yes, I use the code I posted + file search to add the Contents part in my threads.
![[Image: rytwG00.png]](http://i.imgur.com/rytwG00.png)
Redcat Revolution!
•