Click here to Skip to main content
15,895,667 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Microsoft Certification Exam Pin
Paul Conrad7-Jul-08 5:49
professionalPaul Conrad7-Jul-08 5:49 
QuestionPleas Help Me Aboat Write analyze object Program Pin
rahzani6-Jul-08 1:57
rahzani6-Jul-08 1:57 
AnswerRe: Pleas Help Me Aboat Write analyze object Program Pin
Christian Graus6-Jul-08 9:44
protectorChristian Graus6-Jul-08 9:44 
QuestionPleas Help Me Aboat Write Program Pin
rahzani6-Jul-08 1:52
rahzani6-Jul-08 1:52 
QuestionSetting the sound volume level Pin
jacobjordan5-Jul-08 19:23
jacobjordan5-Jul-08 19:23 
AnswerRe: Setting the sound volume level Pin
jzonthemtn6-Jul-08 2:32
jzonthemtn6-Jul-08 2:32 
QuestionDataGidView - Jumping to next cell after EditMode Complete Pin
gilchinger5-Jul-08 9:32
gilchinger5-Jul-08 9:32 
AnswerRe: DataGidView - Jumping to next cell after EditMode Complete Pin
paas5-Jul-08 12:05
paas5-Jul-08 12:05 
The CellEnter event should fire when the user enters a new cell, and the CellValidating event for the cell currently being edited fires when the user moves off that cell (provided the control being moved to causes validation). The CellEndEdit is obviously another event to look at for capturing when the cell is done with edit mode.

As far as capturing the 'Enter' key is concerned, I've had problems with capturing command keys via the KeyPress, KeyDown and KeyUp events when the user is in an editable cell. Instead I prefer to override the ProcessCmdKey method and capture keystrokes there when necessary.
GeneralRe: DataGidView - Jumping to next cell after EditMode Complete Pin
gilchinger7-Jul-08 9:49
gilchinger7-Jul-08 9:49 
GeneralRe: DataGidView - Jumping to next cell after EditMode Complete Pin
gilchinger7-Jul-08 21:42
gilchinger7-Jul-08 21:42 
QuestionHow to get specific text from a webpage Pin
nirishere5-Jul-08 4:08
nirishere5-Jul-08 4:08 
AnswerRe: How to get specific text from a webpage Pin
jzonthemtn5-Jul-08 7:25
jzonthemtn5-Jul-08 7:25 
GeneralRe: How to get specific text from a webpage [modified] Pin
nirishere5-Jul-08 7:49
nirishere5-Jul-08 7:49 
GeneralRe: How to get specific text from a webpage Pin
jzonthemtn5-Jul-08 8:20
jzonthemtn5-Jul-08 8:20 
GeneralRe: How to get specific text from a webpage Pin
nirishere5-Jul-08 8:23
nirishere5-Jul-08 8:23 
GeneralRe: How to get specific text from a webpage Pin
Guffa5-Jul-08 15:00
Guffa5-Jul-08 15:00 
QuestionPlz. Help anybody Thumb Image Comparing............ Pin
preetmca5-Jul-08 3:13
preetmca5-Jul-08 3:13 
AnswerRe: Plz. Help anybody Thumb Image Comparing............ Pin
Christian Graus5-Jul-08 3:15
protectorChristian Graus5-Jul-08 3:15 
QuestionAvoid key pressing Pin
Ahamed Azeem5-Jul-08 2:39
Ahamed Azeem5-Jul-08 2:39 
AnswerRe: Avoid key pressing Pin
Christian Graus5-Jul-08 3:16
protectorChristian Graus5-Jul-08 3:16 
GeneralRe: Avoid key pressing Pin
Ahamed Azeem6-Jul-08 1:57
Ahamed Azeem6-Jul-08 1:57 
GeneralRe: Avoid key pressing Pin
paas6-Jul-08 4:12
paas6-Jul-08 4:12 
Questionhow to implement recording sound in .net Pin
Ashok Nalam5-Jul-08 0:44
Ashok Nalam5-Jul-08 0:44 
AnswerRe: how to implement recording sound in .net Pin
Christian Graus5-Jul-08 1:18
protectorChristian Graus5-Jul-08 1:18 
QuestionUsing Postscript fonts in treeview? Pin
teddycrew4-Jul-08 23:11
teddycrew4-Jul-08 23:11 

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.