| Thread | Last Post | Replies |
|
| Listview ColumnHeader icon? | 25 Mar 2007 17:09 GMT | 2 |
Is it possible to set the column header icon using the compact framework? Thanks, Brad
|
| Send files by FTP or by Email with GPRS | 25 Mar 2007 09:47 GMT | 4 |
I use a Pocket PC with Windows CE 4.20 (it is a PSION Workabout PRO). I create my programs with VB.NET from Visual Studio 2003. My pocket PC has a GSM/GPRS module.
|
| Image Browser | 25 Mar 2007 09:23 GMT | 1 |
I am working on a small map viewing application. I need to get images from the server (its a GPRS enabled phone) and display it in a webbrowser embedded within my application. I need some pointers to solve the following problems:-
|
| DrawRoundRectangle | 24 Mar 2007 11:29 GMT | 10 |
In some last version of OpenNetCF I was able to use "DrawRoundRectangle" method. It was in OpenNetCF.Drawing.GraphicsEx namespace. I can not found something similar in OpenNETCF 2.0 orelse in CF 2.0. Can you help me?
|
| Adding controls to a datagrid column? | 23 Mar 2007 23:21 GMT | 3 |
what i'm trying to achieve is this ( i dont know how it'll affect the grid performance during loading): 1. I am loading 3 columns in my datarows manually via DataTable.Rows.Add(myRow)
|
| Needs to get simple update info | 23 Mar 2007 22:51 GMT | 5 |
I've got a ridiculously simple app that "may" need to get updated info (parameters etc.) from time to time. Seems like overkill to create a web service just to get this little bit of info.
|
| Converting a DateTime() to a Double?! | 23 Mar 2007 18:48 GMT | 1 |
I'm converting some old eVB code, argh!, and have a requirement to convert a datetime value into a double in order for them to retain some database compatibility. The old eVB code simply did "CDbl(Now())", any suggestions on how to
|
| How can i run an exe from c# code | 23 Mar 2007 18:13 GMT | 2 |
I have a scenario is i want to print a sale bill. The printer I am using, has an exe file A6Print.exe for printing. When i run this exe file from my code then it will print txt file which i have saved, like that When user click on print button
|
| Bluetooth - Virtual Com Port | 23 Mar 2007 18:12 GMT | 6 |
I’m using Visual Studio 2005, Compact Framework 2.0 and C# to develop an application which needs to transmit/receive data strings (small – only a couple of bytes) to/from a Bluetooth serial module, e.g. (http://www.ezurio.com/products/bism/). I’m a novice in this area and
|
| Printing in VB .NET on Pocket PC | 23 Mar 2007 15:10 GMT | 10 |
I'm writing an application in VB .NET to run on a Pocket PC Device (HP iPaq) and at one point, it's supposed to print a text file. After searching the Internet, I found that I should use System.Drawing.Printing.PrintDocument for printing.
|
| lineSetEquipmentState..missing method exception | 23 Mar 2007 14:07 GMT | 2 |
Hello group, I use VS 2005, VB.NET and CF 2.0. Windows Mobile 5.0 Smartphone SDK For Dotnet 2.0 has been installed. I'm trying to set flight mode on and off. I found that this was possible
|
| SQLServerCE | 23 Mar 2007 13:45 GMT | 4 |
I need to know what should I do to install sqlserverce manually (not from cab). What library are necesary to copy and where, and register and how. Thanks.
|
| Why and when to use MarshalAs? | 23 Mar 2007 13:10 GMT | 1 |
i've seen in a number of API examples, MarshalAs being used. I tried looking up what it is and when its to be used, but cant quite find a clear explanation or example. Any help apreciated.
|
| How ro minimize my fullscreen application? | 23 Mar 2007 11:43 GMT | 3 |
Please help me to figure out the minimizing my fullscreen application on Windows Mobile 5 device. I need to use my own Minimize button, but I dont know, how to do it. How to send a WM_MINIMIZE or something simmiliar, that is working. I want simplz
|
| question re: using context menu with datagrid | 23 Mar 2007 10:05 GMT | 2 |
i've added the context menu to my datagrid and it appears fine when i hold down the stylus on the grid, but what i'm trying to do is the following: say, 10 rows in my grid, currently the 2nd is selected, now i use the stylus and hold it down on the 6th row for the menu to appear, ...
|