Hi Everyone
I've added several Api functions to the general declarations
section of my project BUT when I add IntersectRect, I get an
error.
Any Ideas? Say its not another ID-10-T operator error.
Thanks
Printable View
Hi Everyone
I've added several Api functions to the general declarations
section of my project BUT when I add IntersectRect, I get an
error.
Any Ideas? Say its not another ID-10-T operator error.
Thanks
You need to define the RECT structure in order to use it.
VB Code:
Private Type RECT left As Long top As Long right As Long bottom As Long End Type
:)
That did the trick...Thank you
BTW Crptcblade
That code you had for the progress bar color let
me add a nice touch to my last project...Thanks^2
:cool: