Click here to Skip to main content
15,895,746 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to Send and receive XML packets??? Pin
Dave Kreskowiak4-May-07 4:30
mveDave Kreskowiak4-May-07 4:30 
QuestionHow to program an application to terminate automatically? Pin
virendra_0074-May-07 2:37
virendra_0074-May-07 2:37 
AnswerRe: How to program an application to terminate automatically? Pin
Arun.Immanuel4-May-07 2:49
Arun.Immanuel4-May-07 2:49 
AnswerRe: How to program an application to terminate automatically? Pin
Dave Kreskowiak4-May-07 4:24
mveDave Kreskowiak4-May-07 4:24 
Questionarray of bytes into an array of string Pin
Rohit Dev4-May-07 0:19
Rohit Dev4-May-07 0:19 
AnswerRe: array of bytes into an array of string Pin
Dave Kreskowiak4-May-07 4:17
mveDave Kreskowiak4-May-07 4:17 
QuestionConvertion of 2003 to 2005 errors Pin
Central_IT3-May-07 23:38
Central_IT3-May-07 23:38 
AnswerRe: Convertion of 2003 to 2005 errors Pin
Rupesh Kumar Swami4-May-07 0:08
Rupesh Kumar Swami4-May-07 0:08 
hi dear,

first of all please be sure you handeled keypress event for Correct text box. Code provided by you shows that it handles keypress event of txtRoomNo , not of txtTextField.

use following code for allow a number, backspace and dot only

If Not (Char.IsControl(e.KeyChar)Or Char.IsNumber(e.KeyChar)Or e.KeyChar = ".") Then
e.Handled = True
End If

hope this helps

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

GeneralRe: Convertion of 2003 to 2005 errors Pin
Central_IT4-May-07 1:37
Central_IT4-May-07 1:37 
Questiondeploying the files Pin
taherjaorawala3-May-07 23:36
taherjaorawala3-May-07 23:36 
AnswerRe: deploying the files Pin
Dave Kreskowiak4-May-07 4:10
mveDave Kreskowiak4-May-07 4:10 
QuestionMethods Other than DTS to read large CSV file in VB 6.0 Pin
virendra_0073-May-07 23:15
virendra_0073-May-07 23:15 
AnswerRe: Methods Other than DTS to read large CSV file in VB 6.0 Pin
ChandraRam4-May-07 3:50
ChandraRam4-May-07 3:50 
QuestionBuilding Exe Pin
BINOVAR3-May-07 22:36
BINOVAR3-May-07 22:36 
AnswerRe: Building Exe Pin
Arun.Immanuel3-May-07 22:36
Arun.Immanuel3-May-07 22:36 
GeneralRe: Building Exe Pin
BINOVAR3-May-07 22:41
BINOVAR3-May-07 22:41 
GeneralRe: Building Exe Pin
Arun.Immanuel3-May-07 23:42
Arun.Immanuel3-May-07 23:42 
GeneralRe: Building Exe Pin
BINOVAR3-May-07 23:47
BINOVAR3-May-07 23:47 
GeneralRe: Building Exe Pin
Arun.Immanuel3-May-07 23:52
Arun.Immanuel3-May-07 23:52 
GeneralRe: Building Exe Pin
BINOVAR4-May-07 0:00
BINOVAR4-May-07 0:00 
AnswerRe: Building Exe Pin
The ANZAC4-May-07 0:50
The ANZAC4-May-07 0:50 
GeneralRe: Building Exe Pin
BINOVAR4-May-07 0:54
BINOVAR4-May-07 0:54 
GeneralRe: Building Exe Pin
Tirthadip4-May-07 1:49
Tirthadip4-May-07 1:49 
QuestionAdding new items to the context menu Pin
chakor1233-May-07 22:25
chakor1233-May-07 22:25 
QuestionHow to save image/Picture in MsAccess Database using Vb.net Pin
Rupesh Kumar Swami3-May-07 21:44
Rupesh Kumar Swami3-May-07 21: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.