| Thread | Last Post | Replies |
|
| issues with another instance of running application | 05 Oct 2005 10:31 GMT | 2 |
I am using one shell extension handler. This shell Extension handler allows to add file in my application (when right click on that file). Now My problem is that When first time I right click any file and click on add to My app, My application successfully runs and that file gets
|
| viewing the Assets of a Windows device on the Desktop | 05 Oct 2005 05:46 GMT | 3 |
Is there a way or any SDK i can use to programmatically retrieve the asset information found in mist of the windows mobile devices. I am interested in the ROM version, the kind of processor the device has, audio and video capabilities, screen resolution etc.
|
| Where search any activeX from Macromedia flash?? | 05 Oct 2005 00:07 GMT | 3 |
Hello, first, excuse my poor english,but I'm spanish developer in .NET. My question is , where search one activeX of macromedia flash from smartdevice projects? I'm try with the "normal activex flash object" but is not enabled with smartdevice project... I'm call to macromedia ...
|
| Platform Builder Bluetooth C++ sample source code? | 04 Oct 2005 22:13 GMT | 1 |
Can anyone post or email me the C++ Bluetooth sample source code that comes with the WinCE Platform Builder? I cannot seem to be able to find the download for Platform Builder anywhere on the MS site. Do you have to pay for it?
|
| Registry Settings for Pocket PC | 04 Oct 2005 11:06 GMT | 5 |
Hi!! If we change the registry settings of pocket pc (say the default driver is changed for a new one) then is it necessary to reset the pda. Is there any alternative so that we can the reset of pda.
|
| Dll problem | 04 Oct 2005 08:39 GMT | 2 |
I'm still having problem to create dll. I've one project that outputs a DLL which compiles. I've one project that outputs a EXE which compiles. Both include a "ProcessUtils.h" file describing the class.
|
| ReadFile problem, | 04 Oct 2005 08:35 GMT | 2 |
When I use the ReadFile api on a unicode file, the very first returned is 0xfeff. My file actually start with a "C" char... The actual content of my file is stored in the buffer, but, there is this char first.
|
| ShellExecuteEx Pocket IE | 04 Oct 2005 07:45 GMT | 1 |
I have a problem about invoking Pocket IE from my application. I use ShellExecuteEx to launch Pocket IE from my application menu item. After I point the "X" icon at the right up corner to close Pocket IE, it closed my applicaion too. That is not what I expected! I expect my ...
|
| How to Set a Directory to have Readonly Attribute | 04 Oct 2005 07:42 GMT | 1 |
I need to make a directory Programmatically Read-only. I tried to use SetFileAttributes(). This function will not work for Directory I tried to use CFile::SetFileStatus(). It also does not seem to work for
|
| How do I figure out the model number and manufacturar of WIN CE devices connected to PC | 04 Oct 2005 05:23 GMT | 5 |
How do I figure out the model number and manufacturar of the WIN CE (POcket PC, Smart phones etc.) device connected to the computer? We are in the process of developing a media manager which has capabilities of optimizing the media for the connected device based on
|
| WM5: dll does not deploy when i deploy a project that depends on a dll project? | 04 Oct 2005 02:20 GMT | 3 |
i have a WM5 solution that includes a dll project. when a run the primary project of the solution (which has one dependency that is the dll), the dll is not deployed, and i cannot set breakpoints in the dll. the dll is built allright, so the dependency is set correctly, but
|
| Signature control - 1 BPP bitmap | 04 Oct 2005 01:13 GMT | 10 |
eVC++ 4.0 MFC I am trying to capture a window to a monochrome bitmap for a signature control. When I BitBlt from the Windows DC into a 1 BPP DIBSection, it is doing color matching of the pixels instead of setting bits that match the
|
| Adding my app to Today Command bar | 04 Oct 2005 00:03 GMT | 3 |
Can someone please point me to some sample code that shows how to add my application to the Today Command Bar for Pocket PC 2003. Can be .Net or embedded C++ Thanks in advance
|
| slow start-up for emulator | 03 Oct 2005 21:53 GMT | 1 |
Folks, I am using the Windows Mobile 5 Pocket PC emulator with VS 2005 beta 2. When I try to debug my application to the emulator, it takes a long time for the application to start up. A lot of this time is taken up by deployment, and
|
| how to detect different windows os | 03 Oct 2005 20:33 GMT | 1 |
I need to develop a 3D graphics application which can run on both pocket pc (windows mobile) and a desktop pc (windows XP). When it runs on a desktop pc, I want it to automatically detect the os and thus enable OpenGL and all the related libraries. When it runs on a pocket pc, it ...
|