Tagged Questions
The cf.net tag has no wiki summary.
7
votes
2answers
288 views
HttpRequest/HttpResponse Memory Leak? CF.NET 3.5 WIN CE 6.0
I have tried everything possible to get rid of what I think is a memory leak with the HttpRequest or HttpResponse Classes in the CF.NET 3.5 running on a Win CE 6.0 device. I am using them to ...
2
votes
1answer
168 views
Remote browser access to Windows CE/Mobile/Embedded emulators?
My company has a Compact Framework.NET WinForms application which runs on rugged handhelds manufactured by companies like Motorola, Intermec and Psion. These are expensive devices with built-in ...
1
vote
1answer
780 views
CF.NET Smooth-Scrolling Panel — bitblt is coming up blank
I'm trying to write a panel in CF.NET that allows me to scroll the contents inside without flickering. I thought I'd try having a WrapperPanel class that contains another panel with the actual ...
1
vote
1answer
300 views
Imagelist cf.net and .net designer problem
After some testing, I found out that streaming of ImageList using CF WinForms designer is different from streaming using WinForms designer.
If images are added using cf.net designer and form is ...
1
vote
4answers
5k views
Increasing Windows Mobile 5 Emulator Storage
I'm using the Microsoft Sync Framework to synchronize a SQL Server database with a SQL Compact SDF file on the Windows Mobile 5 emulator. We have a 2 gig SD card in the actual device we're deploying ...
1
vote
1answer
877 views
Calling external gps app from VB.NET in CF 3.5 and returning back to VB.NET app
I'm writing an app in VB.NET that allows the user to call Garmin Mobile XT to get a route.
I've got a form that stays open behind Garmin and upon quitting Garmin, allows the user to go back.
...
0
votes
1answer
751 views
Cursor/selection position in DateTimePicker
I'm trying to determine the currently selected portion of the date (or time) editor. I need to to provide custom action when the navigation keys on PDA are use. In particular i want the focus to go to ...
0
votes
2answers
374 views
How do I make VS2008 open Compact Framework forms using CF winforms designer
I have a problem with opening CF.NET forms using VSTS 2008. It uses the regular windows forms designer instead of the smart device one.
Everything was fine under VS2008 Pro, but after installing ...