|
Using PInvoke with shared MFC Hi, 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++ dll. I can get the C# application to c... 19 Jun 2008 01:22
Navigating thru Windows Mobile Form Controls 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 value. How do you move to the nex... 19 Jun 2008 01:22
Problem with \\Windows\\ctlpnl.exe "cplmain.cpl,3" 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"); SHELLEXECUTEINFO si; memset(&si,0,sizeof(si)); si.cbSize = sizeof(... 19 Jun 2008 01:22
Audio discontinuities in HTC Touch Phone 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 just a single peak from the FFT anal... 19 Jun 2008 01:22
How to create installer msi for windows mobile? Great to know that. Thank you Alpa. "Alpa" wrote: Try this http://msdn.microsoft.com/en-us/windowsmobile/bb649500.aspx ... 19 Jun 2008 01:22
database Hi, I would know, some information, how to connect and manipulate database WM6 whith language vb 2008 thank you ... 19 Jun 2008 01:22
Videoconferencing via internet http://www.vzochat.com VZOchat (pronounced as viziochat) is a free software for making video calls. Unlike well-known Skype and other VoIP software, VZOchat is not based on P2P technology. Instead, it uses a central server to handle data flows. As of October 2007, the community of VZOchat users comprised almost ... 19 Jun 2008 01:22
Orange SPV M500 and JSR-82 Hi all, I hope i have the right group to ask this question. I have a Orange SPV M500 running on Windows Mobile 2003. Now i've found a nice java-program i'd like to run on my phone but i get the error-message that the phone doesn't have JSR-82. And it needs that to run the software. Is there any way to inst... 19 Jun 2008 01:22
Programmatic Hard Reset I'm working on an application tool for my work that will allow me to provision, reboot and hard reset devices somewhat similar to the way the power tool 'Security Configuration Manager' works in some respects. However I've found that the SCM doesn't always work. For example I have a Sprint Mogul in my hand righ... 19 Jun 2008 01:22
Linking error with release build LNK1000 Hi, I get this error message when building a "release" version of my project. The debug version works just fine. None of the optimization options in project's properties| configuration properties| C/C++| optimization have any effect. Making the optimization "less optimal" in the release build does not help. In th... 19 Jun 2008 01:22 |