borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Interface Tricks)Next Topic ( how to develop a end task like programm i mean windows task manager ??) New Topic New Poll Post Reply
AndreaVB Forum : API : functions API in VBA
Poster Message
yeye02
Level: Guest


icon functions API in VBA

hWnd = Me.hWnd


this generate error in VBA why?

27-08-2002 at 09:30 PM
| Quote Reply
win_dir
Level: VB Guru

Registered: 04-08-2002
Posts: 390
icon Re: functions API in VBA

The error comes up because hWnd and Me.hWnd are both the same. and they are both Read-Only properties. try this instead

hWndNo = Me.hWnd

    8)            

____________________________
We have a Mustek 5 M/Pix GSm@rt USB Digital Camera
for just £74.03 , offer only on until 30th February!

<AllDuck.com>      

Enquiries/Sales: 0845 430 9862
Fax: 0870 950 4532

29-08-2002 at 12:48 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : API : functions API in VBA
Previous Topic (Interface Tricks)Next Topic ( how to develop a end task like programm i mean windows task manager ??) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder