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 > august 2003 > threads for monday august 11

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

Surf Internet via Pocket PC?
Posted by Jennifer Smith at 8/11/2003 8:32:56 PM
I want to access Internet via pocket PC, then USB cable, the desktop PC which is connecting to Internet, is that possible? Thanks in advance. ...more >>


Problem with Application Icon
Posted by Allen Holman at 8/11/2003 8:20:24 PM
I am having a problem attaching an application icon to a pocket pc application. I have attached a 16x16 icon and a 32x32 icon. Regardless of which icon I use, the PDA (an Ipaq 3835) displays a normal size icon with my icon occupying the upper left 1/4 of the icon and the remainder of the...more >>

accurate timers
Posted by Stephan Steiner at 8/11/2003 5:47:48 PM
Hi I'm using a timer that is triggered each second to perform a countdown. Once the countdown hits one, I reduce the timer interval by a safety margin, and the next time the timer callback kicks in, I turn on packet reception in my program. The next timer interval is one second plus the safety...more >>

UserControl
Posted by Drew at 8/11/2003 5:10:16 PM
I have a class that extends System.Windows.Forms.UserControl Can I use this class in the Compact Framework? Is UserControl part of the runtime? Thanks, Drew ...more >>

SSL, please help!
Posted by Zen at 8/11/2003 4:56:43 PM
I have the following sample code, which works fine if the URL is not SSL. (https) Once I switch the URL to be SSL, it works fine for the first time, but the 2nd time the function is called, it throws exception when writing data to request string. The message from the exception is : "A block...more >>

Reading from COM port (Ipaq + GPS module)
Posted by Kris Luyten at 8/11/2003 4:42:40 PM
Hi, I am trying to access the Haicom HI-303MMF GPS modul using C# (.Net Compact Framework on Pocket PC). The NMEA data that it produces can be read from the (virtual) COM6 port. I try to open a connection with the COM6 port using CreateFile like this: ====== [DllImport("coredll.dll",SetL...more >>

Win CE Device
Posted by cfyam at 8/11/2003 3:39:47 PM
How can I run the .Net CF AP on my Win CE 3.0 Device? ...more >>

about listview
Posted by www.msale.net at 8/11/2003 3:25:09 PM
I want to show the details after the user hit a item on the listview. Please tell me the event name. Thanks ...more >>



Creating Setup process
Posted by Hafsteinn Gunnarsson at 8/11/2003 3:13:48 PM
I am trying to deploy my solution to Pocket PC and I want to create a Setup process. Any Ideas. ? ...more >>

Custom .NET CF controls
Posted by blackcloud NO[at]SPAM ukonline.co.uk at 8/11/2003 2:22:34 PM
Hi all, I have been googleing today in search of the answer to the following question; How do I create a .NET CF control (with design time toolbox thing) in VS.NET 2003. I have come across the following: http://msdn.microsoft.com/library/en-us/dnnetcomp/html/customctrlscompactfx.asp?frame=true...more >>

Best practices
Posted by Ian Williamson at 8/11/2003 2:12:41 PM
Greetings, I have a custom control which I am adding to a form. It processes Key events, but if the event is not handled at this control's level, then it needs to pass the event up to the containing form. Currently I am making a call similar to: ((MyForm)((Control)sender).TopLevelCon...more >>

Getting Line Number of Error
Posted by Luke Boyle at 8/11/2003 1:18:48 PM
I'd like to access the line number of the last executed line of code, so I can have my Catch statement display it. In VB6, I used the Erl() function to do this - is there anything comprable that can be used in .NET CF? I'd even settle for forgoing the Try...Catch and just having the error show...more >>

Is TabIndex not supported?
Posted by gh at 8/11/2003 12:58:00 PM
I was trying to compile some code in the dos prompt for the PPC. It keeps telling me, however, that TabIndex is not supported. I get: Dice.cs(90,4): error CS0117: 'Dice.WinForm' does not contain a definition for 'SuspendLayout' and Dice.cs(108,4): error CS0117: 'System.Windows....more >>

Keyboard Hooking?
Posted by Ben Urbanski at 8/11/2003 12:31:19 PM
Hello Everyone, I'm writing a .Net Compact Framework application using C#. I'd like to be able to capture keyboard messages at the application level (tab key messages specifically, so I can implement tab navigation). I've done some research, and I've made some progress, but I'm still having pr...more >>

Is there any object like CMap in CF?
Posted by Anderson Takemitsu Kubota at 8/11/2003 10:23:57 AM
Hi! Does anybody know any object like the CMap of eVC++? Thank you. Anderson T. Kubota ...more >>

TimeSpan.Ticks accuracy
Posted by Stephan Steiner at 8/11/2003 9:06:10 AM
Hi If I create a TimeSpan by subtracting two DateTime objects (DateTime begin, DateTime end, TimeSpan span = end.Subtract(begin)) and convert the TimeSpan into a string using ToString(), I should get something in the form "hh:mm:ss.millisecondsnsmaller". I'm using the exact same code on both a...more >>

Application Security
Posted by Pete at 8/11/2003 8:51:49 AM
Any thoughts or ideas on how to secure software on the PPC platform, i.e.. license keys, etc? Thanks, ...more >>

How to ftp a file
Posted by bert at 8/11/2003 8:08:25 AM
In VB.NET for CF, how do you Ftp a file using the Phone edition pocket pc? Bert ...more >>

Call the Event handler of the Button Click
Posted by Edward at 8/11/2003 5:14:32 AM
Hi, Does anyone know how to get the name of the EventHandler for an event of a control and to invoke it thru code. eg: I have a Button 1 on a Form, depending on some condition I attach the Event Hander for the Click Event at runtime using "AddHandler". the Event Handler could be differ...more >>

Shortcut to already-in-place win CE functionnality
Posted by LawX at 8/11/2003 5:02:30 AM
I'd like to know if it is possible to simulate a windows CE action. My concrete example is that I wan't to have a quick access to the 'stop running programs' menu. So I can quickly stop an application background-running. Tanks for helping....more >>

Keybd_event
Posted by sivaraj at 8/11/2003 4:26:35 AM
How can i send a key( say "A") using api Keybd_event.Can u suggest an eg of sending a character?...more >>

App Modules?
Posted by Pe Woerner at 8/11/2003 4:00:40 AM
Hi, I need to write an app that has a admin part and a number of modules to be plugged in (via config file or so). How can I design those modules to be extended in the future? Different exe files seem to be the only way to be able to use the form designer, but there is the problem with ca...more >>

Network connection needed?
Posted by Butt Chin Chuan at 8/11/2003 1:28:44 AM
I have been developing .net cf applications at my lab pc for some time. Since my home pc can't be used to do the work (pentium 2 350 Mhz), I decided to purchase a new one (pentium 4). Now, during my testing in my pentium 2 pc, there is this problem where I can't pull my tables from the ser...more >>


DevelopmentNow Blog