| Thread | Last Post | Replies |
|
| Avoid .net framework installation on a setup project that uses ceappmgr.exe to deploy an app to device | 17 Jun 2008 16:01 GMT | 2 |
I am developing a windows mobile app and would like to make a pc desktop installer that will use ceappmgr.exe to install that app onto device. I've followed instructions on http://msdn.microsoft.com/en-us/windowsmobile/bb649500.aspx The problem is that doing this .net framework 2 ...
|
| new Smart Device Project time | 17 Jun 2008 15:41 GMT | 4 |
We have Symbol Pocket PC devices here at work and I have been working on some applications for them already. All design work in the past as been to modify existing applications, but now it is time for a new product. Visual Studio 2005 Pro offers 4 flavors of Smart Device ...
|
| LinkLabel and the Focus Rectangle | 16 Jun 2008 21:28 GMT | 1 |
Is there anyway to remove the focus rectangle that appears around the linklabel control when it has focus? I'm working with VB.NET 2005 and the .NET CF 2.0. Thanks a million,
|
| Problem with \\Windows\\ctlpnl.exe "cplmain.cpl,3" | 16 Jun 2008 21:19 GMT | 2 |
Hi, I use this method to call the battery information window, and this work fine in some pockets but wen I tried use it in a HP with Windows Pocket PC 4.20.1081 dont work... CString path ("\\Windows\\ctlpnl.exe");
|
| Audio discontinuities in HTC Touch Phone | 16 Jun 2008 20:32 GMT | 1 |
We have received a report of a peculiar problem with the HTC Touch PDA/phone from one of our customers. He has tried our audio spectrum analysis software on three different units, and on each unit, our Fourier spectrum display, when listening to a pure sine-wave tone, shows not ...
|
| IPIEHTMLDocument2 interface needed | 16 Jun 2008 14:41 GMT | 2 |
hi all. I need to get an interface IPIEHTMLDocument2. I came across this article http://blogs.technet.com/suvarnas/archive/2006/01/13/417387.aspx but cant get this to work. what does hWnd in the following line refer to??
|
| programmatically clicking submit button | 16 Jun 2008 10:44 GMT | 5 |
hi all.. is there a way can programmatically click the submit button on html page?? I tried sending key strokes thru sendmessage and postmessage but it doesnt work. Then i tried by submitting the html form. but it
|
| Communicating with mobile phones via BT | 15 Jun 2008 12:30 GMT | 1 |
This message is my first step into the mobil eprogramming and I have no clue where to start. Can anyone give me the first one? I would like to write a pc software that can communicate with mobile phones
|
| Navigating thru Windows Mobile Form Controls | 15 Jun 2008 06:05 GMT | 3 |
I have a form with multiple controls, Text Box, Combo, DateTime Picker etc... As an example, in the DateTime picker, the Left/Right navigation keys allow me to toggle between sections (e.g. Mo/Da/Yr) and the up/down selects the value in the section. The middle key Enters the ...
|
| Using PInvoke with shared MFC | 15 Jun 2008 02:19 GMT | 2 |
I'm trying to create a more secure application, to try and prevent code hacking. There seems to be a lack of applications which can protect a smart device C++ executable, most seem to be for C#. I'm trying to create a C# application which uses PInvoke to access a C++
|
| Working with text messages (sms) | 14 Jun 2008 16:30 GMT | 4 |
I would like to work with text messages on my phone. So far I can send text messages and watch for messages as they come in, but now I would like to go through the message store, 'Text Messages' Inbox. Going through MSDN, all info and examples seem to be native code only. Are ...
|
| database | 13 Jun 2008 12:01 GMT | 1 |
I would know, some information, how to connect and manipulate database WM6 whith language vb 2008 thank you
|
| CryptBinaryToString lib ??? | 12 Jun 2008 17:22 GMT | 3 |
Can anyone please tell me, which library contains link details to CryptBinrayToString ??? it is not in the Crypt32.lib :-( Kind regards
|
| #error Must define a target architecture | 12 Jun 2008 07:14 GMT | 2 |
I tried to create a SmartDevice MFC application using VS 2005. I have installed Windows Mobile 6 Professional SDK. I have created an MFC smartDevice application(Dialog based). When I tried to compile the application, I am getting an error. #error Must define a target
|
| how to capture appointment/task/new mail arrival events? | 11 Jun 2008 15:23 GMT | 2 |
In desktop Outlook, you can capture the event raised by appointment, task, and new email arrival by simply doing this.Application.Reminder += new
|