-
How do I change my vb5 measurments?
I need Pixels not twips.
Oh, and I should probally add another question while i am still thinking about it.
I use Photoshop 5 and When I try to match the colors that VB5 uses, my image's color looks slightly off. What is the best way to match my colors in Photoshop with VB5's?
I need to create some graphics that need to blend in with a form's background, so any help will be greatly welcomed.
Darkcloud
[This message has been edited by Darkcloud (edited 02-07-2000).]
-
The first first time u create a form for the project , change it's scalemode property to
3- pixel. Then later, if u draw any other controls they will follow the same pixel convention. This technique applies even to font and size. try it!
Regarding your II part.. There is no other thing than to make yourself a VB program
that changes the backcolor of a label using
a scroll bar for R, G , B
and try to merge it over Photoshop's Image..
It may work if u seriously attempt!!
clue: use a picture box to hold the image and superpose the label over it.