| Thread | Last Post | Replies |
|
| WM5 Project & OpenNETCF | 21 Apr 2006 04:43 GMT | 2 |
Ok, so I’m getting started converting my projects from the “Pocket PC 2003” project type to the “Windows Mobile 5.0 Pocket PC” project type because new PPC’s have it installed. The app I’m converting uses the OpenNETCF’s SDF v2.0 Beta binaries. Will those binaries work with on ...
|
| Transparent Label over Background Image? | 21 Apr 2006 04:16 GMT | 4 |
I've set a background image for my form in OnPaintBackground(). In the layer above I have a set of buttons and labels. Now the label controls inherits the background color of the parent control, which is the form ... so I have a ugly white background
|
| Simple Text Printing Using IrDA | 20 Apr 2006 23:54 GMT | 1 |
I am stuck in an application that I am developing using VS 2003 - VB.Net for a Symbol MC50 PPC2003SE. The application needs to print to a IrDA printer (O'Neil Microflash 2t) and I am having a duce of a time getting something seemingly so simple to work. So far I have tried two ...
|
| SQL Mobile Replication | 20 Apr 2006 23:39 GMT | 6 |
I had been having an error with my wifi but that is resolved now, now I am looking for the sscesa30.dll and can't find it. Where is it supposed to be located? Thanks
|
| Add or remove Click capture | 20 Apr 2006 20:37 GMT | 1 |
Tanx to make me a part of this group! Hello all, I would like to know whether we can capture the click event of the add or remove program's Remove buttons click in a PPC?
|
| moving items within a ListBoxEx list | 20 Apr 2006 20:24 GMT | 1 |
I need to move an item from a ListBoxEx to the top of the stack, how can I do this programmatically? I create the ListBoxEx by reading records sequencially. For each record there is a lot of work to do to create a ListItemEx to finally add to
|
| portrait/landscape using the designer | 20 Apr 2006 20:14 GMT | 2 |
can I use the VS2005 designer in such a way that I can visually see the locations of the controls a for both portrait and landscape situations? So there will be 2 different layouts (not using docks and anchors)
|
| activesync drive | 20 Apr 2006 20:03 GMT | 2 |
After i connect my pocket pc to my PC using activesyncs, in the file explorer, there will be a folde r that represent the pocket pc. Now, i want to copy some files to it programatically, but what is its absolute path?
|
| Memory Slider on Windows Mobile 5.0 CE Device (not a pocket pc) | 20 Apr 2006 19:40 GMT | 7 |
I'm working with a Windows CE 5.0 device. I get "Out of memory" errors but when I look at system memory from the control panel it shows free program memory. However, the slider for storage and program memory is in the white area to the right, and is not positioned in the free
|
| Repost (I think): newbie running event at a certain time (VS2003) | 20 Apr 2006 19:15 GMT | 2 |
I posted this early this morning from home, but it doesn't appear the post ever arrived, so here is attempt #2. My apologies if the earlier post eventually arrives. I'm an inexperienced programmer using VS2003, and I want to tweak my project
|
| activesyncs IP | 20 Apr 2006 16:46 GMT | 2 |
When i am using a USB cable to connect my pocket pc to my computer, my pocket pc can go to internet, does it have an independent IP? if yes, where i can find its address? thanks
|
| Saving bitmaps in CF: Reducing size in Kb | 20 Apr 2006 16:02 GMT | 3 |
ive been looking around the net for ages just to find easy to implemen code to reduce the size of my bitmap drawing. I am making a bitmap an capture a signature onto that bitmap. Then i want to save it. Tha works but the file is too large (80kb) to send over gprs (it will b
|
| How to cancel (break) File.Copy? | 20 Apr 2006 15:13 GMT | 1 |
I would like to create an appropriate file manager in my application. I want to implement a cancelable file copy function with a Form which contains processbar and cancel button. Is there a way to cancel copy operation?
|
| Anchoring control in Tab Control WM5 | 20 Apr 2006 14:57 GMT | 1 |
I have found a weird error in achoring controls in a Tab Control for Windows Mobile 5.0. Basically, I have two text boxes in a tab page within a tab control. Both text boxes are anchored with properties Top, Left, Right. If I run the
|
| UserControl sending 2 MouseDown events and then a MouseUp event | 20 Apr 2006 14:51 GMT | 1 |
I am seeing something that seems quite odd to me... I have a user control that is trapping the MouseDown and MouseUp events. I appear to be getting 2 MouseDown events followed by the MouseUp event. I am not trapping the MouseMove event so have no code for that. I commented out
|