Click here to Skip to main content
15,888,330 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionConvince explorer to stay dead. Pin
Herboren25-Sep-10 17:47
Herboren25-Sep-10 17:47 
AnswerRe: Convince explorer to stay dead. Pin
DaveAuld26-Sep-10 1:33
professionalDaveAuld26-Sep-10 1:33 
AnswerRe: Convince explorer to stay dead. Pin
Dave Kreskowiak26-Sep-10 2:12
mveDave Kreskowiak26-Sep-10 2:12 
AnswerRe: Convince explorer to stay dead. Pin
LloydA11126-Sep-10 7:57
LloydA11126-Sep-10 7:57 
GeneralRe: Convince explorer to stay dead. Pin
Herboren26-Sep-10 14:15
Herboren26-Sep-10 14:15 
QuestionExtracting colors Pin
Pasan14825-Sep-10 8:23
Pasan14825-Sep-10 8:23 
AnswerRe: Extracting colors Pin
Luc Pattyn25-Sep-10 9:01
sitebuilderLuc Pattyn25-Sep-10 9:01 
GeneralRe: Extracting colors Pin
Pasan14825-Sep-10 23:00
Pasan14825-Sep-10 23:00 
I think you don't undetstand what i meant. Consider following code.

VB
  1  Dim img As New Bitmap(PictureBox1.Image)
  2  Dim col As Integer = d.GetPixel(x, y).ToArgb ' x and y means any x and y coordination of Bitmap


Variable col will hold some value that return from GetPixel function. Now I want to extract R value, G value and B value separately from variable col. That's what i want.
GeneralRe: Extracting colors Pin
Richard MacCutchan26-Sep-10 1:14
mveRichard MacCutchan26-Sep-10 1:14 
GeneralRe: Extracting colors Pin
Luc Pattyn26-Sep-10 1:53
sitebuilderLuc Pattyn26-Sep-10 1:53 
JokeRepost Pin
dan!sh 26-Sep-10 2:54
professional dan!sh 26-Sep-10 2:54 
AnswerRe: No more Pin
Luc Pattyn26-Sep-10 3:03
sitebuilderLuc Pattyn26-Sep-10 3:03 
GeneralRe: Extracting colors Pin
Pasan14826-Sep-10 6:53
Pasan14826-Sep-10 6:53 
AnswerRe: Extracting colors Pin
Luc Pattyn26-Sep-10 3:01
sitebuilderLuc Pattyn26-Sep-10 3:01 
QuestionSystem.AccessViolationException Closing Windows Form Contianing An ActiveX Control Pin
Stinebaugh23-Sep-10 14:11
Stinebaugh23-Sep-10 14:11 
AnswerRe: System.AccessViolationException Closing Windows Form Contianing An ActiveX Control Pin
Stinebaugh28-Sep-10 9:15
Stinebaugh28-Sep-10 9:15 
GeneralRe: System.AccessViolationException Closing Windows Form Contianing An ActiveX Control Pin
Stinebaugh9-Nov-10 1:36
Stinebaugh9-Nov-10 1:36 
QuestionIs it possible to remove default selection in DataGridView? Pin
Andraw Tang23-Sep-10 11:36
Andraw Tang23-Sep-10 11:36 
AnswerRe: Is it possible to remove default selection in DataGridView? Pin
Luc Pattyn23-Sep-10 12:00
sitebuilderLuc Pattyn23-Sep-10 12:00 
GeneralRe: Is it possible to remove default selection in DataGridView? Pin
Andraw Tang23-Sep-10 12:20
Andraw Tang23-Sep-10 12:20 
QuestionVB6 MKGrid Pin
KhadijaYaseen23-Sep-10 10:36
KhadijaYaseen23-Sep-10 10:36 
AnswerRe: VB6 MKGrid Pin
Dave Kreskowiak27-Sep-10 3:55
mveDave Kreskowiak27-Sep-10 3:55 
Questionhow to read xml in VB6 Pin
jainiraj23-Sep-10 4:01
jainiraj23-Sep-10 4:01 
QuestionSpecific version property when adding references Pin
Jon_Boy22-Sep-10 6:09
Jon_Boy22-Sep-10 6:09 
AnswerRe: Specific version property when adding references Pin
Eddy Vluggen22-Sep-10 9:14
professionalEddy Vluggen22-Sep-10 9:14 

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.