Click here to Skip to main content
15,898,973 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
AnswerRe: Getting pixel colors in VB.NET Pin
0x3c024-Jun-09 5:38
0x3c024-Jun-09 5:38 
You seem to be trying to get a pixel from picBox's display context. Is this what you want? If so, then you can simple use (picBox.Image as Bitmap).GetPixel(p.X, p.Y) instead. However, that's just the basic idea. You'll probably want to split it up into separate lines, and add a null-check from picBox.Image. If that's true, you'd probably just want to return a color with 0 transparency

Between the idea
And the reality
Between the motion
And the act
Falls the Shadow

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 
GeneralRe: property grid Pin
bhargava240925-Jun-09 0:39
bhargava240925-Jun-09 0:39 

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.