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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|