Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > april 2008 > threads for april 8 - 14, 2008

Filter by week: 1 2 3 4 5

Change Combobox scrollbar width ?
Posted by Sagaert Johan at 4/14/2008 3:24:06 PM
Hi Is there some way to change the scrollbar width of the combobox ? I done this before on the full framework by changing the display properties, but on my CE5 device i can't find this. Overriding the combobox does not expose its scrollbar, so am stuck (except creating a now one from scrat...more >>


How to pause and resume media player
Posted by drumred at 4/14/2008 9:39:02 AM
Is there a way to pause and resume the media player programmatically? Thanks....more >>

Bordered Text
Posted by andrerus@gmail.com at 4/14/2008 8:14:24 AM
Hi, does anybody know a way to draw a bordered text (which each character surrounded by a contour)? Andrea...more >>

sockets not seeing the world :(
Posted by MoosePR@gmail.com at 4/14/2008 5:45:17 AM
Hi I have been programming for years but am just starting to develop mobile apps for wm5. im using visual studio 2008, but did start my development on visual studio 2003. I am trying to implement some parts of an ftp client into a compact app using sockets. Within vs2003 this worked fine bo...more >>

Migrating from WM5 to WM6
Posted by Empi at 4/13/2008 5:37:57 PM
Hi. I was asked to estimate how much time it will take to move a software from an iPaq 2190 to an iPaq 114. The iPaqs are almost the same but the 114 runs the wm6. 1) Is it fully compatible regarding software that was written to the wm5? 1.1) If not, what should be done in order to migr...more >>

.NET CF & Hardreset - still not possible?
Posted by Rampf at 4/13/2008 12:45:45 AM
Hello Is it really not possible to perform a hardreset with newer devices using ..NET CF? Thanks Rampf ...more >>

transparent labels
Posted by E Lee at 4/11/2008 9:41:15 AM
Is there a way to create labels that allow the background image to show through, true transparency? I want to add a label to a picturebox image but not show the label boundaries, blocking out the image. -E ...more >>

Imagelist problem
Posted by Broeden at 4/11/2008 5:01:45 AM
To support both VGA and GVGA I have two imagelists, one containing 16*16 bit icons and the other 32*32 bit icons. Is it possible to use the same icon files for both the imagelists? It seems that both lists uses the 32*32 bit variant in the icon file. ImageSize for the imagelists are set to 32*...more >>



Restart Application
Posted by Armando Rocha at 4/10/2008 6:59:12 PM
Hi, 2 questions. 1. I m working in a mobile application and i need restart my application after i change language settings. How i do that? 2. I have a Main form and i call another form (frmLanguages), when i change the language display a msgbox asking if the user want restart application...more >>

A newbie question : no need to install .NET framework on the device?
Posted by Cat at 4/10/2008 4:29:34 PM
Hi. I've been written desktop applications for years. One of the biggest difficulties of distributing my application has been to make the client install .NET Framework Redistributable. Now, I'm about to start writing applications for the Windows Mobile 5.0 (smart device). Since I don't have a p...more >>

Error Installing Mobile Client Software Factory
Posted by Jimm Calery at 4/10/2008 3:37:13 PM
Hi, Anybody could install the Mobile Client Software Factory ? My PC has VS 2005, and every time that i was installing, i get the same error: "you need to install the Guidance automation Toolkit 2006 o later before to install de MCSF"...., but now i´ve installed the last version of it.... I tr...more >>

How do I install a SSL Certificate on a WinCE 5.0 Device?
Posted by Greg Hellem at 4/10/2008 2:21:31 PM
Please excuse me if this has been covered previously, but I've searched for the past two days and can only find references to installing certificates (for https communications) to PocketPC, Windows Mobile 5/6, and SmartPhones but nothing about how to install a cert under WinCE5. Our host server u...more >>

Socket Listen function backLog param error
Posted by eric at 4/10/2008 10:53:18 AM
calling socket.Listen(int backLog) produces an error no matter what value I pass to it. How do I call this? TIA ...more >>

VS2008 Slow build time
Posted by RobC at 4/10/2008 8:46:04 AM
I have VS2008.VB WM6 CF2.0 OpenCF 2.1 Web services project, converted from VS2005 - that is taking an eternity to build - change a single line of code and wait 15+ mins for it build - hogging two processors at 100% as it does so... I have installed hotfix KB94344 - to no avail... Under VS200...more >>

Please Help! Downloading updates to Pocket PC 2003 not working!
Posted by Tim Frawley at 4/10/2008 8:21:02 AM
I am using the following code to download files to my Windows CE device running pocket pc 2003. Private Function Download(ByVal strSource As String, _ ByVal strDestination As String) As Boolean Cursor.Current = Cursors.WaitCursor Application.DoEvents(...more >>

Force numeric entry mode
Posted by chris-s@mailcity.com at 4/10/2008 2:31:38 AM
We've just taken delivery of a new HP IPaq device for evaluation with our application. This device has what would best be described as a 'phone keypad'. It has the unfortunate effect of defaulting to 'T9' entry mode, which is a pita when entering numeric data into a text box control, worse still...more >>

OpenNETCF 2.2 WirelessZeroConfig problem
Posted by Skin Diver at 4/9/2008 10:47:58 PM
I seem to be getting a null pointer exception when I use the AddPreferedNetwork method. I can enumerate my wireless interfaces OK and everything else is comming back as expected. This might be the same problem that Andy Baker eluded to in a earlier post. Even when I use Chris's example:...more >>

Good GUI Interface
Posted by dhawal at 4/9/2008 7:34:01 PM
Hi, If I ish to create a good appealing gui interface with compact framework[windows CE 6] what technologies should I need to use??[Silverlight on mobile is not yet out]. If anyone could suggest me in this regard or point me in the right direction it would be of great help. tx ...more >>

Development Choice .NET CF 2.0 Vs .NET CF 3.5
Posted by Jim at 4/9/2008 4:07:13 PM
Hi All, Currently I have a mobile application with the following environment Development Platform: VS 2005 ..NET CF: 1.0 SP3 Database: SQL CE 2.0 Now I am planning to migrate to a newer version of .NET and my choices are VS2005, CF 2.0 SP2, SQL Mobile 3.1 or VS2008, CF 3.5, SQL Compact Edi...more >>

Serial port error
Posted by Catalin Lungu at 4/9/2008 12:56:38 PM
Hi, I need to know when the serial port COM6 is available. How can I do that ? What key of registry should I modify to free the port? I use OpenNETCF.IO.Serial.Port in WinCE 4.2 Most of the times when I try to print I receive the following error "CreateFile Failed: 55" . I am sure that my ap...more >>

wifi problems
Posted by a@b.com at 4/9/2008 12:20:37 PM
I have around 20 pdas running at an event that need to connect wirelessly to a server. We use the ipaq 2700 series. There may be other wifi connections in the area. The connections for us are problematic, as sometimes it will take going through 4 or 5 pdas to find one that can actually connect t...more >>

Thinking about first redistribution and later update
Posted by cartman at 4/9/2008 10:02:00 AM
I'd like to know if using CAB file (as described in this link http://msdn2.microsoft.com/en-us/library/zcebx8f8.aspx) is the best way to redistribute a .NET application for a windows 5.0 (or 6.0) ce device. And what about the later update of the application itself. Are there software to b...more >>

Prevent key-event in combobox when using control and KeyPreview
Posted by Peter Hartlén at 4/9/2008 9:23:56 AM
Hi! I want to use Ctrl + "Key" in a _combobox_, using Form KeyPreview. How do I prevent the "Key" being passed on the to the controls base key-eventhandler? The problem is that if I use Ctrl+B and there is an entry in the combobox which starts with B, it will be selected. Regards, P...more >>

Listing tables, then loop through data
Posted by Hugh Janus at 4/9/2008 9:22:35 AM
Hi all, I have 2 problems, which are related. Hope someone can help! I am using VB CF 2.0 with the SQLCE. How do I populate a combo box with the names of all the tables that the database contains? I am sure it records a dataadaptor, but I just cannot get it working. Second, does any...more >>

Detecting when the stylus is present, perhaps using S&N broker
Posted by Minerva Jones at 4/8/2008 3:59:31 PM
AFAIK there's no support for this, either from the OS, the CF or the hardware. But wouldn't it be a good idea if any given program could be notified when the user has removed or replaced the stylus and then switch the UI accordingly? At the very least it could either hide or show the SIP or pe...more >>

SerialPort Class
Posted by Aidan at 4/8/2008 1:13:01 PM
Hello, We are experiencing a strange problem. We have a thread that transmits and receives ASCII from a remote device. The basic flow is before transmitting we call DiscardInBuffer() and DiscardOutBuffer(), we use the Write() method to send each character in a buffer. The thread then che...more >>

socket error when calling WSAIoctl
Posted by Ralph at 4/8/2008 3:22:04 AM
hi everyone, i try to develop a test application on my smartphone (Windows Mobile 6 professional) the application aims to receive mutlicast datagram, i use windows raw socket : if (WSAStartup(MAKEWORD(2,2), &wsd) != 0) { //printf("WSAStartup() failed: %d\n", GetLastErro...more >>

No Control.DrawToBitmap in Compact .NET 3.5?
Posted by Jo Vermeulen at 4/8/2008 3:12:51 AM
Hello, I have converted my project to Compact .NET 3.5 since I need a few of the features that are only present in this version. However, a feature I also rely on and which was available on .NET 2.0, Control.DrawToBitmap, is not included in 3.5 anymore. I have two questions: 1) Is ther...more >>


DevelopmentNow Blog