Click here to Skip to main content
15,913,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.Net & Crystal Reportrs DLLs Pin
'Drew3-Aug-07 10:18
'Drew3-Aug-07 10:18 
AnswerRe: VB.Net & Crystal Reportrs DLLs Pin
Rizwan Bashir3-Aug-07 21:48
Rizwan Bashir3-Aug-07 21:48 
Questionhow to convert pixel to inches or mm Pin
eyes20073-Aug-07 3:32
eyes20073-Aug-07 3:32 
AnswerRe: how to convert pixel to inches or mm Pin
Guffa3-Aug-07 4:14
Guffa3-Aug-07 4:14 
QuestionMessage Removed Pin
3-Aug-07 2:30
SureshB.Tech3-Aug-07 2:30 
AnswerRe: After giving the ENTER button corresponding actions will perform......? Pin
nlarson113-Aug-07 2:51
nlarson113-Aug-07 2:51 
AnswerRe: After giving the ENTER button corresponding actions will perform......? Pin
Tom Deketelaere3-Aug-07 2:52
professionalTom Deketelaere3-Aug-07 2:52 
AnswerRe: After giving the ENTER button corresponding actions will perform......? Pin
Rupesh Kumar Swami3-Aug-07 2:58
Rupesh Kumar Swami3-Aug-07 2:58 
hi,
use following code at keypress event of textbox

If e.KeyChar = Chr(13) Then 'Chr(13) is the Enter Key
call yourProcedure()
End If


Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

GeneralRe: After giving the ENTER button corresponding actions will perform......? Pin
nlarson113-Aug-07 3:29
nlarson113-Aug-07 3:29 
AnswerRe: After giving the ENTER button corresponding actions will perform......? Pin
The ANZAC4-Aug-07 2:00
The ANZAC4-Aug-07 2:00 
QuestionCustom Controls - Play Button Pin
RichardBerry3-Aug-07 1:44
RichardBerry3-Aug-07 1:44 
AnswerRe: Custom Controls - Play Button Pin
Tom Deketelaere3-Aug-07 2:22
professionalTom Deketelaere3-Aug-07 2:22 
GeneralRe: Custom Controls - Play Button Pin
RichardBerry3-Aug-07 2:30
RichardBerry3-Aug-07 2:30 
GeneralRe: Custom Controls - Play Button Pin
Tom Deketelaere3-Aug-07 2:43
professionalTom Deketelaere3-Aug-07 2:43 
QuestionForm OpenArguments Pin
MatthysDT3-Aug-07 0:46
MatthysDT3-Aug-07 0:46 
AnswerRe: Form OpenArguments Pin
Luc Pattyn3-Aug-07 1:08
sitebuilderLuc Pattyn3-Aug-07 1:08 
Questionhow to write events of titlebar of the form Pin
eyes20073-Aug-07 0:03
eyes20073-Aug-07 0:03 
AnswerRe: how to write events of titlebar of the form Pin
nlarson113-Aug-07 2:52
nlarson113-Aug-07 2:52 
GeneralRe: how to write events of titlebar of the form Pin
eyes20073-Aug-07 3:25
eyes20073-Aug-07 3:25 
GeneralRe: how to write events of titlebar of the form Pin
nlarson113-Aug-07 3:43
nlarson113-Aug-07 3:43 
GeneralRe: how to write events of titlebar of the form Pin
Dave Kreskowiak3-Aug-07 3:57
mveDave Kreskowiak3-Aug-07 3:57 
AnswerRe: how to write events of titlebar of the form Pin
'Drew3-Aug-07 10:31
'Drew3-Aug-07 10:31 
QuestionMobile Programing With VB Pin
Mogtabam2-Aug-07 22:01
Mogtabam2-Aug-07 22:01 
AnswerRe: Mobile Programing With VB Pin
originSH3-Aug-07 2:13
originSH3-Aug-07 2:13 
GeneralRe: Mobile Programing With VB Pin
Mogtabam3-Aug-07 2:44
Mogtabam3-Aug-07 2:44 

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.