| Thread | Last Post | Replies |
|
| How to close a form which is opened using ShowDialog() option?? | 10 May 2007 21:08 GMT | 4 |
Hi I am developing an application which opens the windows standard contact form by using ShowDialog() option like Contact ContactEntry = new Contact();
|
| Disable "Establishing Connection" Pop-up | 10 May 2007 20:58 GMT | 3 |
Is there a way to hide/eliminate this popup dialog when my device is connecting? Thanks, Carlos
|
| Serial Communications: Wire -vs- Air | 10 May 2007 19:05 GMT | 14 |
I've got an application that uses serial communication. I select the COM port, then start listening to a data loop. If I use the wireless Bluetooth COM Port, the data I receive is: 0x1c 0x1c 0xfc 0xe0 0x0 (Loop)
|
| How t o load our own service dll | 10 May 2007 18:19 GMT | 1 |
I am working on Windows Mobile 5.0 for Pocket PC. I have created own service dll as TestService.dll refering sample code of SampleServiceMFC.zip . Resgistry settings for it as follows
|
| Services in WM5.0 - PLEASE, HELP!!! | 10 May 2007 18:18 GMT | 1 |
I've got an application developed for PocketPC 2003 where a service registered in HKEY_LOCAL_MACHINE\Services\ is loaded trough the function ActivateService. Now I have to translate and re-compile in VS2005 in order to execute
|
| MFC Fonts question | 10 May 2007 17:30 GMT | 4 |
I have an eVC app using MFC. To change fonts on objects, I use CFontHolder.InitializeFont. This works fine for normal Western fonts like Tahoma, Courier, etc. However, if I use a font like MS Song or WebDings, the name of the font does not change.
|
| About DataBase's problem,Why CeSeekDataBase doesn't work,Urgent!!! | 10 May 2007 16:47 GMT | 3 |
The code is here: //db is opened properly. CEPROPVAL prop ; prop.propid = PID_NAME;//MAKELONG (CEVT_LPWSTR, 1)
|
| voip sample on WM 6.0 SDK | 10 May 2007 16:41 GMT | 2 |
I am using the VOIP sample on 6.0 SDK. I am able to register to the SIP server but when i try to make a call i get 488 ( Not acceptable). I am not using any custom SDP's and just wnats to place a call from WM device to xlite running on my desktop.
|
| how to change the deployment device for solutions with multiple deployed dll's? | 10 May 2007 16:17 GMT | 9 |
is there an easy way to change the deployment device in case of a solution that includes numerous dll's? if i change the deployment device for the main project, it does not change for all the other projects (which are dependencies of the main project).
|
| problem related to CComboBox in VC++ | 10 May 2007 12:44 GMT | 3 |
I made the ComboBox on click of radio button that created correctly CComboBox MyComboBox; object is declared in the .h file
|
| Creating and linking static DLLs | 10 May 2007 12:21 GMT | 4 |
I have a question about converting my apps existing dll to be statically linked to the exe and therefore make a single large exe, rather than it loading the dll at run-time. The app uses MFC (dynamically linked) and also the dll is an MFC extension
|
| Unable to load service dll | 10 May 2007 11:58 GMT | 1 |
Hello friends, I have created a dll called as MYS.dll using the sample code of SampleService. I have deployed this dll through a .cab file which has registry settings
|
| How to detect incoming call | 10 May 2007 08:42 GMT | 3 |
Is there a simple method for an application to detect an incoming phone call on a WM device? I don't want to answer it, just know it is ringing..... Thanks, Freg
|
| Unable to kill application | 10 May 2007 05:24 GMT | 3 |
I am writiing an application in c# targeting window mobile 5.0. The project consists of one application(lets call it main) which needs to start another application. I do this using process class. this part works fine. Now when my other application starts, i need to hide it. i do ...
|
| INF file entries :MajorVersion, MinorVersion? | 10 May 2007 00:25 GMT | 2 |
The INF file used in building an installation of a Pocket PC program has a section for writing registry keys such as: HKLM,Software\Publisher\App\MajorVersion,0x00010001,1 HKLM,Software\Publisher\App\MinorVersion,0x00010001,0
|