Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drag & Drop, Splash Screen
Message
From
03/01/2001 09:22:23
 
 
To
02/01/2001 18:23:41
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00458698
Message ID:
00458882
Views:
11
Hello, Matt.

>1. Is there a way I can drag and drop a node within a TreeView control?

I'm almost sure that there is an example in the VFP Samples. Take a look at all the drag&drop demos. The code is very helpful.

>2. What can I find more information for splash screen?

You don't need very much. If it's a startup splash screen, the main point are:

a. Put SCREEN=OFF line in your config.fpw and add it to your project.
b. Make your form setting ShowWindow=2 (As top level form), and TitleBar=0.
c. After all the setup code of your application, just remember to set _Screen.visible = .T. !!! 8-)

Hope this helps.
Previous
Reply
Map
View

Click here to load this message in the networking platform