Click here to Skip to main content
15,918,706 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Want to crate a Collection Of Control Pin
Robert Rohde8-May-06 6:07
Robert Rohde8-May-06 6:07 
Questionaudio recording for incoimg/outgoing voice Pin
mamindlapurnachender8-May-06 3:06
mamindlapurnachender8-May-06 3:06 
AnswerRe: audio recording for incoimg/outgoing voice Pin
jonathan158-May-06 4:06
jonathan158-May-06 4:06 
QuestionDatagrid.click (Function Pin
Macky1008-May-06 1:32
Macky1008-May-06 1:32 
QuestionVariant Pin
vikas99738-May-06 0:44
vikas99738-May-06 0:44 
QuestionRe: Variant Pin
Eric Dahlvang8-May-06 4:18
Eric Dahlvang8-May-06 4:18 
AnswerRe: Variant Pin
vikas99738-May-06 4:56
vikas99738-May-06 4:56 
QuestionTextBox which accepts few characters. Pin
Chandan_Kr7-May-06 23:33
Chandan_Kr7-May-06 23:33 
Hi,

I am working on VB application in which i want a textbox to accept only integers and few other characters.
like for house no I want only integers, #, / and backspace to be allowed. I wrote code it restricts alphabets only, not other alphabets.

If KeyCode >= 48 And KeyCode <= 57 Or KeyCode >= 35 And KeyCode <= 44 Or KeyCode = 45 Or KeyCode = 47 Or KeyCode = 8 Then
txtDoorNo.Locked = False
Else
txtDoorNo.Locked = True
End If

but its not working properly.

plz help ASAP.



With Regards Smile | :) ,
Chandan Kumar
AnswerRe: TextBox which accepts few characters. Pin
Mekong River8-May-06 0:28
Mekong River8-May-06 0:28 
AnswerRe: TextBox which accepts few characters. Pin
George B Gilbert8-May-06 12:44
George B Gilbert8-May-06 12:44 
Questioncompiler Pin
noor al-huda7-May-06 22:59
noor al-huda7-May-06 22:59 
Questionhow to get list of all registered domains Pin
narayanagvs7-May-06 22:46
narayanagvs7-May-06 22:46 
AnswerRe: how to get list of all registered domains Pin
Mekong River8-May-06 0:31
Mekong River8-May-06 0:31 
QuestionDatagridview control Pin
roitha7-May-06 22:17
roitha7-May-06 22:17 
AnswerRe: Datagridview control Pin
Mekong River8-May-06 0:42
Mekong River8-May-06 0:42 
QuestionOpen MDIChild Form Pin
roitha7-May-06 22:13
roitha7-May-06 22:13 
AnswerRe: Open MDIChild Form Pin
Mekong River8-May-06 0:37
Mekong River8-May-06 0:37 
QuestionWhat event handler to use for a "press once" key event? Pin
KaKa'7-May-06 21:53
KaKa'7-May-06 21:53 
AnswerRe: What event handler to use for a "press once" key event? Pin
Rizwan Bashir9-May-06 1:53
Rizwan Bashir9-May-06 1:53 
QuestionOracle and SQL Server Connection string in Visual Basic Pin
somrit7-May-06 20:57
somrit7-May-06 20:57 
Questionabout Date.ParseExact() function Pin
pptadam7-May-06 20:17
pptadam7-May-06 20:17 
AnswerRe: about Date.ParseExact() function Pin
Guffa7-May-06 21:46
Guffa7-May-06 21:46 
QuestionHow to move a chart of an excel file from vb.net into slide of power point file? Pin
jkrao7-May-06 19:34
jkrao7-May-06 19:34 
Questionvb.net Pin
amit_jpr7-May-06 19:32
amit_jpr7-May-06 19:32 
AnswerRe: vb.net Pin
Rizwan Bashir7-May-06 21:37
Rizwan Bashir7-May-06 21:37 

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.