Answer Questions
thebrainstormman make a cab in C++
i want to cab file on Visual C++. only execute Compact Framework later SQL CE execute on PDA. code is : but i am not understand. only i want to execute Compact Framework later SQL CE execute on PDA. please explain :: // A_Setup.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #ifdef __cplusplus extern "C" { #endif BOOL PandG_Terminate(); #include <winioctl.h > #def ...Show All
jupitor_rules Reference/Value Types In The .NET CF
Using C#, I've created a .NET CF App, which has a variety of forms. I want these forms to update a centralized class with their data as the app progresses through forms. The problem I'm having is, when I pass in an int (into a constructor) by ref, the original variable isn't updated. Looking at the following post, this appears to be caused by the fact that a value passed by reference is only updated after the function returns. What I need ins ...Show All
Haitashi How to run Emulator without VS 2005?
after reading and reading i will try with writing... i have the sdk for WM5.0, i have the images, i have found the emulator 5.3 and the deviceEmulator but how can i get them work together when i try with the device emulator, a small window with 2 menus appears, and nothing happens.. when i try with the emulator 5.3, for half a second a window opens that tells me i have not enough memory when i try it with /memorySize 256 i’ll get the same messag ...Show All
Koichiro Application don't want to run
I've compiled my binary with VC80 and found a problem with CreateThread - it doesn't create a thread and GetLastError returns error number 8(it creates 2 threads, but 3rd thread creation fails), but when I've worked with eVC and everything was OK. What is the difference - may be wrong project's settings Thanks. Ok, let me to supply my previous post with differences between vc 8.0 project's settings and eVC 4.4: first ...Show All
SB What happen with CF after installing VS 2005?
Hello everybody. I have VS2003 on my desktop. I'm using it for developing smart device app. Then I installed the VS2005. After this operation the possibilities of CF 1.0 of VS2003 were disappeared. Now, if I want to create the smart device app, the VS show me the errors: "The .NET assembly 'MsCorLib' could not be found" "The .NET assembly 'System' could not be found" ... When I add this references to the projec ...Show All
Ivo Klerkx List the all the file name on Pocket PC
I am using Visual C#.NET 2003 and my Pocket PC is using Windows Mobile 2003 Second Edition. I am writing a Download program that will copy all the files from Pocket PC to desktop. I am using RAPI function to perform the copy, however I must specify the file name to be copied. As the file on the Pocket PC is randomly generated, I won't be able to key in the file name to the "CopyFileFromDevice" function. Is there any way that I can lis ...Show All
DQM Inheritance turned off
I made no changes to the base class and it doesn't use P/Invoke, but when working in one of the forms inherited from it I got the following message in the design view of the form and now it shows up in all of the froms inherited from the base form: Visual inheritance is currently disabled because the base class references a device-specific component or contains P/Invoke What's going on and how do I correct this ...Show All
develop_kc Can data be sent to GPRS enabled phones?
My question is that nowadays, there are GPRS enabled phones available... Can a PC be interfaced to a GPRS enabled phone to send data via GPRS link At the receiving end again the data will come to the GPRS enabled phone and will be read by the second PC. Is it possible This is a wrong forum to ask this question, you should contact your particular phone carrier to find out if that's possible. My guess would be no because I doubt GPRS allow ...Show All
Keith Chapman Memory Leak with Datasets!?
I have noticed a memory leak in conjunction with datasets in compact framework. Now I've found another post in Common Language Runtime section (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=123316): in full framework seems to be a memory leak too. But the solution described there didn't work for me in compact framework. To test the suggestion I've made a small program. But I get an error after the fourth call (the german mes ...Show All
Con Getting the application name from a sub function in another assembly
Hi, I have an application which calls into another assembly, and within that assembly I wanted to get to the Process or Application name. ie: Application -> Assembly Function A -> Assembly Function B In the case of doing it in function A then Assembly.GetCallingAssembly() achieves this, but how can I do this in Function B. In this case, getCallingAssembly returns the assembly of function A, and I cant see how to recurse. Jason ...Show All
WXS123 Debugging without ActiveSync -unable to get Visual Studio 2005 to cooperate
Hi all, I've been trying to debug a Windows CE 5.0 based device with VS 2005. Since this device doesn't have a full serial port or USB client port available, I've turned to debugging without ActiveSync (I did try merging in some AS partnership information from another device into the registry, but haven't quite gotten AS to connect.) I've used the instructions pointed to elsewhere, e.g. http://blogs.msdn.com/vsdteam/archive/2005/04/ ...Show All
help_seek New to VB Net Comact framework some questions
Hi, I am new to the world of VB .Net and I am developing an application for a PDA. I am having tons of problems . I want to capture the time the users maintains a key pressed so if that time is more than x miliseconds an action occurs. I have a Picturebox that simultes a button (the compact framework doesn't support pictures in buttons) but it doesn't seem to capture the keydown event. Many thanks ...Show All
FBCJunior WebMethod ConnectFailure
Hi. This is working for me on: .NET Framework 1.1 .NET CF 1.0 SP3 .NET Framework 2.0 but NOT .NET CF 2.0 the issue is this: I have a simple webservice. Webservice created in .NET 1.1 (C#) Any other .NET Framework, including .NET CF 1.0 SP3 successfully calls it. .NET CF 2.0 does not. the webservice is on a local box. I am using a real mobile device (SP5m) connected via activesync 4.1 When I try to ca ...Show All
_PAPOO Can't change Label BackColor in designer (VS2005 Final)
Hello, The environment Visual Studio 2005 Final, Smart Device Application for Windows Mobile 2003, using .NET Compact Framework 2.0. The problem I have uninstalled VS2005 Beta 2 (using the automatic uninstall tool) and then installed VS2005 Final. When I add a Label control to a blank form in the designer, I can't set the Label BackColor to a Web or Custom Color. It seems that when the underlying Form has the System Bac ...Show All
tabdalla Deploy Application.CAB file and Compact Framework 2.0
Hi Everybody, This is Chandra from New Zealand. I am currently developing .NET CF 2.0 application on visual studio 2005 for windows mobile 5.0 platform. I want to distribute my application along with .NET compact Framework 2.0 to the customer in Canada. I created .CAB file for my application.But the problem is how can I include .NET compact framework 2.0 as well so that when the user runs my application.CAB file it also installs . ...Show All
