Click here to Skip to main content
16,004,833 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: CrystalReportviewer and Pagesetup Pin
Lucky Sheikh6-Sep-07 20:17
Lucky Sheikh6-Sep-07 20:17 
QuestionBackups with Volume Shadow Copy Service (VSS) under vb.net Pin
wtfia2k6-Sep-07 4:07
wtfia2k6-Sep-07 4:07 
AnswerRe: Backups with Volume Shadow Copy Service (VSS) under vb.net Pin
Dave Kreskowiak6-Sep-07 4:42
mveDave Kreskowiak6-Sep-07 4:42 
GeneralRe: Backups with Volume Shadow Copy Service (VSS) under vb.net Pin
wtfia2k6-Sep-07 5:10
wtfia2k6-Sep-07 5:10 
AnswerRe: Backups with Volume Shadow Copy Service (VSS) under vb.net Pin
wtfia2k7-Sep-07 5:15
wtfia2k7-Sep-07 5:15 
GeneralRe: Backups with Volume Shadow Copy Service (VSS) under vb.net Pin
Dave Kreskowiak7-Sep-07 6:46
mveDave Kreskowiak7-Sep-07 6:46 
QuestionDataGridView.CellValueChanged - value not firing until out of the combobox cell Pin
Marcus J. Smith6-Sep-07 3:13
professionalMarcus J. Smith6-Sep-07 3:13 
AnswerRe: DataGridView.CellValueChanged - value not firing until out of the combobox cell Pin
Dave Kreskowiak7-Sep-07 4:47
mveDave Kreskowiak7-Sep-07 4:47 
The Cell value won't change until the cell loses focus. Until then, you're still editing it.

The Cell's value doesn't pickup the value of the ComboBox until focus is lost. This is when the SetValue method of the DataGridViewComboBoxCell is finally called, which sets the value of the DataGridViewCell, which fires the CellValueChanged event. The DataGridViewCombBoxCell doesn't expose any events itself, so I don't know how you're going to know when the ComboBox value changes.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionLight and Mirrors Pin
Yasin7866-Sep-07 2:14
Yasin7866-Sep-07 2:14 
AnswerRe: Light and Mirrors Pin
Christian Graus6-Sep-07 2:23
protectorChristian Graus6-Sep-07 2:23 
AnswerRe: Light and Mirrors Pin
Dave Kreskowiak6-Sep-07 4:10
mveDave Kreskowiak6-Sep-07 4:10 
AnswerRe: Light and Mirrors Pin
GuyThiebaut6-Sep-07 4:18
professionalGuyThiebaut6-Sep-07 4:18 
AnswerRe: Light and Mirrors Pin
Luc Pattyn6-Sep-07 7:03
sitebuilderLuc Pattyn6-Sep-07 7:03 
GeneralBase addresses of multiple instances Pin
Simon P Stevens5-Sep-07 22:01
Simon P Stevens5-Sep-07 22:01 
GeneralRe: Base addresses of multiple instances Pin
Dave Kreskowiak6-Sep-07 3:53
mveDave Kreskowiak6-Sep-07 3:53 
GeneralRe: Base addresses of multiple instances Pin
Simon P Stevens6-Sep-07 4:01
Simon P Stevens6-Sep-07 4:01 
GeneralRe: Base addresses of multiple instances Pin
Dave Kreskowiak6-Sep-07 4:13
mveDave Kreskowiak6-Sep-07 4:13 
GeneralRe: Base addresses of multiple instances Pin
Simon P Stevens6-Sep-07 4:18
Simon P Stevens6-Sep-07 4:18 
GeneralRe: Base addresses of multiple instances Pin
Dave Kreskowiak6-Sep-07 4:25
mveDave Kreskowiak6-Sep-07 4:25 
GeneralRe: Base addresses of multiple instances Pin
Simon P Stevens6-Sep-07 4:27
Simon P Stevens6-Sep-07 4:27 
QuestionHow to browse class's fields in property grid ? Pin
Ky Nam5-Sep-07 21:35
Ky Nam5-Sep-07 21:35 
AnswerRe: How to browse class's fields in property grid ? Pin
Steven J Jowett5-Sep-07 22:10
Steven J Jowett5-Sep-07 22:10 
AnswerRe: How to browse class's fields in property grid ? Pin
Dave Kreskowiak6-Sep-07 1:44
mveDave Kreskowiak6-Sep-07 1:44 
AnswerRe: How to browse class's fields in property grid ? Pin
Lucky Sheikh6-Sep-07 20:21
Lucky Sheikh6-Sep-07 20:21 
GeneralRe: How to browse class's fields in property grid ? Pin
Dave Kreskowiak7-Sep-07 4:39
mveDave Kreskowiak7-Sep-07 4: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.