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

Visual Basic

 
AnswerRe: How to send mail from windos application Pin
cstrader23228-Oct-06 5:36
cstrader23228-Oct-06 5:36 
Questionhow change row color on(in) datagirid Pin
berzegerol27-Oct-06 20:10
berzegerol27-Oct-06 20:10 
AnswerRe: how change row color on(in) datagirid Pin
Janani Divya27-Oct-06 20:22
Janani Divya27-Oct-06 20:22 
GeneralRe: how change row color on(in) datagirid Pin
berzegerol27-Oct-06 22:19
berzegerol27-Oct-06 22:19 
GeneralRe: how change row color on(in) datagirid Pin
Janani Divya29-Oct-06 14:58
Janani Divya29-Oct-06 14:58 
GeneralRe: how change row color on(in) datagirid Pin
berzegerol31-Oct-06 2:27
berzegerol31-Oct-06 2:27 
GeneralRe: how change row color on(in) datagirid Pin
Janani Divya31-Oct-06 17:13
Janani Divya31-Oct-06 17:13 
QuestionHow Can i do This in VB? Pin
aloksingh200627-Oct-06 19:46
aloksingh200627-Oct-06 19:46 
Hi
I want coding for a text box in which if i press a '.' Dot from keyboard then
a message should be displayed and that '.' Dot must not be seen in that TextBox. How can i do that.
Please help me.

I have coding for text box in which if i press more then 1 '.' dot then message will be seen But how can i do for first '.'dot?

If KeyAscii >= 48 And KeyAscii <= 57 Or KeyAscii = 46 Then
If KeyAscii = 46 Then
If InStr(TxtMRP.Text, ".") Then
KeyAscii = 0
MsgBox "You can enter One Decimal at a Time", vbInformation
Exit Sub
End If
End If



End If

Withe Regards
Alok Singh

AnswerRe: How Can i do This in VB? Pin
Janani Divya27-Oct-06 20:00
Janani Divya27-Oct-06 20:00 
GeneralRe: How Can i do This in VB? Pin
aloksingh200627-Oct-06 20:20
aloksingh200627-Oct-06 20:20 
GeneralRe: How Can i do This in VB? [modified] Pin
Janani Divya27-Oct-06 20:28
Janani Divya27-Oct-06 20:28 
GeneralRe: How Can i do This in VB? Pin
aloksingh200627-Oct-06 21:26
aloksingh200627-Oct-06 21:26 
Questionvb.net 2003 web-service, beyond the basics Pin
eggsarebad27-Oct-06 14:52
eggsarebad27-Oct-06 14:52 
QuestionSaving controls - urgent Pin
EvScott27-Oct-06 12:04
EvScott27-Oct-06 12:04 
AnswerRe: Saving controls - urgent Pin
mr_lasseter27-Oct-06 13:09
mr_lasseter27-Oct-06 13:09 
GeneralRe: Saving controls - urgent Pin
EvScott27-Oct-06 13:58
EvScott27-Oct-06 13:58 
AnswerRe: Saving controls - urgent [modified] Pin
OldWarhorse27-Oct-06 19:10
OldWarhorse27-Oct-06 19:10 
GeneralRe: Saving controls - urgent Pin
cstrader23228-Oct-06 5:35
cstrader23228-Oct-06 5:35 
GeneralRe: Saving controls - urgent Pin
OldWarhorse28-Oct-06 8:15
OldWarhorse28-Oct-06 8:15 
QuestionExcel Pin
Kschuler27-Oct-06 9:43
Kschuler27-Oct-06 9:43 
AnswerRe: Excel Pin
Rob Graham27-Oct-06 10:53
Rob Graham27-Oct-06 10:53 
QuestionUsing SaveFileDialog to backup database files Pin
dgibson553127-Oct-06 6:25
dgibson553127-Oct-06 6:25 
AnswerRe: Using SaveFileDialog to backup database files Pin
Kschuler27-Oct-06 9:54
Kschuler27-Oct-06 9:54 
QuestionHelp! Pin
Evalee27-Oct-06 5:32
Evalee27-Oct-06 5:32 
AnswerRe: Help! Pin
Colin Angus Mackay27-Oct-06 5:48
Colin Angus Mackay27-Oct-06 5:48 

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.