Until now, I haven't found any way to query the system DC's pixel format, or, to be more specific, the STRUCTURE of the pixel format (that is, eg. 5-5-5 or 5-6-5 for hicolor modes).
Is there a way...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10021279.html
I want to be able to have a picture loaded either as the background to a form, as an image, or even in a picture box and then, given a specific point on the picture, I would like to be able to dete...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10034872.html
Zones:
Visual BasicDate Answered: 01/07/1998 Grade: A Views: 0
I am trying to figure out how to extract the RGB settings from a label background color. For example, I have a customizable color palette, but I need to pull the RGB settings for each so I can writ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10132872.html
Zones:
Visual BasicDate Answered: 04/25/1999 Grade: C Views: 0
I must work with colors.
I need the alghoritm that makes conversion RGB <-> HLS
For ex. if I have RGB color 125-160-233 I want to know the corrispondent in HLS and viceversa.
Hoping someone ca...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10309606.html
Zones:
JavaScriptDate Answered: 04/01/2000 Grade: A Views: 6
how ya doin?
Well, this problem is pretty juicy. I am writing a program for school that is required to encrypt a message and be able to decrypt it.
My program is designed to encrypt the program...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11070645.html
Zones:
Visual BasicDate Answered: 08/22/2000 Grade: B Views: 0
Hello,
I am relatively new to VB and I have 1 question related to VB 6.0
I want to know how can I get Red, Green and Blue Values using CommonDialog Control's ShowColor. I ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20285646.html
Zones:
Visual BasicDate Answered: 04/08/2002 Grade: A Views: 0
How do you convert RGB to HSL?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20328687.html
Given two RGB values, is there a way to see how "close" they are. I need to put this color check into my program to ensure that neighboring cells' color are not too close.
What I want is a "obje...
http://www.experts-exchange.com/Programming/Misc/Q_20382627.html
i want to use this function on button click how can i use it
Public Function GrayColor(ByVal lColor As Long) As Long
Dim bRed As Byte
Dim bGreen As Byte
Dim bBlue As Byte
Dim bAverage As Byt...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20514170.html
Zones:
Visual BasicDate Answered: 11/02/2003 Grade: A Views: 0
Hi.
My problem is with this.
1 problem is that when converting from float color (1.0) to RGB (255) it's not accurate...
But from RGB to float color this is perfect.
2 I want to change de back...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20586447.html
Zones:
JavaScriptDate Answered: 04/17/2003 Grade: A Views: 0