Questionvisualbasic2008 adding?:?!

Posts 16 of 6 · Page 1 of 1
visualbasic2008 adding?:?!
hello, i got a problem with visualbasic, i just started with it and im verry n00by with it ,but evry1 need a begin.

so my problem is, i made like a program that i can open thing out of my whole pc and i made buttons and i know how to let them do ther jobs but i need to know wat i need to write ther,i really dono
so pleazee somebodej help me!
*sorry 4 me bad english,i'm dutch


picz;

THIS IS THE PROGRAM WITH MUCH BUTTONS;


THIS IS WAT I GET WHEN I DOUBLE CLICK ON A BUTTON;


AND, I REALLY DONT KNOW WAT I NEED TO FILL IN HERE:¿?



please dont tell me to search google or anything like that cus i already did.
*THANX
I you want it to go to notepad, double click on the button you want to use to link to notepad, then put
Code:
System.Diagnostics.Process.Start("C:\windows\system32\notepad.exe")
THANX MAN 1000000times

i think i got it now i just need to change this; "C:\windows\system32\notepad.exe" with another thing like winrar like "c:\windows\programfilles\winrar\blablabla ?

thanx again
Yeah just insert the file directory and you're good to go
ok thanx, paint dint work but i fixed


thanx
for notepad and basic built in programs you can also do
Code:
Process.Start("Notepad.exe")
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?