Answer Questions
Thre List Control
hi, how do we add a row dynamically to a list control in evc++ any links to the tutorials for list control in evc++ Do you mean add a list of items to a list control. hey its not the list box , i m using the list control and i dynamically wanna add a row to it just like the datagrid... Hi, Are you talking about CListbox if so you can ...Show All
cfg83 Establishing a TCP connection in the emulated environment
Hi I am trying to create a server application that, once started, a Pocket PC application can connect to to retrive data. I cant even get a connection established with the Pocket PC device. I am constantly getting the socket exception saying the host activly refused the connection. I am using the loop back adapter and have bound the NE2000 card to it. Host only networking is also enabled. I have also removed the firewal ...Show All
OlivierH how to run media player programmatically on a smartphone
Dear All, i am executing System.diagnostics.Process.Start("xxx.wmv","") statement to run .wmv file on my smartphone emulator in visual studio.net 2005. It is giving some alert message,"Cannot play the file or the file format was not supported". But it succesfully runs on emulator when i copied to shared folder. I just could not run using System.diagnostics.Process.Start("xxx.wmv","") help me , Thanx 1) Try: System.Diagnostics.Proc ...Show All
GalogenOleg eVC3 and eVC4 bomb when loading projects
I'm trying to get eVC and eVC4 working on my main Win2K box. (Everything works fine on another machine). The IDEs each start properly. However, when I open any workspace, I get the following: eVC4: Instruction at "0x780104ac" referenced memory at "0x0000000". Opening the debugger gets "Unhandled exception in Evc.exe (MSVCRT.DLL): 0xC0000005: Access Violation" eVC3:Instruction at "0x510b2daa" referenced mem ...Show All
priyankak Cabs, unsupported registry root key
When attempting to use cabWiz to create a cab file I am getting the following error: Error: Section [RegKeys] has an unsupported registry root key " " This happens with the section [RegKeys] blank or with what VS2005 creates: [RegKeys] "HKCU","Software\%Manufacturer%","","0x00000000"," "HKLM","Software\%Manufacturer%","","0x00000000"," What does it want under this section Thanks Try [RegKeys] "HKCU ...Show All
Psinha371 Determine if Bluetooth or GPRS connection
Hi, How is it possible to determine if the bluetooth, gprs or wlan is turned on in my ppc or smartphone if not then how is it possible to turn it on regards, rnv GPRS: You can't really ever be sure you are connected as you can lose connectivity at any time. I'd recommend that you simply try to do your send/download and if it works you're connected. You don't need to turn it on, the device handles this for you when you try to t ...Show All
Ritu Screen Is Somehow compressed
For some reason - on a certain percentage of the devices I am deploying my app to - the datagrid and label controls seem to be squeezed up and compressed into the upper left hand corner of my screen - again, only on some of teh Dell Axim WM 5.0 devices - others it displays fine on - is this a known issue with WM 5.0 or CF 2.0 or should I start to investigate the hardware vendor (dell): Actually, ...Show All
Steve Clibbery Compiling with Shared MFC DLL support causes CoCreateInstance() to fail
Compiling with Shared MFC DLL support under VS2005 causes the following CoCreateInstance() call to fail with E_NOMEMORY. Compiling with static MFC support eliminates this problem. We have tried things such as moving the MFC 8 DLL's to from the application-specific installation folder to \Windows on the offending device, and the error still occurs. This error only seems to occur on certain 2nd edition devices (e.g., a Dell Axim X50). It does ...Show All
nt2008 How do I disable the word wrapping in DrawString
I'm using VS2003 with CF1. I've made a custom control to view text files with alternating background color. Therefore I use for each line: graphics.DrawString(lineText, this.Font, textBrush, textRect); Unfortunately the DrawString seems to wrapping text wordwise. So if a word would be clipped, the whole word does not not appear in the output. Any suggestions how to turn off this behavior Thanks in advance. ...Show All
Andrew Raymond basic datagrid question
How to fill a datagrid I have a class Database with this method public DataSet makeDataset(string query) { DataSet ds = new DataSet(); SQLiteDataAdapter da = new SQLiteDataAdapter("query", cn); & ...Show All
Dylan Phillips CF 2.0 don't install on Samsung processors
Hi all, I have the following problem: I have several customers which cannot install the compact framework 2.0 on their PDA. (e.g. Acer n35, Yakumo alpha GPS) They get the message that the install file wasn't created for this device. All have a PDA with PocketPC 2003 OS with a Samsung S3C2410 processor. All use Active Sync 4.1. Can anyone tell me why the installation failed. I distributed the "NETCFv2.ppc.armv4.cab" file. Su ...Show All
khubaib sql connection error
I am getting following error: Error 1 The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. C:\Documents and Settings\Adnan\My Documents\Visual Studio 2005\Projects\Mobile5\Mobile5\Form1.cs 20 4 Mobile5 the line which caused problem is System.Data.SqlServerCe ...Show All
sparky62 CE.Net 4.2 and Compact Framework 2.0
Hi, I'm hoping someone can help understand why those of us that work with Industrial Handhelds (and therefore CE.Net) got the short end of the stick. We have equipment that was just purchased this year with CE.Net 4.2 and Microsoft is not supporting it with VS2005. It's not like 4.2 was a down-level version, it was the latest version of that build. Our only options are: 1) Pray the vendor certifies on the new version, pay ...Show All
Computertech156 configure the desktop machine for Windows Mobile 5.0 development
Hi, While installing Windows Mobile 5.0 Pocket PC SDK on my desktop PC, I'm getting following error, anyone know the solutions ---------------------------------------------------------------------------- Software development tools required to use this SDK for application development are not installed on this workstation. Before trying to run the Setup Wizard again, verify that the required software is installed. To determine which software deve ...Show All
mojgan behrooz Evaluating contol name as expression
Hi, I'm working an a project for a PDA and bumped into following problem: I need to assign text to labels dynamically in a loop. Unfortunatelly it seems like compact framnework does not support the findocntrol function, is there any other way here is an example what I'd like to do (simplified..) ------------------------------------ While res.Read() = True   ...Show All
