| Thread | Last Post | Replies |
|
| VB .NET FindWindow error NotSupportedException | 15 May 2008 10:16 GMT | 2 |
Hi, I am facing problem with calling FindWindow at my coding:- Imports System.Runtime.InteropServices ' For DllImport Public Class Form1 <DllImport("CoreDll.dll")> _
|
| Menu related question | 14 May 2008 23:16 GMT | 1 |
I have a situation where I need to close the menu programatically if one is open. Based on what's available for CF (2.0), I have very little option when it comes to working with menus. Of course, I may be overlooking something obvious.
|
| Build error after upgrade project CF2.0 to CF3.5 | 14 May 2008 21:15 GMT | 1 |
I have upgraded a windows mobile solution to VS2008 and CF3.5. Everything was fine but the build fails with the following error message: Error 132 genasm.exe(1) : error There was an error initializing .
|
| FormFactor, dynamic user controls and their size | 14 May 2008 21:06 GMT | 2 |
I'm building an app for PPC 2003 using Compact Framework v2.0. In this app I have a form in which I dynamically create and add custom user controls. These controls by and large inherit from from things like TextBox, RadioButton, ComboBox.
|
| Changing Power setting programmatically | 14 May 2008 16:19 GMT | 1 |
I'm developing a application using vb.net, cf 2.0 for some GIS operation i.e. calculation area of tracklog. The PDA will be stop if the power setting is set to TURN OFF DEVICE IF NOT USED FOR ON BATTERY POWER. As we know this setting will used to conserve battery,
|
| Insert null value | 14 May 2008 13:49 GMT | 3 |
I´m working with SQLCE 3.0, WM5, CF 2.0 and with resultSet. In my table 'Table_1' i have a column int that accept null values. My question is how to update that column with a null value, i didn´t find a way to do it with the resultset... Can anybody help me ? Thanks in advance.
|
| Regional Setting | 13 May 2008 18:47 GMT | 1 |
Hi, i´m developing a WM 5 application with CF 2.0 My device is in english language, and i need to change de Regional Settings to Spanish programmaticaly (by default is English)....but i can´t find a way to do it.
|
| Hanging Process | 13 May 2008 16:32 GMT | 2 |
I'm creating a Kiosk program and I'm trying to hook into the start bar left click. I think I'm really close, but I've hit a snag when control comes back to my program. I'm not exactly sure what is happening, but I have narrowed down the code to possibly the cause. See notes in code
|
| Change color progressbar | 13 May 2008 16:10 GMT | 1 |
How can i change the color of progressabar?
 Signature Armando Rocha Mobile Developer
|
| MessageBox Culture | 12 May 2008 18:54 GMT | 1 |
Hi, i have a Pocket PC with SO ( WM 5 ) in english language. The people that will use it, is spanish people....my problem is that i need to set the MessageBoxButtons to "SiNo", but i only get "YesNo". How can i accomplish this task ? Can anybody help me ?
|
| Data Grid Column Width | 12 May 2008 18:03 GMT | 2 |
VS2005, VB.Net, I'm programming a WASP WDT3250 w/Windows CE 5.0 Thus...Visual Basic>Smart Device>Windows CE 5.0 project. I've been looking for examples on how to set the column width in a datagrid. I'm populating the datagrid with a collection and assigning that
|
| Add control to another thread | 12 May 2008 15:20 GMT | 2 |
I just developed a class that suppose to replace the MessageBox.Show. It create a panel with some additional elements (image/buttons/labels etc). I'm looking for the best way to add the panel to the calling form. I also have to handle different thread calls (thread I is calling me, ...
|
| IsNumeric validation Compact Framework 2.0 | 12 May 2008 12:29 GMT | 10 |
Hi, are there any function in C# to validate that the value from a textbox to be numeric ? Thanks in advance.
|
| Send Your Location | 12 May 2008 09:56 GMT | 1 |
Hi, I've just posted a small for sending your location to others that may interest you over at www.binaryrefinery.com Thanks Richard (Device Dev. MVP)
|
| get rid of focus | 09 May 2008 18:59 GMT | 3 |
Env.: WM6 / VS2008 / CF 3.5 Hi All, I have this winform used to view info (not edit it). It contains a set of labels and textboxes set in readonly mode.
|