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?
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?