|
|
#1 |
|
Banned
Join Date: Dec 2000
Posts: 1,711
|
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,
|
|
|
|
|
|
#2 |
|
Senior Member
|
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. |
|
|
|
|
|
#3 |
|
Banned
Join Date: Dec 2000
Posts: 1,711
|
Thanks I'll try there another good site is
http://www.vb-world.net/ |
|
|
|
|
|
#4 |
|
Senior Member
|
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. |
|
|
|
|
|
#5 |
|
Banned
Join Date: Dec 2000
Posts: 1,711
|
Thanks:
I don't know what you just said But I have MDSN library on my comp so I'll type that in
,Thanks, |
|
|
|
|
|
#6 |
|
Banned
Join Date: Dec 2000
Posts: 1,711
|
Thanks Alot
![]() I worked just fine Thanks ecstatic you really helped me out there |
|
|
|
|
|
#7 |
|
Senior Member
|
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 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|