Answer Questions
Carl Brochu MSFT SqlConnection - How to connect?
Windows CE 4.2\.NET Compact Framework 2.0\VS2005 beta2\SQL Server 2000 I try to connect to remote database via SqlConnection class: SqlConnection con = new SqlConnection ( "User ID=fabdulov;password=123654;server=serverdf;database=storage" ); con.Open(); When I launch it on my PC - it works. But when I try to launch it on Windows CE - exception throws: Error symbol1.exe SqlException at SqlConnection.OnError() at SqlInternalConnection.On ...Show All
ddunkle Bug of RTTI support in VS2005 & PPC2003?
I want to use some code like:typeid(T).name(). These code works with VS 2005 & Windows Mobile 5.0 correctly, just select "Enable Run-time type info" to "yes". But these code can not be compiled with VS 2005 & PPC 2003, I have select "Enable Run-time type info" to "yes", but it still can not be compiled. I have look for answer in here, and found a thread https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=4883 ...Show All
MikeC01 My pocketPC can't install .cab files
My pocketPC is Acer n50 , use Window Mobile 2003 , second edition. I'm now trying to install some application by running .cab files from my SD-MMC card I've done everything they said from an instruction, but it didn't work. And this message appear in the end. ........................................... Setup Failed The file "\SC-MMC Card\Whatever\setupData.cab" is not a valid Windows CE Setup file. ................... ...Show All
mattmatt321 VS2005 Beta2 and Pocket PC 2003
I have VS2005 Beta2 installed. I am trying to develop a native C++ application for Pocket PC 2003. I use ActiveSync 3.8 I get the error "Connection failed. The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com". Could someone help me with resolving this problem. Thanks -Anthony Until ActiveSync 4.0 is available, you can use the fantastic new emulator. ...Show All
Gentry Creating an Instance using precreated Web Service
I am trying to write a program that uses a Web Service in C++, VS 2005. It fails because COM is not initialized. When I try to initialize COM in the usual way by making a COM class and then calling Initialize it fails to link saying CoInitialize is unresolved. Is there a library I should link in class CCom { private : HRESULT m_hr; public : CCom() : m_hr(E_FAIL) { ...Show All
Gho5t Splash image while Pocket PC is working
Is there a way to invoke the splash icon (Spinning color wheel) in a Pocket PC device (iPAQ) through VB.NET CF code Or is this something (a modal-type form) I would have to write as part of a solution and call whenever I need it. any suggestions for displaying a notification when an VB.NET CF form is loading data or opening another form which takes some time Thanks Thanks, exactly what I was lookin ...Show All
BrianLL I can't reach Win CE emulator from .NET 2005
I want to deploy application to win CE emulator. I installed win CE 5.0 emulator but when I want to deploy it I cannot see Win CE emulator option on deploy window. should I need to change some option thanks Ozer Ozkan Hi... I have same problem... I wanna know when can i get solution... Plz....send e-mail to me... Thanks... Jake Kim I have emulator on my PC. How can I send my app ...Show All
Afia Updating UI from thread: Control.invoke()?
Hi, I'm experiencing some difficulties writing my first application for pocketPc. The program should run on a dell axim x51v with windows mobile 5.0. (I'm using vs2005 professional.) The application uses threads to write messages (from the program itself and streams) to the screen in a listbox (lstStatus). I know how to add items to a listbox (which is quite trivial), but I can't figure out how to do this from within a subthread. Here's some cod ...Show All
Ramadan RESET POCKETPC
hi ; i have a problem : i must to make a soft reset of the my device in csharp; how can i make it thanks alessandro I'm sorry but i cannot create another application in my device. Is there another way for this You can create device application which initiates reset. Desktop can download it to device and execute via RAPI. You can use OpenNetcf.org library to work with RAPI. Note: RAPI can be disabled on WM 5.0 devices. In that ...Show All
Scooter! Possible Bug in Designer PPC Windows App
Hi, I get a strange result when dealing with the designer in VS.NET 2005 (release). Reproduce: I place a label on a form. Than I assign a backcolor (like ActiveBorder or so). This works fine. But when I try to assign a Custom Color - it does not take it. It can be done if I assign a Custom Color to the Window. Next I can change the bkgColor to a custom color for the Label in Designer. The value in the property window changes to the same val ...Show All
Moustafa Ahmed ERROR 10022
Hi, I have one problem and i need your help. I`m programming over Bluetooth Devices in Windows XP SP2 with windows socket. My bluetooth device is supported but when i call WSALookupServiceBegin it produces WSAESINVAL (error 10022). Help me please! Hi , Pls check the following link for info on more relavent forums for suck kind of questions, http://forums.microsoft.com/MSDN/ShowPost.aspx ...Show All
norwegian Output window (printf)
Sorry for the probably easy question. But where is the output of a printf statement going to I have the output window up and the "Show output for" set to debug. Is that the correct place Thanks Thanks Ayman that's easy and it works. I wish the printf statements were going to that window. But at least now I can add my own output to the legacy code I am working with. Thanks ...Show All
Korol Really need to increase main memory
Currently the emulator allocates about ~25MB of memory (storage+progeam). Storage isn't a problem since I can emulate a storage card. However 20MB of program memory is not enough for some of the applications I'm testing. Is there a way I can increase the program memory to about ~40MB Thanks in advance for the help. :) I'm not using the VS emulator, I'm using the stand alone emulator. http://msdn.microsoft.com ...Show All
Mestreechteneer Spy problems
I can connect with remote File View, RegEdit, HeapView, Process View to any of the Emulators or a real PPC2003 device. But when I run Spy I get either “The process cannot access the file because it is being used by another process” “Invalid Signature” when I connect to an emulator (if the emulator is not running it will bring it up) OR “The process cannot access the file because it is being used by anot ...Show All
Jim Tanner How To Convert IR into Wave Formate ??
Hai Guy's I am doing a project universal Remote Control for that i need to convert the Ir into wave format and it will be more sufficeient for my project .That is it over come the line of site problem . Hai Ilya Tumanov Thanks 4 replying me . And i know this is possible using some hardware . I want to know where reverse is possible or not ...Show All
