Home > database >  Master come in please, urgent urgent!!!!!!
Master come in please, urgent urgent!!!!!!

Time:09-17

Vb color constants defined as public const red=& amp; HFFOOFF
Excuse me how pb in definition statement???????

CodePudding user response:

With RGB () function in PB,
Red is: RGB (255, 0, 0)

CodePudding user response:

In the global variables are defined as follows
Constant long red=RGB (255, 0, 0)
  • Related