vb 6.o color

  • Thread starter Thread starter geetanjali
  • Start date Start date
G

geetanjali

I took the color from my c# project which is stored in sql server database
in form of long,in order to save it to database i convert it in 32 bit using
method toargb, and now I want the color in my new vb project. please to help
 
geetanjali said:
I took the color from my c# project which is stored in sql server database
in form of long,in order to save it to database i convert it in 32 bit
using
method toargb, and now I want the color in my new vb project. please to
help

Use 'Color.FromArgb' to reconstruct the color.
 
Back
Top