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

Visual Basic

 
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 
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 
i m entering number in textbox1 only.
for that i m using
event
protected sub textbox1_keydown()
if e.keycode < 48 or e.keycode > 57 then
msgbox("only number allowed")
textbox1.clear()
end if
end sub
my problem is that still 1 character is entered using this code.
and i dont want any character to be entered in textbox but only the number is allowed to entered .and the cursor should not go ahead when blank textbox.plz solve my problem.
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 
Questiondisplay image larger than the screen size Pin
TheMrProgrammer24-Aug-09 4:33
TheMrProgrammer24-Aug-09 4:33 
AnswerRe: display image larger than the screen size Pin
Luc Pattyn24-Aug-09 5:04
sitebuilderLuc Pattyn24-Aug-09 5:04 
GeneralRe: display image larger than the screen size Pin
TheMrProgrammer24-Aug-09 18:41
TheMrProgrammer24-Aug-09 18:41 
GeneralRe: display image larger than the screen size Pin
Luc Pattyn25-Aug-09 0:05
sitebuilderLuc Pattyn25-Aug-09 0:05 
Questionctype operator in Visual Basic; string to MySqlDateTime Pin
fabrice.leal24-Aug-09 1:34
fabrice.leal24-Aug-09 1:34 

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.