Answer Questions
mike1942f transfer data to pda
hi i want to write an application that transfer data from desktop computer to the pda on remote location through the GPRS connection hwo to do that. if i want to do that through the GPRS is there any classes build in .net for the gprs or any related article about the GPRS working. is there is build in support for the GPRS connection in pda or we have to attach any extra device to pda. GPRS is a protocol that is used to transfer ...Show All
nebbioli [C#] [CF] [VS 2005 B2] TimeDate with millisecond
Why DateTime .Now.ToString( "yyyy/MM/dd - HH:mm:ss:fff" ) Display only 14:23:00 it according to MSDN it should disp 14:23:236 no So why i can't get milliseconds that should be that, smartphone don't like millisecondes ;o) Thanks Does your device support milliseconds Most WinCE devices don't. If you are trying to measure time in milliseconds then yo ...Show All
Glasgow_Bhoy How to hard reset WinMobile 5.0 device?
Hi Friends, In my application i am hard resetting WinCE4.2 and WinMobile3.0 devices by calling APIs SetCleanRebootFlag and KernelIoControl. It is documented that these APIs call will not work for WinMobile 5.0. For hard reset WinMobile5.0 i am calling ExitWindowsEx API but it only soft reset the device. How to hard reset WinMobile5.0 device . Thanks, Ram Ram, Don't know if this helps but I recently ...Show All
RWeeden How can i add Window mobile 5.0 in smart device project VS2005
I installed VS 2005 Professional and Windows mobile 5.0 smart device SDK. When i create a new project i can only see VB>Smart Device>Pocket PC 2003, Smart phone 2003, Window CE 2005. But I want to make project for win mobile 5.0, its not there. Please help me to create a project for windows mobile 5.0. Many thanks Thx for reply, i fixed it. Actually when i intalled wm5.0 sdks for Smartphone my fire ...Show All
UberGeekxor Controlling D-Pad in the Today Screen (C#)
hello, i'm very new to c++, but i'm getting there. i just need keywords as to where or for what i should be looking to make a program that would produce a mouseclick when the left button of the d-pad is clicked when i'm in the today screen. my device doesn't utilize the d-pad's right and left buttons when i'm in the today screen, so i thought that i could assign the left d-pad button to a mouseclick that would click on the start button. i'm usin ...Show All
UKChris TypeLoadException + System.Web.Services.Protocols
Hi, i'm trying to develop a simple web service application for my pocket pc... the appilication works fine when ran from the pc - cept when i try and run it from the mobile device i get the following error: "SmartDeviceApplication4.exe TypeLoadException Could not load type System.Web.Services.Protocols.SoapHttpClientProtocol from assembly System.Web.Services, Version-1.0.5000.0, Culture=neutral PublicKeyToken=B03f5f7f11d50a3a Application::Run+0 ...Show All
xxxxxxxxxxx Multiline/wordwrap datagridcell
Env.: .NET 2.0, WindowsMobile 5.0 VS 2005 Pro Hi, I use a DataGrid with object DataSource and TextBox Cells (DataGridTextBoxColumn). I don't find any way / don't find the propertys to change the row height or the property wordwrap. Is there an other way to do this My object (ChatMessages) has two columns (name & message) and the message cell should wrap the text. Under .NET I use DataGridView and I don't have those problems. Than ...Show All
gogson tapi questions
hello if there's a separate forum for tapi related questions (oh my god, there should be one) , please move this there or please give me a link to that forum... i have a voice modem and i'm able to make calls with the ITBasiCallControl2 interface... I've also determined using the ITMediaSupport interface that my modem supports tapi audio... But when i use QueryInterface (using the ITAddress Interface created by ITTAPI::Enumerate ...Show All
David Huerta MFC Dropped Classes
Hello, I am trying to compile my MFC application (created in eVC3) with Visual Studio 2005 (Beta 2) for Pocket PC 2003. But in MFC 8.0 some classes I have used are dropped (like CCeDBDatabase or CRecentFileList) and some classes have different methods available for the Pocket PC development. How I am supposed to replace methods like CWinApp::LoadStdProfileSettings or CWinApp::WriteProfileString How should I handle context sensitive hel ...Show All
bloodhound Application Verifier for wm5, where?
Where does one find this elusive creature - the fabled AppVer for wm5 - in the deep depths of msdn search Doug Boling said "real soon now", but that was a half-year back. i want to connect WM6 device use AppVer as your explanation but failed. how should i do should i use CETK 6 where to download thank you so much. Jiangang Back to Boling, around the same F ...Show All
Dave Wilson - MSFT WM 5 on emulator
How do I run WM 5 on the emulator do I need to get the WM 5 image if so then where can I get it and what is the installation process Thanks. Hi ,If you have VS2005 installed then you can start the device emulator manager and (Tools menu) and you will see the images for Windows Mobile show up there. Thanks Amit You need to download the SDKs for Windows mobil ...Show All
jchoquet Visual Studio 2005 and Device Emulator Manager
Just installed the final Visual Studio release and the Mobile 5.0 SDK With the Beta 2, in the Device Emulator Manager, and also in the New Project, we had a direct choice to Mobile 5.0 device, but not anymore why Ok, I can directly access the DESS files, but I'd like to have a project with WM5.0 VGA settings immediately... Thanks Carl Brochu MSFT wrote: Under the "Smart Device" Projects node, you should have a "Windows Mobi ...Show All
Benwhit Creating e-Books.
Hi Friends, How to create e-Book using .NetCF. I am having pdf files. I want to convert it into ebooks. I tried to convert all the pdf files into html and using the html viewer in opennetCF to view all the files in the PDA. But the size of the files are too large. Pls help me if there are any other controls for the web Browser or any other method to follow in creating the e-book. Its very urgent. Regards, Bala. ...Show All
cyWrenDave HOWTO: cast data-type to another, which is only known at runtime
Hi there, I'm writing my first bigger program with VS2005 (C#) and CF 2.0 (means I'm a newbee to .NET!). I have a problem which I can describe in simple words like so: I wish to convert the Returnvalue of the System.Data.DataRow Indexer (e.g. object outValue = row[index]) (which is generic System.Object) to the specific Data-Type of the DataColumn at RUNTIME! Is this possible and how can I acomplish that Any help is ...Show All
Hamid.M MinimizeBox = True And Form.Close, Diiferent behavior between CF1.0 and CF2.0
In CF 1.0 and WM2003, if MinimizeBox of a form was set to true and you were to call Form.Close, it would mimimize the application. With CF 2.0 and WM2005 however, the same scenario closes the form completely. Is this the expected/desired behavior If so, how can one programmatically minimize a form or send it to the back. Form.SendToBack does not seem to work if called from the contructor, form_load or form_activate. I wasn't abl ...Show All
