|
First
|
Prev |
Next
|
Last
Pages: 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393
ftp from Internet Explorer fails when using Windows Mobile 5.0 When using ActiveSync 4.1 I am not able to issue an ftp command to my UNIX server from a Windows Mobile 5.0 device. (It does work with Pocket PC 2003.) The error message being displayed is: * Internet Explorer * The page you are looking for cannot be found due to unknown error 0x80072ee3. This is hap... 20 Jun 2006 14:16
StartMenu Hello I'm trying to create a shortcut to my executable in \Windows\Start Menu directory, that will then appear directly in the Start->Today shortcuts. But as soon as i copy it , it is automatically deleted and copied in \Windows\Start Menu\Programs (where i already have an existing shortcut). Why is that? Can th... 19 Jun 2006 16:52
debugging a "data abort" I have a multi-threaded PPC 2003 application that occasionally issues a "Data Abort" error when running. (The error shows up in the VS2005 'output' screen when running in debug mode.) Data Abort: Thread=9347b000 Proc=902ea4e0 'MyApp.exe' AKY=01000001 PC=01f83390 RA=01f83ab4 BVA=3216953a FSR=00000003 Data Abort: ... 20 Jun 2006 12:10
CopyImage Hello I'm trying to load into memory the content of a JPEG/GIF file and then return it into a HBITMAP handle , that i want to later display. I'm using this sample code , but its seems that CopyImage isn't available on the Pocket PC , Windows CE API. Is there an equivalent function that does the same thing? Is th... 8 Jun 2006 11:07
Migration of a PPC 2003 application Hi, I created a C# application on PPC 2003 with VS .NET 2003. Now I want to migrate on VS .NET 2005, so I made a conversion of my application. There was no problem on conversion, but I have anyway a problem because I can't use a specific function of DateTime : DateTime.SpecificKind() especially. I changed t... 2 Jun 2006 13:33
Starting to develop for Pocket PC Hi. I want to start to develop for Windows Mobile 5.0 and I have Visual Studio .Net 2003 Pro. Can you please refer me to any document that explains how to start to build simple applications? Because right now I have no idea how to start and I have not found any documentation. Thanks in advance. ... 31 May 2006 11:53
No symbols have been loaded I have been working with this application for over 2 years and have never had a problem even after we converted it from VS 2003 to VS 2005. All of the sudden I am getting this message every time I put a breakpoint in the application. I've tried deleting the .dbp files and it still occurs. How do you resolve ... 2 Jun 2006 14:36
CreateImageFromBuffer Hi, I want to load the jpg file from resource file with using CreateIMageFromBuffer,but i still have no idea how to use it.Could someone give me some sample code about it?I'm using MFC. Thanks, Cherry ... 30 May 2006 12:24
SHLoadImageResource Hi, I use SHLoadImageResource to load jpeg resource file.The pictures display well,but the performance is so slow.Except this function,is there any function i could use? my code is as follow: BITMAP bmp; ::GetObject(m_hBmpBkgnd,sizeof(bmp),&bmp); m_hBmpBkgnd=::SHLoadImageResource(AfxGetInstanceHandle(),IDR... 28 May 2006 09:29
prevent PIN lock Is there any method that I can use to prevent the PIN lock. SystemIdleTimerReset does not work. I want it for when I am on the phone and do not have to unlock to take off of mute! I would turn it off but it is an enforced policy (through MSFP). Any help and/or code example would be much appreciated. ... 26 May 2006 04:43 |