Click here to Skip to main content
16,010,918 members
Home / Discussions / Mobile
   

Mobile

 
QuestionXPe: boot from a network share (or something similar)? Pin
Super Lloyd6-May-08 20:42
Super Lloyd6-May-08 20:42 
QuestionPlease send Windows 6.0 supported mobile list? Pin
Gopal.S6-May-08 20:33
Gopal.S6-May-08 20:33 
QuestionMC70 Key mapping Pin
priyanky2k6-May-08 20:32
priyanky2k6-May-08 20:32 
Question[Message Deleted] Pin
Arun John6-May-08 19:30
Arun John6-May-08 19:30 
Answer[Message Deleted] Pin
Joe Woodbury6-May-08 19:33
professionalJoe Woodbury6-May-08 19:33 
QuestionWindows Mobile 5 / SQL Mobile Record Counts Pin
Ibuprofen6-May-08 3:48
Ibuprofen6-May-08 3:48 
AnswerRe: Windows Mobile 5 / SQL Mobile Record Counts Pin
Ibuprofen6-May-08 6:02
Ibuprofen6-May-08 6:02 
QuestionEmpty textbox problem Pin
helelark1236-May-08 2:47
helelark1236-May-08 2:47 
Hello,

I am new in mobile programmation.
I am programming in VB.NET 2005 Pocket PC 2003.
I have a textbox that its value entered by the user must be a number.
I check this on validating event of the textbox.
The problem is I would like to allow for empty string too.
When I ma entering the following it returns me "Frequency must be anumber"
The textbox is empty???

Private Sub FrequencyTextBox_Validating(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles FrequencyTextBox.Validating
Try
If FrequencyTextBox.Text <> "" AndAlso Not IsNumeric(FrequencyTextBox.Text) Then
StatusBar1.Text = "Frequency must be a number!"
e.Cancel = True
End If
Catch ex As Exception
ErrorHandle.ErrorMessage("FrequencyTextBox_Validating", ex.Message)
End Try
End Sub

Thank you for help

Shay Noy

AnswerRe: Empty textbox problem Pin
Mohanraj D6-May-08 19:26
Mohanraj D6-May-08 19:26 
GeneralRe: Empty textbox problem Pin
helelark12310-May-08 18:52
helelark12310-May-08 18:52 
QuestionHow to take Backup and Restore of cemail.vol Pin
v_mymailbox6-May-08 2:33
v_mymailbox6-May-08 2:33 
QuestionForm Load Pin
dandi186-May-08 0:55
dandi186-May-08 0:55 
Questionplease help solve the problem below Pin
sobu5-May-08 21:49
sobu5-May-08 21:49 
AnswerRe: please help solve the problem below Pin
Cedric Moonen5-May-08 22:03
Cedric Moonen5-May-08 22:03 
AnswerRe: please help solve the problem below Pin
Super Lloyd7-May-08 20:34
Super Lloyd7-May-08 20:34 
QuestionI NEED HELP FOR USING AT COMMANDS Pin
savitri5-May-08 21:19
savitri5-May-08 21:19 
QuestionVB.NET Handheld PDA - Input box not displaying text Pin
Arsene Cormier5-May-08 9:42
Arsene Cormier5-May-08 9:42 
AnswerRe: VB.NET Handheld PDA - Input box not displaying text Pin
Arjun Marwaha7-May-08 8:58
Arjun Marwaha7-May-08 8:58 
QuestionUniquely identify the contact Pin
Rupesh Kumar Swami5-May-08 0:58
Rupesh Kumar Swami5-May-08 0:58 
QuestionCheck if activesync is connected ? Pin
dandi183-May-08 21:43
dandi183-May-08 21:43 
AnswerDesktop Communication! Pin
Ibuprofen6-May-08 3:53
Ibuprofen6-May-08 3:53 
AnswerRe: Check if activesync is connected ? Pin
Joe Woodbury6-May-08 19:30
professionalJoe Woodbury6-May-08 19:30 
QuestionIncrease width of datagrid Pin
Rupesh Kumar Swami3-May-08 20:45
Rupesh Kumar Swami3-May-08 20:45 
AnswerRe: Increase width of datagrid Pin
dandi183-May-08 21:50
dandi183-May-08 21:50 
GeneralRe: Increase width of datagrid Pin
Rupesh Kumar Swami5-May-08 1:02
Rupesh Kumar Swami5-May-08 1:02 

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.