Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Bind a Combobox in VB 2008 Pin
Jay Royall5-Feb-09 23:57
Jay Royall5-Feb-09 23:57 
GeneralRe: Bind a Combobox in VB 2008 Pin
Jaco Muller6-Feb-09 0:09
Jaco Muller6-Feb-09 0:09 
QuestionInvoking .Net DLL [modified] Pin
subramanyeswari3-Feb-09 18:55
subramanyeswari3-Feb-09 18:55 
AnswerRe: Invoking .Net DLL Pin
Christian Graus3-Feb-09 19:24
protectorChristian Graus3-Feb-09 19:24 
GeneralRe: Invoking .Net DLL Pin
subramanyeswari3-Feb-09 20:32
subramanyeswari3-Feb-09 20:32 
GeneralRe: Invoking .Net DLL Pin
Dave Kreskowiak4-Feb-09 2:24
mveDave Kreskowiak4-Feb-09 2:24 
QuestionTrap "Enter" key press Pin
moonshaddow3-Feb-09 16:38
moonshaddow3-Feb-09 16:38 
GeneralRe: Trap "Enter" key press Pin
Luc Pattyn3-Feb-09 17:35
sitebuilderLuc Pattyn3-Feb-09 17:35 
Hi,

you should use the KeyDown event, it offers KeyCode which directly compares to Keys.Enter without
needing the ASC function; then set SuppressKeyPress when you want to ignore the key.

BTW: you managed to use PRE tags the wrong way!

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


AnswerRe: Trap "Enter" key press Pin
EliottA3-Feb-09 18:08
EliottA3-Feb-09 18:08 
AnswerRe: Trap "Enter" key press Pin
Dave Kreskowiak3-Feb-09 18:16
mveDave Kreskowiak3-Feb-09 18:16 
AnswerRe: Trap "Enter" key press Pin
StuBaum4-Feb-09 17:17
StuBaum4-Feb-09 17:17 
AnswerRe: Trap "Enter" key press Pin
Bharat Jain4-Feb-09 19:25
Bharat Jain4-Feb-09 19:25 
GeneralRe: Trap "Enter" key press Pin
moonshaddow4-Feb-09 19:44
moonshaddow4-Feb-09 19:44 
QuestionRS232 Communication Pin
Subjugate3-Feb-09 13:59
Subjugate3-Feb-09 13:59 
AnswerRe: RS232 Communication Pin
Heywood3-Feb-09 14:25
Heywood3-Feb-09 14:25 
AnswerRe: RS232 Communication Pin
Bharat Jain3-Feb-09 20:51
Bharat Jain3-Feb-09 20:51 
GeneralRe: RS232 Communication Pin
Subjugate3-Feb-09 21:04
Subjugate3-Feb-09 21:04 
GeneralRe: RS232 Communication Pin
Bharat Jain4-Feb-09 18:22
Bharat Jain4-Feb-09 18:22 
GeneralRe: RS232 Communication Pin
Bharat Jain4-Feb-09 18:24
Bharat Jain4-Feb-09 18:24 
GeneralRe: RS232 Communication Pin
Subjugate4-Feb-09 19:31
Subjugate4-Feb-09 19:31 
AnswerRe: RS232 Communication Pin
Bharat Jain4-Feb-09 23:08
Bharat Jain4-Feb-09 23:08 
GeneralRe: RS232 Communication Pin
Subjugate5-Feb-09 13:45
Subjugate5-Feb-09 13:45 
GeneralRe: RS232 Communication Pin
Bharat Jain15-Feb-09 18:19
Bharat Jain15-Feb-09 18:19 
GeneralRe: RS232 Communication Pin
Subjugate15-Feb-09 19:40
Subjugate15-Feb-09 19:40 
GeneralRe: RS232 Communication Pin
Bharat Jain18-Feb-09 22:42
Bharat Jain18-Feb-09 22:42 

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.