First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
Opening Alarm and notifications
The appstate also needs to be updated in binary. To get the binary value of 11, 18 has to be updated. Following code should RAppRunKey = RAppRunKey.OpenSubKey(@"Software\Microsoft\Clock", true); if (RAppRunKey != null) { RAppRunKey.SetValue(@"AppState", new byte[] { 18 }, RegistryValueKind.Binary); } ProcessI... 30 Jul 2008 01:00
http://www.net4manpower.com looking for web developer
Net4manpower looking for web developer Whether you are a webmaster seeking to avail the service of a freelancer or whether you are a freelance programmer in search of a competitive webmaster project or a permanent job, we are here to help you with your outsource project needs. Net4manpower urgently looking f... 29 Jul 2008 07:30
How can I remove notification of new SMS
I use IMailRuleClient to intercept SMS. How can I disable standart new SMS notification? In function ProcessMessage of client I set *pHandled = MRC_HANDLED_DONTCONTINUE; message is not removed (if remove - no notification). ... 29 Jul 2008 23:59
How to migrate
Diego, You have a couple of approaches. Here's a 3rd party solution: http://www.primeworks-mobile.com/Products/DataPortWizard.html You could also write your own code to do this. -- Ginny Caughey Device Application Development MVP "Diego" <diegosatch(a)yahoo.com.ar> wrote in message news:utmM0fyy... 28 Jul 2008 12:03
For Each Row in datagrid?
In the compact environment, how can I loop through the rows of a datagrid? I what to look at column 3 of each row to determine if I need to insert or update a record (column 3 is an ID). I tried foreach (DataGridViewRow equipment in grid.Rows) but DataGridViewRow is not in the assemble. Thanks ... 28 Jul 2008 07:56
Label Control Text goes to default after Screen Orientation ch
the text on label has been resolved by removing the default text in design time. but this is a silly way to resolve. I am using the Mobile Application Blocks. So I call the setting of my label during OnRunStarted in my Controller class. Currently I do not have any Resize event implemented. but now the issue is... 28 Jul 2008 01:49
Label Control Text goes to default after Screen Orientation change
Hi experts, I am facing an issue of my label control defaulting to the original text after the Pocket PC Screen Orientation changes. I have anchored and dock my controls in my form and all my controls is resize correctly after the orientation has changed. But when I change my orientation, my label control t... 28 Jul 2008 01:49
Qualifier __unaligned on pointer to pointer.
Hello every one. Please see if you can help. The question is not about packing and alignment. It is about the use of qualifier __unaligned on double indirection. The line "(*((something**) thing))->member;" works fine on Intel and Motorola chips and a number of compilers. However, with ARM chip, using Visual C... 26 Jul 2008 15:04
Retrieval of voice data from a mobile phone
Is there any way for retrieval of voice data from a mobile phone with Windows OS through API in the form of a stream? Or is there any method in C# to do the task? ... 28 Jul 2008 13:05
how to get background color of today screen
I am hosting an edit control in the today screen, and would like to set from the default white color background to the today screen background color, so that it blends nicely with other today screen plugins. Is there any specific win32 API I can use, to get the today screen background color. Thanks, ... 29 Jul 2008 14:43
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50