Re: CheckBox, render and hDC
From: Mike D Sutton (EDais_at_mvps.org)
Date: 10/02/04
- Next message: mr unreliable: "Aaarrrggghhh -- that ugly flicker!"
- Previous message: Jeff Johnson [MVP: VB]: "Re: CheckBox, render and hDC"
- In reply to: Stefanie: "Re: CheckBox, render and hDC"
- Next in thread: Stefanie: "Re: CheckBox, render and hDC"
- Reply: Stefanie: "Re: CheckBox, render and hDC"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 2 Oct 2004 19:41:27 +0100
> Just a check if this is what you mean.
<snip>
Here's the declarations:
'***
Private Declare Function GetDC Lib "User32.dll" (ByVal hWnd As Long) As Long
Private Declare Function ReleaseDC Lib "User32.dll" ( _
ByVal hWnd As Long, ByVal hDC As Long) As Long
'***
Hope this helps,
Mike
- Microsoft Visual Basic MVP -
E-Mail: EDais@mvps.org
WWW: http://EDais.mvps.org/
- Next message: mr unreliable: "Aaarrrggghhh -- that ugly flicker!"
- Previous message: Jeff Johnson [MVP: VB]: "Re: CheckBox, render and hDC"
- In reply to: Stefanie: "Re: CheckBox, render and hDC"
- Next in thread: Stefanie: "Re: CheckBox, render and hDC"
- Reply: Stefanie: "Re: CheckBox, render and hDC"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|