Click here to Skip to main content
15,891,431 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: vbscript code needed Pin
Guffa12-Mar-07 1:09
Guffa12-Mar-07 1:09 
Questionchanging color of CheckBox Pin
ArchaBhandare11-Mar-07 20:08
ArchaBhandare11-Mar-07 20:08 
AnswerRe: changing color of CheckBox Pin
TwoFaced11-Mar-07 22:31
TwoFaced11-Mar-07 22:31 
Question(VB.NET)how to display a selected row data of datagrid in textboxes [modified] Pin
venkata lakshmi prasanna11-Mar-07 19:53
venkata lakshmi prasanna11-Mar-07 19:53 
AnswerRe: how to display a selected row data of datagrid in textboxes Pin
Priya_200711-Mar-07 23:52
Priya_200711-Mar-07 23:52 
QuestionPopup Reminder On System Login Pin
Tirthadip11-Mar-07 19:44
Tirthadip11-Mar-07 19:44 
Questiontextbox....... Pin
manni_n11-Mar-07 14:33
manni_n11-Mar-07 14:33 
AnswerRe: textbox....... Pin
TwoFaced11-Mar-07 14:43
TwoFaced11-Mar-07 14:43 
Try a NumericUpDown control. If that's not an option you could do this a few ways. For one, in the validating event you could check the value to see if it's okay. Unless you want to disable copy/paste you'll probably have to validate the entry here anyway. The other option would be in the keypress event. You could check if the keypress was a number, if it's not you wouldn't allow it. Secondly, if it's a digit and the current contents including the new digit is > 45 you could dissallow it. If you prevent '-', this would take care of anything less then 0 so you wouldn't really need to worry about it.
AnswerRe: textbox....... Pin
Mogtabam11-Mar-07 20:29
Mogtabam11-Mar-07 20:29 
GeneralRe: textbox....... Pin
manni_n11-Mar-07 23:42
manni_n11-Mar-07 23:42 
QuestionTotal rows in DataSet Pin
penguin500011-Mar-07 12:07
penguin500011-Mar-07 12:07 
AnswerRe: Total rows in DataSet Pin
M-Hall11-Mar-07 16:14
M-Hall11-Mar-07 16:14 
AnswerRe: Total rows in DataSet Pin
Daytona_67511-Mar-07 17:00
Daytona_67511-Mar-07 17:00 
GeneralRe: Total rows in DataSet Pin
penguin500011-Mar-07 20:30
penguin500011-Mar-07 20:30 
QuestionHow can I add IMAPI 2.0 to my project in vb.net? Pin
JUNEYT11-Mar-07 11:52
JUNEYT11-Mar-07 11:52 
AnswerRe: How can I add IMAPI 2.0 to my project in vb.net? Pin
M-Hall11-Mar-07 16:00
M-Hall11-Mar-07 16:00 
GeneralRe: How can I add IMAPI 2.0 to my project in vb.net? Pin
JUNEYT11-Mar-07 15:18
JUNEYT11-Mar-07 15:18 
GeneralRe: How can I add IMAPI 2.0 to my project in vb.net? [modified] Pin
M-Hall11-Mar-07 16:47
M-Hall11-Mar-07 16:47 
QuestionInsert tab pages dinamically to a tab control Pin
Narenge11-Mar-07 11:26
Narenge11-Mar-07 11:26 
AnswerRe: Insert tab pages dinamically to a tab control Pin
JUNEYT11-Mar-07 12:58
JUNEYT11-Mar-07 12:58 
GeneralRe: Insert tab pages dinamically to a tab control Pin
Narenge11-Mar-07 13:36
Narenge11-Mar-07 13:36 
GeneralRe: Insert tab pages dinamically to a tab control Pin
JUNEYT11-Mar-07 15:54
JUNEYT11-Mar-07 15:54 
GeneralRe: Insert tab pages dinamically to a tab control Pin
TwoFaced11-Mar-07 17:04
TwoFaced11-Mar-07 17:04 
GeneralRe: Insert tab pages dinamically to a tab control Pin
JUNEYT12-Mar-07 0:21
JUNEYT12-Mar-07 0:21 
GeneralRe: Insert tab pages dinamically to a tab control Pin
Narenge11-Mar-07 22:50
Narenge11-Mar-07 22:50 

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.