I am new to this forum & programming world.....sorry if i post it in worng section..
I am writing a vb program.
program working a given below
1-- when the program starts there should be a window with a button
(the button is directed to a web link eg. www.facebook.com)
2-- when user press the button...a second small window opens having 2 option
buttons (each of them contains some arguments for the web link of first
button
3-- the user select the option and press ok....and the weblink with
respective button argument is executed..
I need this for downloading files...i have able to create download script but
dont know how to do this
For eg... 1st button link is www.facebook.com
1st option button ---(/login.php)
2nd option button --- (/groups.php)
so if user selects first option then www.facebook.com/login.php is executed
i want help with this button and argument passing...
plz try to explain your code...as i am a newbie
thanks in advance :)