Click here to Skip to main content
15,890,506 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: tree view node click event Pin
dan!sh 25-Jun-09 1:59
professional dan!sh 25-Jun-09 1:59 
QuestionLink dialog (Hyperlink) Pin
jinxster24-Jun-09 15:37
professionaljinxster24-Jun-09 15:37 
AnswerRe: Link dialog (Hyperlink) Pin
Christian Graus24-Jun-09 16:20
protectorChristian Graus24-Jun-09 16:20 
GeneralRe: Link dialog (Hyperlink) Pin
jinxster24-Jun-09 19:05
professionaljinxster24-Jun-09 19:05 
QuestionUse same DLL instance accross separate applications Pin
jwhite638824-Jun-09 11:42
jwhite638824-Jun-09 11:42 
AnswerRe: Use same DLL instance accross separate applications Pin
Christian Graus24-Jun-09 15:12
protectorChristian Graus24-Jun-09 15:12 
GeneralRe: Use same DLL instance accross separate applications Pin
Jon_Boy25-Jun-09 1:29
Jon_Boy25-Jun-09 1:29 
QuestionGetting pixel colors in VB.NET Pin
vidguy24-Jun-09 5:23
vidguy24-Jun-09 5:23 
My goal is to get the RGB colors of a pixel when I click in a picturebox. Every piece of code I've been able to try or find doesn't work. The bit below uses the GDI GetPixel function and should work but returns an Overflow error. I'm using VB 2008 Express.

Dim p As Point = picbox.PointToClient(MousePosition)
Dim g As Graphics = picbox.CreateGraphics()
Dim pbdc As IntPtr = g.GetHdc()
Dim c As Color = ColorTranslator.FromWin32(GetPixel(pbdc, p.X, p.Y))
g.ReleaseHdc(pbdc)
AnswerRe: Getting pixel colors in VB.NET Pin
0x3c024-Jun-09 5:38
0x3c024-Jun-09 5:38 
GeneralRe: Getting pixel colors in VB.NET Pin
vidguy24-Jun-09 6:03
vidguy24-Jun-09 6:03 
Questioni want code please someone help Pin
harieshkumar.n24-Jun-09 2:28
harieshkumar.n24-Jun-09 2:28 
AnswerRe: i want code please someone help Pin
Jon_Boy24-Jun-09 2:38
Jon_Boy24-Jun-09 2:38 
GeneralRe: i want code please someone help Pin
Sk9324-Jun-09 3:02
Sk9324-Jun-09 3:02 
JokeRe: i want code please someone help Pin
Christian Graus24-Jun-09 10:39
protectorChristian Graus24-Jun-09 10:39 
GeneralRe: i want code please someone help Pin
Steven J Jowett25-Jun-09 0:38
Steven J Jowett25-Jun-09 0:38 
GeneralRe: i want code please someone help Pin
Jon_Boy25-Jun-09 1:31
Jon_Boy25-Jun-09 1:31 
GeneralRe: i want code please someone help Pin
Steven J Jowett25-Jun-09 2:39
Steven J Jowett25-Jun-09 2:39 
AnswerRe: i want code please someone help Pin
Dave Kreskowiak24-Jun-09 4:07
mveDave Kreskowiak24-Jun-09 4:07 
AnswerRe: i want code please someone help Pin
dan!sh 24-Jun-09 7:39
professional dan!sh 24-Jun-09 7:39 
Questionproperty grid Pin
bhargava240923-Jun-09 23:42
bhargava240923-Jun-09 23:42 
AnswerRe: property grid PinPopular
Christian Graus23-Jun-09 23:45
protectorChristian Graus23-Jun-09 23:45 
GeneralRe: property grid Pin
bhargava240924-Jun-09 0:11
bhargava240924-Jun-09 0:11 
GeneralRe: property grid Pin
Jon_Boy24-Jun-09 1:30
Jon_Boy24-Jun-09 1:30 
GeneralRe: property grid Pin
Henry Minute24-Jun-09 1:33
Henry Minute24-Jun-09 1:33 
AnswerRe: property grid Pin
Jon_Boy24-Jun-09 1:28
Jon_Boy24-Jun-09 1:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.