| Thread | Last Post | Replies |
|
| Merge Replication & Triggers | 01 Jun 2005 00:34 GMT | 1 |
(Portions of this posting were previously posted in SQL Server CE newsgroup but drew no response.) Ok, so I made progress last week. I set up merge replication and got a table out to the client, updated it, and am now attempting to replicate changes
|
| Developing Pocket PC Applications with VB .Net or Visual Studio .N | 01 Jun 2005 00:32 GMT | 1 |
Do I need the Visual Studio 2003 .Net professional to develop Pocket PC Applications or is it enough to buy Visual Basic .Net Standard edition?
|
| SetSystemTime | 31 May 2005 19:00 GMT | 5 |
Hello all, I am having problems with SetSystemTime. For some reason, my ppc2003 device is not adjusting for DST (time behind by one hour). Here is how I am setting it with the UTC time being passed to the function, should I be doing this differently?
|
| socket.receiveFrom() problem | 31 May 2005 18:06 GMT | 1 |
I am changing a program so that it uses a datagram socket object instead of a UdpClient object. (Is it a good idea to do that ? I heard the socket object is more robust) I have a strange problem with the datagram socket. When I invoke the method
|
| Dealing with low memory | 31 May 2005 15:46 GMT | 2 |
My Pocket PC application needs detect when the system memory gets below 10% and then warn the user. Does anyone have any pointers on the best way to do this? How is memory allocated on a Windows CE device? Is there just one big
|
| Problem ListView1_Click under .Net Compact Framework | 31 May 2005 14:18 GMT | 12 |
I tried to use the Click event under Listiview under .net compact framework environment. but to my suprice, i found Click event is not working.....is it correct ? pls guide me how to use it....
|
| OpenNETCF 1.3 (And site issue) | 31 May 2005 13:33 GMT | 9 |
First: If anyone here is an admin for OpenNETCF.org, something big happened over @ your forums.. As in you lost 2 years worth of posts. Second (and more important): What is up with the 1.3 version? No more integrated Visual Studio help.... Can't pick and choose to add ...
|
| Managed icons | 31 May 2005 13:07 GMT | 1 |
I need to retrieve icons of files in my .net application. Because the method fromHandle() doesn't exist in CF, i'm using this great code that transforms a win32 icon HICON to a managed icon: http://www.opennetcf.org/PermaLink.aspx?guid=342bde3d-eeba-4d78-9748-29eb89ee13bf
|
| Forms (opening) and memory leaks | 31 May 2005 09:00 GMT | 8 |
I have written an app for a pocketpc in vb.net. The problem I have is that every time i open a new form, resources get used and never released. I have confirmed i have set everything on the form to nothing. I have
|
| Tree View/List View Control Bug | 31 May 2005 07:43 GMT | 1 |
I'm having this problem using ListView Control(.Net CF-VS net 2003) to display e.g. customer names which is stored in Thai language. It displays me special characters i.e. square boxes inplace of description.
|
| why is File.Exists() so slow...? | 31 May 2005 06:02 GMT | 2 |
I'm developing a .Net app on a Pocket PC and my app has access to several thousand files and I wanted to test file existance before passing onto a DLL, but it seems really slow to check file existance - anyone any ideas why or a faster .Net-based solution to do the same thing?
|
| Switching menus | 30 May 2005 22:14 GMT | 4 |
I would like to change my menu items depending on the context of the selection. I don't want to disable them because they will still be visible. By the way, my application is written for Smartphone and PocketPC using C#. I wish I could use MenuItem.Visible = false and ...
|
| Compact Framework SDK | 30 May 2005 20:15 GMT | 10 |
I've MS Visual C# 2002. How can I get the Mobile Project option and How can I install the Compact Framework SDK ? I can't find any downloads for this. Thanks
|
| Updating SS CE DB After merge Rep | 30 May 2005 17:40 GMT | 5 |
(Portions previously posted in SQL Server CE newsgroup, but it appears no one is minding the shop over there!) Ok, so I managed to get merge replication working and I have a single table in a database out on my PDA. I now want to change a row in the table and
|
| Load bmp, png | 30 May 2005 16:51 GMT | 6 |
Hi, I'm trying to load images from file using Bitmap class. My code is like the following: Bitmap myBmp = new Bitmap(sImageFileName); I get ArgumentException error when I try to load PNG or BMP files. I get the
|