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 windows forms > march 2006 > threads for friday march 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

Printing HTML from Window Forms
Posted by Thomas Taylor at 3/31/2006 8:02:01 PM
What's the best way to print an html document generated in a Windows forms application? IE (WebBrowser control) works pretty well; with some effort to use a print template, you can control margins, headers, footers, and get print preview. The 'gotcha' is that (as best I can tell), there's ...more >>

Using WebBrowser to open office documents inside a Windows Forms Form
Posted by W.John Guineau at 3/31/2006 1:03:06 PM
Using Visual Studio.Net 2005 Team Edition for Software Developers on a Windows XP machine. Microsoft Support article 304662, dated 1/10/2006 shows how to use the WebBrowser control to open word/excel documents inside a Form. http://support.microsoft.com/?id=304662 The basic code works -...more >>

Cannot find assembly error
Posted by Steve at 3/31/2006 12:02:02 PM
I've spent half today trying to figure this out to no avail. I have a solution, using remoting, with 13 projects. The assemblies are using a strong name key and things were working fine until today when I tried to change the version number on some of the assemblies. I changed the intially ...more >>

3 Tier architecture
Posted by Dan, Vascas at 3/31/2006 10:43:40 AM
Please clear my doubt and give some suggestion. I am new to software development, and want to implement a n-tier application. I have a very basic idea about n-tier architecture. [Example] I have created a Business Layer(dll) and put it on a network shared directory. From the presentation ...more >>

Catch event when DataGridViewComboBoxCell value changed
Posted by Brett at 3/31/2006 8:49:48 AM
I'm trying to catch an event when the value of a DataGridViewComboBoxCell changes...without having to tab/click off the DataGridViewComboBoxCell. Thank you for any help you might be able to offer. ...more >>

Aboutbox with a list of the used Assemblies of an application.
Posted by Karsten Lundsgaard at 3/31/2006 3:38:01 AM
I would like to make a list of all the ProductNames of the Assemblies used by my application, made in C#/C-Sharp. Can anyone tell me where I can find a list of the Assemblies, used by the appilcation. Regards Karsten Lundsgaard ...more >>

ListView.SelectedIndexChanged behavior
Posted by Mark Smith at 3/31/2006 12:25:59 AM
I have a single-selection ListView where I always want to keep an item selected by default. If the user clicks in the empty area below the items, I want to select the first item. It appears that when the user selects a new item, two SelectedIndexChanged events are fired: one with no Selecte...more >>

datatable.select
Posted by FUnky at 3/31/2006 12:00:00 AM
hi all, how do i get all rows of a datatable which contain ,either null values or just space characters ,in a column, say columnA. thanks in advance. FUnky ...more >>




DevelopmentNow Blog