Click here to Skip to main content
15,893,668 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: about richtextbox in vb6.0 Pin
askhar51626-Aug-09 4:48
askhar51626-Aug-09 4:48 
QuestionUsing timers in vb 2008 express edition Pin
RyJaBy25-Aug-09 3:27
RyJaBy25-Aug-09 3:27 
AnswerRe: Using timers in vb 2008 express edition Pin
Dave Kreskowiak25-Aug-09 3:49
mveDave Kreskowiak25-Aug-09 3:49 
GeneralRe: Using timers in vb 2008 express edition Pin
RyJaBy25-Aug-09 6:03
RyJaBy25-Aug-09 6:03 
GeneralRe: Using timers in vb 2008 express edition Pin
The Man from U.N.C.L.E.25-Aug-09 6:17
The Man from U.N.C.L.E.25-Aug-09 6:17 
GeneralRe: Using timers in vb 2008 express edition Pin
RyJaBy25-Aug-09 6:26
RyJaBy25-Aug-09 6:26 
QuestionVB.net Pin
rajiv_kadam24-Aug-09 21:48
rajiv_kadam24-Aug-09 21:48 
AnswerRe: VB.net Pin
dan!sh 24-Aug-09 22:37
professional dan!sh 24-Aug-09 22:37 
You can use it this way in KeyDown event:

If Not (Char.IsDigit(ChrW(e.KeyData))) And Not (Char.IsControl(ChrW(e.KeyData))) Then
e.SuppressKeyPress = True
'
'Show your message
'
End If


I don't use VB hence there might be a better way to write this.

It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD

AnswerRe: VB.net Pin
εїзεїзεїз25-Aug-09 1:00
εїзεїзεїз25-Aug-09 1:00 
QuestionHow to fired keydown event in last cell of gridview Pin
AjitMourya24-Aug-09 19:50
AjitMourya24-Aug-09 19:50 
AnswerRe: How to fired keydown event in last cell of gridview Pin
Paramu197324-Aug-09 23:34
Paramu197324-Aug-09 23:34 
AnswerRe: How to fired keydown event in last cell of gridview Pin
tonymon9876547-Feb-10 18:55
tonymon9876547-Feb-10 18:55 
QuestionVB.NET ,Event handling Pin
rajiv_kadam24-Aug-09 18:56
rajiv_kadam24-Aug-09 18:56 
AnswerRe: VB.NET ,Event handling Pin
Christian Graus24-Aug-09 19:09
protectorChristian Graus24-Aug-09 19:09 
AnswerRe: VB.NET ,Event handling Pin
Suresh Suthar24-Aug-09 19:12
professionalSuresh Suthar24-Aug-09 19:12 
Question[Message Deleted] Pin
Golden Jing24-Aug-09 17:28
Golden Jing24-Aug-09 17:28 
AnswerRe: How to convert double with currency to text ? Pin
Christian Graus24-Aug-09 19:07
protectorChristian Graus24-Aug-09 19:07 
GeneralRe: How to convert double with currency to text ? Pin
Golden Jing24-Aug-09 21:14
Golden Jing24-Aug-09 21:14 
QuestionHow to reach optimum performance when handling many image frames? Pin
Sonhospa24-Aug-09 6:26
Sonhospa24-Aug-09 6:26 
AnswerRe: How to reach optimum performance when handling many image frames? Pin
Luc Pattyn24-Aug-09 6:43
sitebuilderLuc Pattyn24-Aug-09 6:43 
GeneralRe: How to reach optimum performance when handling many image frames? Pin
Sonhospa24-Aug-09 10:26
Sonhospa24-Aug-09 10:26 
GeneralRe: How to reach optimum performance when handling many image frames? Pin
Luc Pattyn24-Aug-09 11:00
sitebuilderLuc Pattyn24-Aug-09 11:00 
QuestionMulti column Drop down list in VB.NET (populating dataTable) Pin
sachinbb24-Aug-09 6:03
sachinbb24-Aug-09 6:03 
AnswerRe: Multi column Drop down list in VB.NET (populating dataTable) Pin
Henry Minute24-Aug-09 7:26
Henry Minute24-Aug-09 7:26 
GeneralRe: Multi column Drop down list in VB.NET (populating dataTable) Pin
sachinbb24-Aug-09 10:28
sachinbb24-Aug-09 10:28 

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.