Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Win2000 server does not apply this coding!
Message
De
28/01/2001 19:53:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Win2000 server does not apply this coding!
Divers
Thread ID:
00469558
Message ID:
00469558
Vues:
35
I want to move form without no titlebar.
when win98 system, this coding is good!
but, win2000 server does not apply this coding.
what's problem?
______________________________________________________________________________

DECLARE INTEGER GetFocus IN WIN32API
DECLARE INTEGER ReleaseCapture IN WIN32API
DECLARE LONG SendMessage IN user32.DLL AS SendMessage LONG, LONG, LONG, INTEGER
DECLARE INTEGER FindWindow IN Win32API STRING, STRING

#DEFINE WM_NCLBUTTONDOWN 161
#DEFINE HTCAPTION 2

bbhwnd=GETFOCUS()
bb001A = 274
bb001b = -4078

If nButton = 1 Then
bb=ReleaseCapture()
bb=SendMessage(bbhwnd, bb001A, bb001B, 0)
EndIf

______________________________________________________________________________
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform