Groups | Blog | Home


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 > january 2005 > threads for sunday january 23

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

Pocket PC version numbers?
Posted by Hilton at 1/23/2005 10:52:50 PM
Hi, Not strictly a CF question, but: I have found a list of CF version numbers in the CF FAQ, but where can I find a list of Pocket PC OS version numbers? I did try a search, but could not find a comprehensive list. Many thanks, Hilton ...more >>


Exception when CreateGraphics()
Posted by Flair at 1/23/2005 5:09:05 PM
I add an pictureBox control in Form1, then in Form1(), after InitializeComponent(); this line of code: g = this.pictureBox.CreateGraphics(); //g is a private member declared as: private Graphics g; raise an exception says: "An unhandled exception of type 'System.NotSupportedException' occurred...more >>

Cannot Set the Width of a Textbox
Posted by Jim at 1/23/2005 5:05:02 PM
Hello All, Can anyone tell me how to set the width of a Texbox input control displayed in Pocket Internet Explorer on a Pocket PC 2003 . I've tried using styles as well as setting the 'width' attribute with no luck. The Textboxes always seem to ignore any width settings and display as wid...more >>

ArrayList filter?
Posted by Tomer at 1/23/2005 4:44:48 PM
Hi, How can I perform filtering on an array list which is bind to a datagrid. For example: I have a boolean field in the objects inside the array which states if the row should be visible to the user or not. I need to display only the objects that have a 'true' value in that field. Any ...more >>

.NET remoting possible on PocketPC using VS2005?
Posted by Bob Hanson at 1/23/2005 4:06:32 PM
Hello All, I am checking to see if anyone is aware of whether or not we will be able to use .NET remoting on a PocketPC and VS2005? Thanks in advance, Bob Hanson *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

Data Binding problem - DataTable not getting updated
Posted by John Ch at 1/23/2005 3:11:01 PM
I have a TextBox, textBox1, bound to a column in a DataTable. Any data the user enters in the textBox1 is correctly used to update the DataTable. So if the user enters "xyz", the corresponding field in the DataTable also contains "xyz". However, when the user moves to another field, I want t...more >>

different colors in a text string in a list/listview control
Posted by Glyn Meek at 1/23/2005 2:54:59 PM
In the Contact List on the Pocket PC, when you use the 'find a name' feature, the names that are displayed have the appropriate characters (i.e. those you are searching on) as 'white on blue', rather than the regular 'black on white'. How do they do that? Everything I've seen on the forum a...more >>

REPOST: Invoking AT modem type commands programmatically
Posted by nzpcmad at 1/23/2005 10:46:54 AM
I have a Win CE 4.1 (Not PPC) handheld with a GPRS card installed. One of the applications that came with the device is a Terminal application. Using this, I can configure a new session, select a modem (obviously the GPRS one) from a drop-down list, select the baud rate etc. etc. When I the...more >>



eVC 4 DLL & VB .NET ERROR
Posted by Antoni Mass? Mola via .NET 247 at 1/23/2005 9:37:44 AM
Hi, I've created a DLL using eVC 4. //C++ Code __declspec(dllexport) CString ShowLastError () { return _T("Test"); } In my .def file I export the function: ShowLastError In my VB .NET <DllImport("test.DLL")> Public Function ShowLastError() As String End Function Whe...more >>

Unable to deploy application into Pocket PC
Posted by Rahul Sur via .NET 247 at 1/23/2005 9:30:03 AM
I am unable to deploy any =2ENet Compact Framework application into= Pocket PC 2003=2E The connection operation always fails giving= message "Cannot establish a connection, Be sure that the device= is physically connected", whereas the ActiveSync shows= connected=2E I am able to connect the ...more >>

Printing from Windows CE
Posted by John Tunante via .NET 247 at 1/23/2005 9:27:53 AM
Hi! How i can print a text file from Windows CE with c# ? What objects i need ? Thank's ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>SkBCYaieFEq3NYtW1jXgag==</Id>...more >>

Wifi data transfer from PC to PDA
Posted by Noram at 1/23/2005 7:01:02 AM
Hi! Does someone has some experience with programming wifi data/picture transfer from a PC to PDA? For example the picture of a wifi camera into a PDA screen. How should I start? What sites dou you offer? Many thanks!...more >>


DevelopmentNow Blog