|
-
Nov 9th, 2005, 09:49 AM
#1
Re: API Colour Dialog
What error is it generating and on what line?
-
Nov 9th, 2005, 11:29 AM
#2
Re: API Colour Dialog
He forgot to include something. Add the following lines to the ShowColor Function
VB Code:
Dim CustomColors() As Byte
ReDim CustomColors(0 To 16 * 4 - 1) As Byte
-
Nov 10th, 2005, 01:30 AM
#3
Addicted Member
Re: API Colour Dialog
 Originally Posted by Hack
What error is it generating and on what line?
It writes me: "Invalid use of Me keyword". I am using visual basic editor 6.3. The "Me" is used in .Net?
I also do not understand what should this macro do.
Boris
-
Nov 10th, 2005, 01:39 AM
#4
Re: API Colour Dialog
Make sure all the code is in the form and not a module.
-
Nov 10th, 2005, 02:08 AM
#5
Addicted Member
Re: API Colour Dialog
 Originally Posted by moeur
Make sure all the code is in the form and not a module.
I have created an userform and commandbutton. The code is inside this userform. Now writes me an error: "Method or data member not found" at the line:
cc.hwndOwner = Me.hwnd
I have tryed to write me. again, but VB is not offering me hwnd.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|