Click here to Skip to main content
15,911,360 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionThe "ResolveComReference" task failed unexpectedly. Pin
Nanda_MR5-Aug-09 20:51
Nanda_MR5-Aug-09 20:51 
AnswerRe: The "ResolveComReference" task failed unexpectedly. Pin
Johan Hakkesteegt5-Aug-09 21:55
Johan Hakkesteegt5-Aug-09 21:55 
QuestionE-Mail Monitor Pin
Anubhava Dimri5-Aug-09 20:01
Anubhava Dimri5-Aug-09 20:01 
AnswerRe: E-Mail Monitor Pin
dan!sh 5-Aug-09 20:41
professional dan!sh 5-Aug-09 20:41 
AnswerRe: E-Mail Monitor Pin
Adam R Harris6-Aug-09 11:47
Adam R Harris6-Aug-09 11:47 
QuestionOne Number after Decimal Point ? Pin
Bob Beaubien5-Aug-09 17:33
Bob Beaubien5-Aug-09 17:33 
AnswerRe: One Number after Decimal Point ? Pin
Christian Graus5-Aug-09 17:58
protectorChristian Graus5-Aug-09 17:58 
GeneralRe: One Number after Decimal Point ? Pin
Bob Beaubien6-Aug-09 1:48
Bob Beaubien6-Aug-09 1:48 
GeneralRe: One Number after Decimal Point ? Pin
Johan Hakkesteegt6-Aug-09 3:17
Johan Hakkesteegt6-Aug-09 3:17 
GeneralRe: One Number after Decimal Point ? Pin
Bob Beaubien6-Aug-09 3:36
Bob Beaubien6-Aug-09 3:36 
GeneralRe: One Number after Decimal Point ? Pin
Johan Hakkesteegt9-Aug-09 20:14
Johan Hakkesteegt9-Aug-09 20:14 
QuestionMake a directory tree from a list of paths [modified] Pin
User 58422375-Aug-09 3:23
User 58422375-Aug-09 3:23 
AnswerRe: Make a directory tree from a list of paths Pin
Luc Pattyn5-Aug-09 4:41
sitebuilderLuc Pattyn5-Aug-09 4:41 
GeneralRe: Make a directory tree from a list of paths Pin
User 58422375-Aug-09 22:43
User 58422375-Aug-09 22:43 
QuestionPrinting the results of a SQL Query Pin
joakim apelqvist5-Aug-09 2:12
joakim apelqvist5-Aug-09 2:12 
AnswerRe: Printing the results of a SQL Query Pin
dan!sh 5-Aug-09 2:27
professional dan!sh 5-Aug-09 2:27 
GeneralRe: Printing the results of a SQL Query Pin
joakim apelqvist5-Aug-09 2:45
joakim apelqvist5-Aug-09 2:45 
AnswerUse crystal reports Pin
David Mujica5-Aug-09 3:03
David Mujica5-Aug-09 3:03 
GeneralRe: Use crystal reports Pin
joakim apelqvist5-Aug-09 3:05
joakim apelqvist5-Aug-09 3:05 
GeneralRe: Use crystal reports Pin
David Mujica5-Aug-09 3:44
David Mujica5-Aug-09 3:44 
GeneralRe: Use crystal reports Pin
joakim apelqvist5-Aug-09 5:00
joakim apelqvist5-Aug-09 5:00 
QuestionUpdate DataGridView Cell value [modified] Pin
Jay Royall5-Aug-09 1:38
Jay Royall5-Aug-09 1:38 
AnswerRe: Update DataGridView Cell value Pin
Johan Hakkesteegt5-Aug-09 2:00
Johan Hakkesteegt5-Aug-09 2:00 
Perhaps you can move the task from the CellContentClick event to the DataGrid's MouseUp event ?

Determine which cell has been clicked there, and because MouseUp happens after the rest, the CheckBox value should be resolved and ready for you to use.

My advice is free, and you may get what you paid for.

AnswerRe: Update DataGridView Cell value Pin
dan!sh 5-Aug-09 2:20
professional dan!sh 5-Aug-09 2:20 
GeneralRe: Update DataGridView Cell value Pin
Jay Royall5-Aug-09 2:50
Jay Royall5-Aug-09 2:50 

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.