-
- help required related to active directory...
by kultuze
- 3 Replies
- Last post
by Alex Yakhnin MSFT
- salam to all,
will some tell me how to get the status of the user from the active directory ...............................
is it possible or nt
-
- error: 0x8973190e.
by Hussain Deen
- 2 Replies
- Last post
by Hussain Deen
- Hi i got the following error aft i compile my project Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\ims\interop.siptranlibrary.dll'. Error 0x80070020: The process cannot access the file because it is being used by another process. Device Connectivity Component Hope i can get reply soon BR Hussain
-
- Installation Error
by JamesUppy
- 4 Replies
- Last post
by Mark Ivan
- Hi
Hope somebody can help.
I've seen similar problems but not this exact one before...
I am trying to install the .NET CF 2 on a Mio A701.
The installation gets nearly to the end then pops up the message:
"Installation error. Stop all applications and processes, maximize avaialble storage space, and run installation again. Support info: 3."
There is abou
-
- WinInet HttpEndRequest Problem
by Fritz-SE
- 0 Replies
- Last post
by Fritz-SE
- Hi! I have problem with the call to HttpEndRequest on a Qtek s200. (WM 5.0 MSIE 4.01) Sometimes my app hangs when calling this function, and this only occurs when using a GPRS (cellular) connection. The app http module has a sends Chunked Http Post requests to a server and the http connection is setup synchronous. The following wininet functions calls are made before the my app lock. InternetOpen
-
- Making a call to the online service form a dektop application (.net 2.0)
by markovuksanovic
- 3 Replies
- Last post
by Terrence
- I have tried using the following code to add a new entry to the datastore WebRequest req = null; HttpWebResponse res = null; // Initialise the web request // Get Bytes for auth string {user}:{password} ASCIIEncoding encoding = new ASCIIEncoding(); Byte[] userPassBytes = encoding.GetBytes(String.Format("{0}:{1}", "myusername", "mypass
-
- Show a flyout, then close it?
by Matt568875
- 7 Replies
- Last post
by Jonathan Abbott
- Hi all, Here's the situation. I have a menu in my gadget, and I want it so that people can click on the menu, and a flyout comes out with another menu. Then I want them to make a selection from the flyout menu. Basically the selection needs to load in a new flyout. So I'm trying to figure out how to make a link close the current flyout and open a new one with the correct page. I've tried this: <
-
- Object-relational mapping and Compact Framework
by Silverd
- 5 Replies
- Last post
by Silverd
- Hi, I would like to know if a tool of "Object-relational mapping" exist for Windows Mobile and its Compact Framework (2) I saw that we will be able to make it with LINQ, DLINQ, .... with Compact Framework 3.5 but it's still not there (only on beta) and i need that now Pour les francais, existe-t-il un outils de mapping objet relationnel que l'on puisse utiliser sur Windows Mobile et s
-
- Orcas and WinMobile5 & 6
by Jon Stroh
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- Is it possible to write WinMobile5 and WinMobile 6 device applications and create.sdf database's with the Orcas Beta 2.
Also can I open a C# Device or WinForms application from msvs 2005 in msvs 2008 beta and have it convert the application to be re compiled in 2008
Thanks Jon Stroh
-
- <form> in Gadget
by HigH_HawK
- 3 Replies
- Last post
by kmdxb
- Hello, I have created a little Gadget including a text input field and a submit input field (button) within a <form> TAG. Now if you enter a word into the text input field and press the submit input field (button) it should reffer you to the page you have entered in the action var (<form action="http://www.website.com") and show you the result, my problem is that if I click on t
-
- Problem when displaying forms
by Vincentchangys
- 4 Replies
- Last post
by Vincentchangys
- Dear all, I am currently witting a pocket pc 2005 application using Visual Studio .Net 2005. But some strange problems are bugging me and I have no idea how to solve it . Would you please kindly advise what can I do. Below lists out some cases: Case 1: I found that sometimes when the form is loaded, some controls are not loaded/working correctly. For example, sometimes some buttons/labels cannot
-
- ListBox_ScrollBar_Scroll using Button
by s_rookie
- 4 Replies
- Last post
by s_rookie
- Hello,
for Windows Mobile 5.0/C#/netcf 2.0+
Can I use a button to scroll the list insted of using the scrollbar.
Can I hide the Scrollbar
I.e i would like to use two regular buttons below the list so that one button corresponds to list UP and the other DOWN.
How do i program the event handling
Pls send me a link of any online code/sample/discussion/article.
Thanks,
R
-
- Weird things with persistentSettings.js
by Thor78
- 4 Replies
- Last post
by Bruce Williams
- I'm having some difficulties with the persistentSettings Bruce made.
I'm trying to load persistentSettings as my Settings dialog loads, but for some reason nothing gets returned. HOWEVER, if I right afterwards press a button that triggers the same thing (loading value from persistentSettings), it comes up fine!
Here is my code for Settings.js:
//gets called when the Settings windows gets
-
- how to read outlook property using MAPI?
by think_b4_talk
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- When we create account , we got an option for downloading message i.e."Get message headers only" or "Get full copy of message". i would like to check for these properties in my code whereas i used MAPI to get mail.
is this IMAPISession: penProfileSection can help me in any way
with Best Regards
-
- open flyout modified
by humbroll
- 6 Replies
- Last post
by humbroll
- i made gadget that google search. so if i insert keyword and click search button. than flyout is show. in flyout, result of search. but its so confuse. my method is below... =========================================================== //if search clicked .......... ..................... System.Gadget.Flyout.show = true; System.Gadget.Flyout.document.getElementById("result").innerHTML = resul
-
- How to pass parameters to an exe?
by Seduccion
- 8 Replies
- Last post
by Seduccion
- Hi All,
Im developing a Smart Device Application for Windows CE.
I want to pass parameters from an exe to another.
The following code works for normal Window Applications.
System.Diagnostics.ProcessStartInfo otherApp = new System.Diagnostics.ProcessStartInfo("file.exe");
otherApp.Arguments = " args here ";
Process.Start(otherApp);
Howeve
-
- webBrowser calling another browser than IE?
by Panos_gr
- 6 Replies
- Last post
by Panos_gr
- Hello all,
i have been trying to open a specific page (with html, javascript that integrates google maps into a page, for details see here ) and i found that pIE does not support javascript and cannot open my webpage..
in my applicaiton i have a webBrowser panel that i want to navitate to my online page not by using pIE but by using mimico (which is the browser that supports javascri
-
- GetSystemPowerStatusEx and Trinity (HTC)
by crino
- 3 Replies
- Last post
by dseifert
- Hi, i'm using GetSystemPowerStatusEx but the function returns worng values after standby. This happens on Trinity (HTC), on Prophet (HTC) works as well. Any idea
Thanks in advance crino
-
- PPP setup
by LongLee
- 16 Replies
- Last post
by LongLee
- Hi,
Is it possible to remap PPP to user serial com for socket communication on a WM2003 or WM5.0 hand-held device If it's possible, does any one have any idea how to Thanks in advance for any advices.
Long
-
- How to Convert Stream to String
by SenthilNathan
- 11 Replies
- Last post
by ShaadShid
- How to Convert a Stream datatype to string.For example Dim path As System.IO.Stream = (Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(AssemblyName)) the path should to converted string.
-
- Install eMbeded C++ 4.0 on Vista
by Stapunov
- 2 Replies
- Last post
by Stapunov
- Hello, I download eMbeded C++ 4.0 and sp for it. But during instalation it can't instal virtual pc and IDE not started/ It write error message and closed after. I use Windows vista32 bit on notebook and 64 bit on my pc. Please, help me install and use it on vista.
-
- MFC code size limitation
by sanju_kg
- 3 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi All, We are developing a native c++ MFC application, which has lot of functionality, but sadly the code size has also become quiet big. The current size is 9.5 MB, if we reduce some functionality the code size is 8.5 MB then code lodes up fine. My Question is : 1. What is the reason the application fails to load (please explain in detail) 2. What are the different approach we can take address t
-
- signing the application
by mohasad
- 4 Replies
- Last post
by Michael Koster
- hi all , before releasing my application , i have to sign my application . i know that there are two signing process 1. mobile 2 market . 2. orange core signing . then what is Microsoft Logo program . how it is rel;ated to signing . Moreover if i want to sign my application , what are the procedures i have to follow to sign my application . how much i have to pay .. which is trustworthy .. could a
-
- Disconnect GPRS?
by millie_w
- 5 Replies
- Last post
by Lawrence
- Hi Guys,
On my nice new WM5 device, when I connect to a webservice using GPRS, a button appears in the square 'G' icon dropdown which disconnects the GPRS connection. Does anyone know how to do this in code I have tried the OpenNet Connection Manager, but it does not disconnect a GPRS connection like the little button does. Happy to P/Invoke any api's that are needed, using C# and VS2005.
-
- Standalone WM6 Emulator
by George Henne
- 14 Replies
- Last post
by Eagle117
- Congratulations on getting the WM6 SDK out! When will a standalone Emulator V2 with images for WM6 Basic, Classic and Pro be released While these files are available as part of the SDK, that's a 500 meg download. A standalone version would be much easier to download and install. The standalone emulator has been very useful for people doing training, demos or using third party development tools!
-
- Creating CAB files for different Processors
by Malleswar
- 14 Replies
- Last post
by Alex Poon
- Hi,
I want to create CAB files for different processors. Can any one guide how can i proceed.
Thanks in Advance,