User Profile
Collapse
-
hey can u delete this question which is asked which is not needed by me -
hey rahul sengar says:
Actually what you did is correct
but when you are raising key board events it should have proper meaning which you not following i believe
the value for clicking the button up is 40
and the value for clicking down is 38
better you go for this
wright in google search
key code in windows mobile ( i am sure you will get the values in hexadecimal and...Leave a comment:
-
hey if you are using WIndows mobile 5.0
You have to add this dll i.e add the reference
Microsoft.Windo wsMobile.pocket outlook in your application
You can use this set of code to know the information on what contacts are present on your mobile
OutlookSession _ContactSession =new OutlookSession () ;
for (int i = 0; i < _ContactSession .Contacts.Items .Count; i++)
...Leave a comment:
-
Lauch the application or starting the application on incoming call when deployed
Hey how can i lauch my application on incoming call notification in windows mobile .
hey can u please help me how to launch my application automatically when an incoming call occurs.
Is there any way to lauch my application without opening it.
The process which i went through was i created a cab file of my application which is working perfectly allright. But my application is not getting started when i deploy the cab... -
Creating an application deny call and send sms
Hey how can i lauch my application on incoming call notification in windows mobile .
hey can u please help me how to launch my application automatically when an incoming call occurs.
Is there any way to lauch my application without opening it.
The process which i went through was i created a cab file of my application which is working perfectly allright. But my application is not getting started when i deploy the cab...
No activity results to display
Show More
Leave a comment: