Answer Questions
Ralf Markus list view
hi there, i have a list view with several row of item and a button, when i press the button, how can i get item or subitem for the row that i have selected and display in a messagebox can anyone please help me why there is so big changes of usage of list view when come to compact framework private sub Button1_Click() : : end sub You could try: if(list.SelectedIndices.Count > 0) ...Show All
German Masis 3D smart devises
I have this problem to solve, hope that you can help me: I have a building with a “control system”. The control system, depending of the temperature inside and outside the building, opens and closes windows automatically. I want to create a 3D model of the building that displays in real time the processing mode of the building (temperature inside and outside, windows that are open and closed, etc). For that I have to interconnect the ...Show All
zhongzhong Fatal error C1002:compiler is out of heap space in pass 2
Hi all, I am converting a eVC++3.0 program to VS2005 RTM. The original eVC++3.0 program is having a large string array that exceed the default( Zm100) compiler heap space. The problem is fixed by adding /Zm400 to increase compiler heap space. Now, I created a new VS2005 smart device project and the same problem appearred when adding the large string array. But fatal error C1002 still exist even after adding /Zm2000 additional command. ...Show All
Ganeshu Trap All Key Presses Independent of Focus
Using Visual C# .NET Compact Framework 1.0, I'm trying to trap all keypresses in a top level System.Windows.Forms.Form whether or not the form has Focus. Basically I want to delegate key events on my own. The problem is that only the currently Focused Control receives events (KeyPress, KeyDown, etc.). I would like a high level key event manager that peeks (does not consume) all key related events for a Form. Can anyone help me h ...Show All
RC_SSIS Can't get TabControl TabPages click event to work
I created a Smart Device project in VB 2005. I added a TabControl with 5 TabPages on it. I added various controls in the tab page, but I need to get some code to work and have to test it. I installed a click event on the tab, but it doesn't work since a breakpoint on the code inside the event doesn't catch the click. I've tryed other events as well, but none of them are working either. Can anyone give me an idea as to why this isn't w ...Show All
Ankini M2003SE SQL Data Collection Application
I'm adding records to an SLQ Mobile database. Thus far I can view the data in a Grid Control and add new entries using the code below (without the 'Clear the fields section). My problem is that when I insert the handlers to clear the TextBox.Text fields and put the cursor back to the first data TextBox (ID) it does not save the record. Ideas, suggestions, clues, pontifications Private Sub btnAddRecord_Click( ByVal sender ...Show All
Dan H. Can't deploy project to emulator or device in Visual Studio 2005 Beta 2
When I build a C# project and try to deploy it to the emulator or device, a message box always pups up and says "No such interface supported" and the deployment fails. A error message in the output window shows: "Error: The operation could not be completed". Can someone help me to solve this problem Are you Cradle the devie in the emulator BTW: I use ActiveSync 4.0 and Windows Mobile 5.0 Pock ...Show All
Setapong Smartphone App Says "The Opreation could not be completed"
I want to run a sample app on a smartphone 2003 emulator using visual studio 2005 but it is throwing the MessageBox "The Opreation could not be completed" . But it deploying well Thanks if anybody ca nhelp me We will need some additional information to diagnose this problem. Which build of Visual Studio 2005 are you using What project type are you using Are there any messages on the emulator If you go into the " ...Show All
Rafael Salas SQL Query Tool
Are there any tools that I can run sql queries against my server's database via my windows mobile device It's included with your copy of VS 2003/VS 2005 and installed on to your device as soon as you deploy application which uses SQL Mobile/CE. Yes for SQL Mobile and SQL CE (Query Analyzer tool), no for any other database. As far as I remember that is correct. where can I download that it looks li ...Show All
GraemeP Visual Studio 2005 Beta 2 support for CE Device 4.2 ??
Is it possible with Visual Studio 2005 Beta 2 to develop for CE Terminals with CE.net 4.2 Greetings Heiko ;-) If you mean Compact Framework development then the answer is that CF 2.0 is only supported on CE 5.0 currently (and PPC 2003). Also note that while there are CF 1.0 templates for PPC and SP development, saddly CF 1.0 templates for CE 4.x are not in the IDE. You should be able to run CF 2.0 on ...Show All
Animesh Misra pocket pc 2003 task list add-in
Is it possible to add additional fields to the tasks function on the pocket pc 2003 emulator which would allow the user to enter the duration of a task, for example. Are there any C# guides for doing this I have searched msdn but can't seem to find anything. This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answere ...Show All
Scott Phibbs - MSFT Backspace in edit control
Hi Still building an application for Smartphone 2005 in pure Win32. I now have a configuration dialog containing static fields and edit controls. Everything is fine except when I type sthg in the edit controls, I can't clear it. I can only add characters but not delete them with the back key. The back key (which is also used to switch back to older applications) is inactive. Can someone help please that's cross-thoughts I guess..... ...Show All
Peter Schmitz OLE DB template in VS2005 VC++ project
Hi alls, Is it possible to use OLEDB template (OLEDB Consumer ) in Smart Device WTL( | ATL) project in VS2005 Beta2 Thanks If you mean ATL Data, that is not provided by in the Visual Studio 2005 ATL for Smart Devices. If not, I'd imagine the libraries are not mutually exclusive, but I'm not familiar with the one you are referencing, so I don't know for certain. ...Show All
groberts64 .NetCompact Framework to open bluetooth port im my pocketpc
Are there any samples around for using the bluetooth port in my pocketpc in the .NET Compact Framework for VB.Net All I want to do is read some data off the port..... thanks.... Nicola mr peter foot has developed a bluetooth library for the opennetcf framework. you can download it here (http://32feet.net/) its comes with a sample pocket pc to pc bluetooth chat application. For other samples lo ...Show All
ZaDDaZ Sort ListBox DataSource (bindingSource from existing object)
I have a listbox and use data bound items. The DataSource Type is an selfcreated object with six propertys (string, int, selfcreated objects). Now I want sort the list with the sortstring "Name ASC" --> Name is a string property from my object. But the List isn't sorted. If I want use method Find I got an "NotSupportedException". To add data I use the Add-method from bindingsource, so I thought, that I use the inner lis ...Show All
