| Thread | Last Post | Replies |
|
| Potential Bug in CF.NET | 26 May 2005 23:06 GMT | 2 |
I have encountered what i suspect to be a bug in the compact framework. I am running the following code: Region clipRegion = new Region(); _bufferGraphics.Clip = clipRegion;
|
| do you know a good graphic api to draw special effect on PPC ? | 26 May 2005 22:15 GMT | 2 |
I want to draw some text with alpha blending effect on a image I find this API on the web (http://xrossone.com/projects.php?menu=2) it seems very good and it is an open source project but may be someone know another API to compare ??
|
| How to stop jumpy drawing... | 26 May 2005 20:31 GMT | 6 |
Is there a way to not show anything until everything is drawn? I thought I read somewhere on here how to do this...I just can't remember what to search for or else I would...
|
| DBType and PPC | 26 May 2005 20:01 GMT | 1 |
I want to assign null value to an integer and I try this code, but it doesn't work. Can anybody help me? System.Data.SqlTypes.SqlInt16 n1; n1 = System.Data.SqlTypes.SqlInt16.Null;
|
| Run function at time | 26 May 2005 19:22 GMT | 14 |
Hi at all! I would like to run a function in my app at predefinite time? There is a way to do it?? Like CeRunAppAtTime but i've to run a function :)
|
| Socket problem | 26 May 2005 17:40 GMT | 5 |
I use a socket to communicate with a print server from my ppc: Dim skt As New Socket(AddressFamily.InterNetwork,SocketType.Stream,ProtocolType.Tcp) Dim EP As New IPEndPoint(IPAddress.Parse("192.168.0.101"), 9100)
|
| PDA Disk/Memory Allocation | 26 May 2005 16:40 GMT | 2 |
I want to set the amount of device capactiy allocated for memory programatically, how can I do this? The device we are using is running out of memory while running and when the OS reassigns Disk to Memory it sometimes causes the application to return an
|
| resources.GetObject thorows excpetions | 26 May 2005 16:38 GMT | 3 |
I've encountered a bug with the .net when using the resources.GetObject command generated by the designer. I've created a new project with an picture control, and assign it a bitmap. When I've set in the menu options Debug->Exceptions: Select Common Language
|
| Printing Barcodes | 26 May 2005 15:43 GMT | 6 |
I need to print Barcodes from a Pocket PC. ¿There is something in the OpenNetCF.org to do the work? Thanks on advance
|
| VB .NET WinCE Book? | 26 May 2005 13:29 GMT | 7 |
I am writing apps in VB .NET to run on devices that have Win CE as the OS. I am new to both. I really need basic help on the coding. My apps all call MS SQL databases. I have read Samples, Walkthrus, and support forum postings for weeks. I
|
| Datagrid Performance | 26 May 2005 12:30 GMT | 2 |
Have any idea to improve the performance of datagrid? I just show around 4 column and 10 row is seems slowly.
|
| Sql Ce Replication information | 26 May 2005 09:07 GMT | 6 |
I use Sql Ce 2.0 with merge replication. Is there any way to determine which tables are concerned with a given replication ? I did not find any usefull information in INFORMATION_SCHEMA.*
|
| How to Synch up a device and desktop | 26 May 2005 05:27 GMT | 1 |
We have a pocket PC application developed in CF. It has a SQL CE database. Whenever the device is cradled, I would need to synch-up the data between the device and the MSDE database on the desktop. There are some pre-existing APIs on the desktop developed in Managed Code which ...
|
| ListiView Item - Highlighted vs Unhighlighted | 26 May 2005 03:54 GMT | 2 |
Basically what I want to do is same wtih pocket pc...Inside ListiView, when I click the white pot on listview, then highlighted item will become unhighlight... but when click the on highlighted item or any item, then will fire the
|
| Installing .Net CF Framework V1 SP2 causes problems? | 25 May 2005 23:54 GMT | 4 |
Doing some additional testing on a new app I am rolling out. So on my dev PPc, I installed the SP2 CF (as I would expect to be required to do on a new PPc). Wellllll .. from that point in time forward, the app would fail. Specifically, I would hit an exception whenever I tried to ...
|