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 > march 2005 > threads for thursday march 10

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Accessing .cdb files under Windows CE 4.2
Posted by ashmoo NO[at]SPAM hotmail.com at 3/10/2005 8:17:13 PM
I'm sure I'm not the first person to ask this question, but I've searched both usenet and the web and can find nothing. I'm porting an app that uses a .cdb file from the Pocket PC to a Psion Teklogix running Windows CE 4.2 CE4.2 doesn't seem to support Access files (.cdb). Is there a way to r...more >>


Vertical labels in dotnet
Posted by Claire at 3/10/2005 4:30:14 PM
I need to draw text rotated at 90 degrees, or obtain a label control that will do that job on PocketPc 2003, vs .net 2003 c# Can anyone point me in the direction of some sample source code (or control) please (I did a google with no joy) thanks ...more >>

How to prevent multiple button clicks?
Posted by Christian Schwarz at 3/10/2005 4:29:42 PM
Hello, what is the recommended way to prevent a user from double clicking a button. Disabling the button within the Click-Event handler does not seem to solve the problem. Greetings, Christian ...more >>

InvalidCastException
Posted by Aaron at 3/10/2005 4:01:42 PM
Why can't I cast a number from a textbox into a long? Whenever I try to do it, I get "InvalidCastException" If I can't do that, how am I supposed to get a textbox's text cast into a Long? Thanks...more >>

Reading a file in RAPI
Posted by fig000 at 3/10/2005 3:38:07 PM
Hi, I'm new to the compact framework and rapi. I just wrote a desktop application to read an xml file from a pocket pc. I used CeRapiInit, CeCreateFile, and CeReadFile There are no blowups and the number of bytes read in CeReadFile is the same size as the file I'm reading. However, wha...more >>

Ping request UDP C# PocketPC
Posted by benoit.rheaume NO[at]SPAM gmail.com at 3/10/2005 3:22:10 PM
Hello, I'm writing an application which communicate by UDP protocol from a PocketPC to a computer. I have to verify if the server (computer) is still available, or when I'm trying to connect (UdpClient.Connect), the application freezes. Since I can't catch any exception with the Connect funct...more >>

MultiLine ListView
Posted by Aaron at 3/10/2005 2:00:40 PM
Is it possible through some means to allow my listview to display multiple lines for each row. Example is this, the third column is an address column which has the street on one line, then a carriage return and the city, state, and zip on the following line. I assume this can be custom drawn so...more >>

close program
Posted by kltr at 3/10/2005 1:20:52 PM
Hi, My program developed with c# (Net compact framework) doesn't close correctly. I close my program as the following: Application.Exit(); The program in 'Settings/System/Memory/programs' is not visible, and this is good for me. But, when I try to run my program another once, It doesn't ...more >>



Load image from stream
Posted by Rogerio Jun at 3/10/2005 12:35:04 PM
How can I load a image from MemoryStream ? Rogerio...more >>

how to disable the touch screen?
Posted by Johanna via DotNetMonster.com at 3/10/2005 11:56:40 AM
Hello, I'm working in a Project where I have to programm the user-input as keyboard-input. So, I dont't need touch-screen input and it would be easyer if I could disable the touch screen for my application only. Has anyone an idea?? thanks, Johanna. -- Message posted via http://ww...more >>

underline button text for short key
Posted by Johann at 3/10/2005 11:47:02 AM
Hi, Is it possible to underline a letter of a button text? I tried & before the text and it works on the emulator, but doesn't on the Pocket PC. Is there a setting that needs to be changed to support this feature? Johann ...more >>

Sorted Key,Value list
Posted by Leif Eirik Olsen at 3/10/2005 11:34:29 AM
Hi, Can anyone please tell me what class to use for a non visual sorted list holding key-value pairs? Tried HashTable, but can not figure out how to sort it. thanks, Leo ...more >>

SMTP Support
Posted by Eduardo Pavinato Klein at 3/10/2005 11:23:22 AM
Does the .NET CF supports SmtpMail? What about .NET CF 2.0? Otherwise, how to send mails from the PPC? Thanks, Eduardo Klein...more >>

Question on --- Format$(xxx, "0.00")
Posted by A_PK at 3/10/2005 10:49:58 AM
Dim filesize As Double = fi.Length / 1024 If filesize > 1024 Then filesize = filesize / 1024 filesize = Format$(filesize, "0.00") Label2.Text = filesize.ToString & " MB" end if I am problem using the Format$ function.... when i code filesize = Format$(fi...more >>

Treeview - AfterExpand/BeforeExpand
Posted by Rogerio Jun at 3/10/2005 9:33:03 AM
How can I do AfterExpand/BeforeExpand event in TreeView ? Rogerio...more >>

Drawing in panels
Posted by Thomas Klein via .NET 247 at 3/10/2005 8:10:32 AM
I'm using a panel to provide a scrolling screen on my PPC project and I need to draw a rectangle and have it scroll with the panel. Is there a way to draw inside of a panel so that the points are in reference to the panel? -------------------------------- From: Thomas Klein -------------------...more >>

Please Help. I am starting to loose my hair.
Posted by ian at 3/10/2005 5:13:03 AM
Hi All I have been tring to get a Example application to work for about 3 nights now. It is a Golf Score Card. I got it from. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k2/html/ppcdatabase.asp For some reason i get errors on the build. Saying i dont have Syste...more >>

Testing a DLL on the Emulator question..
Posted by Naveen Mukkelli at 3/10/2005 3:25:02 AM
Hi, I have developed a dll using eMbedded Visual C++ 4.0 tool. I would like to test this dll on the Pocket PC 2003 emulator. Could you please let me know how can I put my dll in the emulator. I have developed a test application as well. Some one suggested me that we can ...more >>

Every thing in this discussion.
Posted by I am hacked at 3/10/2005 12:01:03 AM
My invaders are using all of these and other Microsoft resources to support all of their illegal efforts. HOW THE HELL CAN i FIGHT THEM WHEN mICROSOFT IS ON THEIR SIDE? mICROSOFT HAS BEEN LESS THAN HELPFUL TO ME. ALL I GET FROM THEM IS. "RUN SOME NORTON." hA! MY HIJACKERS LOVE THAT. THEY JU...more >>


DevelopmentNow Blog