Click here to Skip to main content
15,904,638 members
Home / Discussions / Mobile
   

Mobile

 
GeneralSMS using mobile.net Pin
Abraham Durairaj6-Sep-04 19:05
Abraham Durairaj6-Sep-04 19:05 
GeneralRe: SMS using mobile.net Pin
Daniel Strigl6-Sep-04 20:29
Daniel Strigl6-Sep-04 20:29 
GeneralCapture if a web app client is a Pocket PC Pin
Den2Fly6-Sep-04 11:55
Den2Fly6-Sep-04 11:55 
QuestionHow can i edite INF file to execute the program? Pin
ginee6-Sep-04 1:57
ginee6-Sep-04 1:57 
AnswerRe: How can i edite INF file to execute the program? Pin
João Paulo Figueira6-Sep-04 5:06
professionalJoão Paulo Figueira6-Sep-04 5:06 
GeneralRe: How can i edite INF file to execute the program? Pin
ginee6-Sep-04 16:12
ginee6-Sep-04 16:12 
GeneralRe: How can i edite INF file to execute the program? Pin
ginee6-Sep-04 21:02
ginee6-Sep-04 21:02 
GeneralEnabledChange event of inputpanel .NET CF cause error in real device Pin
ting6685-Sep-04 21:26
ting6685-Sep-04 21:26 
HI~

I am writing C# and use the CF to write mobile application.
I use the input panel control.
The input panel control provide "EnabledChanged" event handler
I write something like this:
inputPanel1.EnabledChange += new System.EventHandler(this.whenChange);

And then I write:
if (inputPanel1.Enable)
{
inputPanel1.Enable = false;
}

This of course will cause the program execute the "whenChanged(Object sender, SystemArgs e)".

The expected result is happened in the emulator. However, testing the program in a real device cause error. The event handler does not execute. That means the "whenChange(..)" method does not execute.

Why this happen?
Thanks

p.s , the real device has installed .NET CF SP2.
QuestionWhat is the root directory if emulator Pin
Azghar Hussain4-Sep-04 19:16
professionalAzghar Hussain4-Sep-04 19:16 
AnswerRe: What is the root directory if emulator Pin
João Paulo Figueira5-Sep-04 8:38
professionalJoão Paulo Figueira5-Sep-04 8:38 
Generalgps/gsm car tracking Pin
mutton7773-Sep-04 11:33
mutton7773-Sep-04 11:33 
QuestionHow to make PDA SIP larger Pin
NF2-Sep-04 21:55
NF2-Sep-04 21:55 
GeneralSoftwares in mobiles and other devices Pin
Taqi Raza1-Sep-04 10:36
Taqi Raza1-Sep-04 10:36 
GeneralUsing .Net component as COM Pin
kasra_nuhi31-Aug-04 21:52
kasra_nuhi31-Aug-04 21:52 
QuestionWhat is that? Pin
Utku KAYA27-Aug-04 9:02
Utku KAYA27-Aug-04 9:02 
Generalscreen rotation for pocketPC2002 Pin
Member 121113026-Aug-04 5:00
Member 121113026-Aug-04 5:00 
GeneralRe: screen rotation for pocketPC2002 Pin
João Paulo Figueira27-Aug-04 2:51
professionalJoão Paulo Figueira27-Aug-04 2:51 
GeneralFile transfer Pin
Cedric Moonen26-Aug-04 4:38
Cedric Moonen26-Aug-04 4:38 
GeneralVisual Studio.net Vs C#.net Pin
ppp00125-Aug-04 16:18
ppp00125-Aug-04 16:18 
GeneralRe: Visual Studio.net Vs C#.net Pin
João Paulo Figueira25-Aug-04 22:35
professionalJoão Paulo Figueira25-Aug-04 22:35 
GeneralRAPI Initialization Question Pin
Rassul Yunussov24-Aug-04 19:26
Rassul Yunussov24-Aug-04 19:26 
GeneralRe: RAPI Initialization Question Pin
Jonas Larsson24-Aug-04 21:43
Jonas Larsson24-Aug-04 21:43 
QuestionHow to load a Bitmap over a dialog faster ? Pin
Arun AC24-Aug-04 3:15
Arun AC24-Aug-04 3:15 
AnswerRe: How to load a Bitmap over a dialog faster ? Pin
João Paulo Figueira24-Aug-04 4:06
professionalJoão Paulo Figueira24-Aug-04 4:06 
GeneralRe: How to load a Bitmap over a dialog faster ? Pin
Arun AC24-Aug-04 7:35
Arun AC24-Aug-04 7:35 

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.