PDA

View Full Version : Some VB help?


a-arse
21st December 2000, 15:12
Does anyone know how I could set up my app to:

Upon clicking of one button a load screen (like the one on winamp when u click add mp3) comes up and upon choosing the file you wish to load and clicking OK the app will safe the destination of the selected file into a skin which can then be opened/excecuted by another buttonn.
Thanks,
Bye,
:D

Yantze
21st December 2000, 15:56
Try checking out Microsoft's website
http://msdn.microsoft.com/vbasic
They have tips and tricks there. I'm just learning VB myself, so I can't be any more help than that.

a-arse
21st December 2000, 16:47
Thanks I'll try there another good site is
http://www.vb-world.net/

ecstatic
21st December 2000, 20:23
Use the Common Dialog control. Then just take the filename from that, and put it into a variable that the skin loading routine can access.

How you load the skin is your business.

a-arse
22nd December 2000, 08:41
I don't know what you just said But I have MDSN library on my comp so I'll type that in :D,
Thanks,

a-arse
22nd December 2000, 12:02
Thanks Alot :D
I worked just fine
Thanks ecstatic you really helped me out there

Khaine
23rd December 2000, 05:06
try this code

frm(whatever the other form is called).Show
Me.Hide

you don't need the Me.Hide but it helps save memory