Answer Questions
ChrisNicolatos why SetCommState error 87 ?
Is anyone familiar with error 87 - invalid parameter from the SetCommState function Here's what I have : BOOL gs2 = GetCommState(hCOM2, &dcb2); dcb2.BaudRate = 312500; dcb2.ByteSize = BIT; dcb2.Parity = PARITY; dcb2.StopBits = STOP; bStatus2 = SetCommState(hCOM2, &dcb2); DWORD dw = GetLastError(); I open the first serial port (which is a USB) & the handle is valid, GetCommState returns OK, & Se ...Show All
Nycapo33 Info User PocketPC
Hi, How can i control if an user insert a system password and how can i control if system password is right What are library that i use for find a user information in compact framework Where do i find a documentation on Compact framework Thanks Alessandro Graps I'm not sure what you mean by system password - Windows Mobile does not support multiple users. As for NetCF documentation, check out MSDN For solution, You see my thread ...Show All
Serge Lobko-Lobanovsky How can i add Window mobile 5.0 in smart device project VS2005
I installed VS 2005 Professional and Windows mobile 5.0 smart device SDK. When i create a new project i can only see VB>Smart Device>Pocket PC 2003, Smart phone 2003, Window CE 2005. But I want to make project for win mobile 5.0, its not there. Please help me to create a project for windows mobile 5.0. Many thanks You may be interested in going through this link http://msdn2.microsoft.com/en-us/lib ...Show All
Suprotim Agarwal NotSupported Exception when calling third party dll
Hi all, I am using VB.NET and VS 2003 for PocketPC application development. I am trying to use third party dll from my application. I am using P-invoke to call function but I am getting "NotSupported" Exception. I have checked signature properly. That should not be the problem. I don't have source code of this dll and also don't know which platform was used to build it. Also I have copied third party dll in both current ...Show All
rb531 C# projects and GUI
Hi there, I am developing an application that requires instant voice (and may be video) messaging on smart devices using .NET CF. I heard that VOIP will provide excellent way for this. However, does anyone have any open source application done using VOIP in CF The other concern is that smart devices have limited resources in memory, still I have seen some people developing smart device application with very good interface and icons. I don' ...Show All
Colin R WSAEINPROGRESS
When i use the method getRequestStream() of an object HttpWebRequest, and try to write to this stream i got a socket exception. The errorcode is 10036, WSAEINPROGRESS. Dim postBytes() As Byte Dim asciiEncode As Encoding = New ASCIIEncoding ...Show All
iceman_96_96 WinSock Program: Windows version of Server works but not embedded??
Hi. I created a Server and a Client winsock application (MFC), and when i run them using the emulator (WinCE .Net 4.2), the Server don't seems to get any "OnAccept" callbacks. However it works fine if i build and compile the Server into Windows version... Any idea what's happening here By the way, i'm using CCeSocket class for Embedded and CSocket class for Windows. Thanks. In Whidbey, we have deprecated the ...Show All
Shankar K Copy Files (and use them) on Smartphone Emulator
It seems as though I can create a share on my dev machine and the Smartphone Emulator accepts them via File - Configure - General - Shared folder (although there's no way of telling). However, because the Smartphone emulator does not have a built-in File Manager there is no way to copy around the files on the device (emulator). For example, say your Smartphone app relies on some .xml files for storing app-related information. I cannot figure ou ...Show All
Clint. How to deploy my apps?
Hi All, I have develop Pocket PC Application which is running perfectly from my development PC using iPAQ PDA. Now, I need to install my apps on the iPAQ PDA. Anyone can help n guide me step by step on how to create .cab files, .inf files ,.msi files (package n deploy app) and also how to install .Net Compact Framework and SQL CE on the PDA. I'm using : - - VS Net 2003 - .Net Compact Framework 1.0 - Windows Mobile 2003 Version ...Show All
GavH How To Convert IR into Wave Formate ??
Hai Guy's I am doing a project universal Remote Control for that i need to convert the Ir into wave format and it will be more sufficeient for my project .That is it over come the line of site problem . Hai Ilya Tumanov Thanks 4 replying me . And i know this is possible using some hardware . I want to know where reverse is possible or not ...Show All
Link8312 Session Initiation Protocol(SIP) for pocket pc
hi , can any of u help me find out if there is any api for Session Initiation Protocol(SIP) for pocket pc. n if any idea can u provide any links . Hi, .NET Compact Framework does not expose any managed APIs for Session Initiation Protocol. Since this forum is intended to deal with issues directly related to the .NET Compact Framework, your question can better be answered by someone on on ...Show All
amila path not valid
I am trying to connect to a sql mobile database. the db is located at C:/PMIS Mobile.sdf I know the db is there, I put it there. but when I try to run it, I get path not valid. My code is below. Dim cn As New SqlCeConnection("data source =C:/Pmis Mobile.sdf") cn.Open() if anyone sees what I am doing wrong, please let me know. Are you doing this on device or emulator Devices don't have drive l ...Show All
Glenn Nelson DataGrid - 3 problems
(1) I was going through the example at http://msdn2.microsoft.com/en-us/library/ms229684.aspx I fixed the small problem with the EditView constructor with these 2 lines: if (drView["Discontinued"] is DBNull) drView["Discontinued"] = false ; cbxDiscontinued.DataBindings.Add("Checked", CurrentBindingSource, "Discontinued"); However, the application works fine for most part, except when I tried to add a new record a second time. It ...Show All
RotoLuter system will not resume ? dead? after following code
tested on HP6315: PlaySound(_T("Alarm2.wav"),NULL,SND_FILENAME | SND_ASYNC | SND_LOOP); Sleep(1000); GwesPowerOffSystem(); // never resumed, press the power button will not effect GwesPowerOffSystem() API is OEM implementation dependent. I tried the same code on emulator and it is just powered off. Checkout, if possible, the implementation details. thank you , VTaneja , ...Show All
LHarrison EVC4 Migration to VS2005
Hello Experts, I'm trying to migrate existing native C++ EVC 4.0 (Targeting Pocket PC 2003) projects to VS 2005. After installing all required software and SDKs I opened the project in VS 2005 and compiled then errors started to evolve. All the errors I saw were related to classes that were dropped from MFC! Fortunately I was able to resolve most of the errors by using classes that are supported or by getting rid of the class completely when ...Show All
