Click here to Skip to main content
15,922,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: datetime format Pin
Stephen McGuire20-Aug-06 5:33
Stephen McGuire20-Aug-06 5:33 
QuestionTableAdapter.Clear alternative Pin
cstrader23219-Aug-06 3:44
cstrader23219-Aug-06 3:44 
AnswerRe: TableAdapter.Clear alternative Pin
Keith Malwitz19-Aug-06 8:00
Keith Malwitz19-Aug-06 8:00 
QuestionAttaching Database in 2005 Pin
nitin_ion18-Aug-06 23:20
nitin_ion18-Aug-06 23:20 
QuestionUninstall specific program from the list Pin
manowj18-Aug-06 20:05
manowj18-Aug-06 20:05 
QuestionGetPixel Method for Eyedropper tool Pin
The ANZAC18-Aug-06 19:57
The ANZAC18-Aug-06 19:57 
AnswerRe: GetPixel Method for Eyedropper tool Pin
Guffa18-Aug-06 23:30
Guffa18-Aug-06 23:30 
AnswerRe: GetPixel Method for Eyedropper tool Pin
Dave Kreskowiak19-Aug-06 3:29
mveDave Kreskowiak19-Aug-06 3:29 
How about:
Dim c As Color
c = PictureBox1.Image.GetPixel(PictureBox1.PointToClient(Windows.Forms.Cursor.Position))

This should work, so long as the Image property of the PictureBox returns a Bitmap object.



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: GetPixel Method for Eyedropper tool Pin
The ANZAC26-Aug-06 18:22
The ANZAC26-Aug-06 18:22 
GeneralRe: GetPixel Method for Eyedropper tool Pin
Dave Kreskowiak27-Aug-06 5:14
mveDave Kreskowiak27-Aug-06 5:14 
Questionexport or import data from excel file Pin
Swiss Mantoro18-Aug-06 18:28
Swiss Mantoro18-Aug-06 18:28 
AnswerRe: export or import data from excel file Pin
Stephen McGuire20-Aug-06 5:35
Stephen McGuire20-Aug-06 5:35 
QuestionDeployment Issues Pin
NGENEAR1118-Aug-06 16:23
NGENEAR1118-Aug-06 16:23 
AnswerRe: Deployment Issues Pin
IsMAiL_Kawasaki19-Aug-06 2:19
IsMAiL_Kawasaki19-Aug-06 2:19 
GeneralRe: Deployment Issues Pin
NGENEAR1119-Aug-06 3:14
NGENEAR1119-Aug-06 3:14 
GeneralRe: Deployment Issues Pin
Keith Malwitz19-Aug-06 8:14
Keith Malwitz19-Aug-06 8:14 
GeneralRe: Deployment Issues Pin
NGENEAR1119-Aug-06 13:32
NGENEAR1119-Aug-06 13:32 
GeneralRe: Deployment Issues Pin
Keith Malwitz19-Aug-06 15:56
Keith Malwitz19-Aug-06 15:56 
GeneralRe: Deployment Issues Pin
Ray Cassick19-Aug-06 16:02
Ray Cassick19-Aug-06 16:02 
QuestionPopulating A Datagrid from a Web Service Pin
stampcoverman18-Aug-06 13:27
stampcoverman18-Aug-06 13:27 
AnswerRe: Populating A Datagrid from a Web Service [modified] Pin
coolestCoder18-Aug-06 20:27
coolestCoder18-Aug-06 20:27 
GeneralRe: Populating A Datagrid from a Web Service Pin
stampcoverman21-Aug-06 7:19
stampcoverman21-Aug-06 7:19 
GeneralRe: Populating A Datagrid from a Web Service Pin
stampcoverman21-Aug-06 13:10
stampcoverman21-Aug-06 13:10 
QuestionDelete multiple files in folder by date Pin
Taen_Karth18-Aug-06 11:34
Taen_Karth18-Aug-06 11:34 
AnswerRe: Delete multiple files in folder by date Pin
Guffa18-Aug-06 12:25
Guffa18-Aug-06 12:25 

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.