I have this code so far:
dim textbox1 as new textbox
textbox1.text = system.io.path.gettemppath & "\*.exe"
This works in scripts but its not working in vb.net, i googled but didnt find an answer can someone please help me?
Hi!
I have a little question about txt-files...This is the case:
I am going to make a small software for editing particular parts in text files, so you don't have to do it by hand.
In this program, i need to find several words in a text file and retrieve the text or number that is after the...
Lost the Find and Change functions
Not sure if this is the right forum, but . . .
After using VB 2008 Express for many months, suddenly the Find (Cntl F) and change (Cntl H) functions no longer work. If I highlight a series of lines and press Cntl H, both the blue bar at the top of the page...
Hi.
I have no chance to simple search a property in my property list by using the ".Title" of the property. Instead of using "For each > If .Title = SearchTitle" I prefer to do it with the Predicate and ".Find" methode.
Can someone help me to find out, how to avoid using the local variable "...
Hi all,
How do you Find a substring in StringBuilder?
E.g., I want it to tell me if there is substring in a string, and if so, what's its position is.
I can see a Replace member but not a Find member.
Maybe there is some way of using the Replace op also as a Find op?
TIA
- avi
Hi i'm currently planning on developing a program that needs to do a wildcard find/search for files of all types (*.lst *.pdf *.tmt ...etc) based on user input.
So e.g.
User input = 12345
Display all files containing that number in the name:
2D12345.pdf
TF12345.lst
TF12345_1.tmt
etc..
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.