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


all groups > c# > august 2003 > threads for sunday august 31

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

How to attach an event to an menu item
Posted by Jane at 8/31/2003 8:37:17 PM
Hi I am using a Visual Studio .Net 7.0 trail version in Windows XP. I've dynamically created some menu items. Now I want to attach an event to these items, what should I do? Thanks Jane...more >>

Open File Dialog
Posted by Claudio at 8/31/2003 11:40:25 AM
Is there a way to implement an OpenFileDialog on a web application? ...more >>

SqlDataReader question
Posted by PeteZ at 8/31/2003 9:17:14 AM
I'm having a problem where I exec a stored procedure (which SELECTs all rows from a table, which has 100 rows) - each row has 8 columns. When I exec the code (see below) I get 8 in oSQLDR.FieldCount (which I expect but whenever I try and reference the data in the row (oSQLDR.GetInt32(0);) I ge...more >>

Question of The bitwise or operator
Posted by ±èÀçȲ at 8/31/2003 8:07:20 AM
Why does follwing code generates the error..? ulong a = 3; int b = 15; Console.WriteLine(a | b); ...more >>

How to copy a file from server to client
Posted by Shayer at 8/31/2003 7:46:17 AM
Hello I want to copy a file from server to client machine. How can i do that. I may have to use byte stream but how can i do that . Pls tell me THanks ...more >>

Newbie: class access questions
Posted by Geoff Collier at 8/31/2003 7:37:41 AM
I have a form called frm_junk. On it there is a rich text box called rtxt_output. I am having trouble accessing this (or any) object on frm_junk from another class. I have a class "test". When I tried to access rtxt_output from "test" I got an error message indicating that the protecti...more >>

Early/late binding
Posted by joe at 8/31/2003 3:49:34 AM
Hi, In C#, objects are manipulated by their references only. Does that mean that all calls to virtual functions are resolved at run time? Can a call to a virtual function be resolved at compile time Thanks...more >>

Unified Modeling Language
Posted by Hai Ly Hoang at 8/31/2003 1:48:04 AM
Hi Can you tell me some website which I can download (freely) UML learning material for beginner ? Thanks ...more >>



How can I close windows in Form_Load ?
Posted by Boba at 8/31/2003 12:22:28 AM
Hello, Is there any possible to stop the load of a specific form and close it in the Form_Load event ? With thanks....more >>


DevelopmentNow Blog