| Thread | Last Post | Replies |
|
| Connect WM 5.0-Device to VS 2003? | 10 Mar 2006 18:27 GMT | 1 |
I want to debug my application developed in VS 2003 with Smartphone 2003-SDK on a WM 5.0-Device A friend of mine succeeded with making a TCP/IP-Connection, so he could debug the application even on a WM 5.0-Device. But now it isn't working
|
| Oh yeah, that SIP problem again, but in opposite way | 10 Mar 2006 15:27 GMT | 1 |
Well, I succesfully make my app absolute full screen with SHFullScreen (using CDialog as main Wnd). Then it come the problem when I try to raise SIP to let user enter something to edit control. I use SHSipPreference(this->m_hWnd, SIP_UP) to raise the SIP, but the SIP
|
| Sound Compression | 10 Mar 2006 15:11 GMT | 3 |
Does anybody knows / has some information (source code , library , link) concerning sound compression?I have to build an aplication that does that in VC++ for Windows Mobile.If u can help me in any way please let me know.Thanks
|
| Newbie, Some Tutorial | 10 Mar 2006 14:15 GMT | 3 |
I'm beginning of the world of mobile web development. I need to develop a web application for a Symbol Barcode Scanner Device, but i need to know where to Start. In the company that i work we have Microsoft Visual Studio 2005 Team
|
| Problem Found When Convert Coding From VS 2003 to VS 2005 | 10 Mar 2006 14:09 GMT | 5 |
Hi all.. I have face the problem when I convert my program from wm 2003 to wm 5.0 In wm 5.0, it come out an error say " Control.Invoke must be used to interact with controls created on a separate thread". But when I deploy in wm
|
| Embed WMP10 mobile 5 When to pause??? | 10 Mar 2006 09:52 GMT | 2 |
I'm embedding the WMP10 activeX control in a VB.NET application for pocket PC. I have to be able to programmatically pause the media that is loaded through URL property.
|
| How to find the My Document and the Installation folders? | 10 Mar 2006 09:04 GMT | 1 |
I need to save file to the My Document folder, could someone please tell me what API to use? Also, if I would like to save to the same folder as the running app, how do I find the installation folder? Thanks,
|
| visual basic and activesync | 10 Mar 2006 04:38 GMT | 1 |
Is there a way to programmatically control activesync?
|
| How to use WM5 SDK | 10 Mar 2006 03:01 GMT | 4 |
I am new to VS2005. I know VB2005 can develop PPC application, so I use it. I have installed VS2005, CF2.0, WM5 SDK, ActiveSyn 4.0. When I started using it's API, it always said the function call has not been declared.
|
| want to select device each time I run | 09 Mar 2006 22:26 GMT | 2 |
I am trying to figure out how to get back to the dialog that lets you select the deployment device when you run/debug. At some point I turned that off, and now it just goes to the default device. I know how to change the default device in Project | Properties | Common | Device,
|
| onclick event for labels | 09 Mar 2006 21:05 GMT | 3 |
Could any one tell me an equivalent event for label_onClick(eVB 3.0) in .NetCF Thanks & Regards
|
| how to set the structure GSM610WaveFormat when calling waveInOpen() | 09 Mar 2006 21:03 GMT | 2 |
I want to make a recorder to save the voice/speech into GSM 6.10 format directly, and the development platform is Windows Mobile 5.0/Smartphone. When I used waveInOpen(), whatever I filled the structure GSM610WaveFormat with available parameter, always got a BAD FORMAT, error ...
|
| Why GetDeviceCaps() get different size from System Info? | 09 Mar 2006 19:46 GMT | 6 |
I have a question about my PPC. I check the system info, it tells me the display is 480x640. But when I use GetDeviceCaps(hdc, HORZRES) and GetDeviceCaps(hdc, VERTRES), it gives me 240x320. How do I get the resolution with 480x640? Or do we have a way to change the screen
|
| Is there a way... | 09 Mar 2006 19:41 GMT | 2 |
I'm working with CBitmapButton MFC class in eVc++ 4 and I'm wondering can I (and how?)load e.g. jpeg image into that button (because of the much smaller size), and not just the bitmaps? Thanks for helping me out here, it's kinda important. Grettz
|
| Advanced Native POOM development in Windows Mobile 5 | 09 Mar 2006 18:44 GMT | 1 |
Ok, Im one of those guys that used to access POOM thru the CEDB database, and now need to get similar speed using WM5 and its new interfaces. Obviously GetProps() acts a lot like what we had to do with CEDB directly, but doesnt seem to help speed wise at all...
|