vb 6.o color

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
 
H

Herfried K. Wagner [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top