Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drag & Drop, Splash Screen
Message
 
 
À
02/01/2001 18:23:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00458698
Message ID:
00458882
Vues:
12
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform