| Thread | Last Post | Replies |
|
| printing a windows form | 31 Oct 2006 18:18 GMT | 6 |
I am trying to print a windows form with this command("window.print();", "JScript"). I was wondering if it is possible to print directly to the printer without user pressing the print button when the print dialog box pops up on the screen.
|
| Datagrid scroll to current row | 31 Oct 2006 04:42 GMT | 6 |
I have a datagrid with more rows than are visible. The last row is visible and is the current row. Now the user saves everything to the the database. Magically the datagrid is now positioned on the first row, so the current row is no longer visible. Moreover, the scroll bar ...
|
| How to permanently change the highlighted items' colors in the ListBox? | 30 Oct 2006 08:30 GMT | 1 |
I overrided the OnDrawItem() to change the highlighted items' background and foreground color. See below, if (e.State == DrawItemState.Selected) {
|
| TextBox.Text property problem | 28 Oct 2006 14:30 GMT | 4 |
I need to set the value of TextBox.Text property programmatically. The problem is it doesn't work every time I do it using tBox.Text = "Sample Text". This TextBox is on a TabPage. In case I do not view this particular TabPage since I run the program till the moment I use the tBox ...
|
| WPF: RichTextBox - Dynamically Add Controls? | 27 Oct 2006 22:24 GMT | 1 |
I have a question... I want to add a Rectangle/Ellipse/Button (different control classes, other than text) to a RichTextBox. In XAML, it is done like this: <RichTextBox>
|
| Add Window control library to web page | 27 Oct 2006 17:30 GMT | 2 |
I have a window control library with a user control abd I need to add this dll to the aspx web pag. How can I do this. Thanks,
|
| Propertygrid and custom type editors | 27 Oct 2006 14:46 GMT | 5 |
I've created a custom UITypeEditor for use on an array of colors, however, I've a problem that I want to try resolve, because it's an array of colors the property grid allows the expansion of the array to give n single color properties, is there any way of disabling the ...
|
| Capturing X closing event in IDE it self | 27 Oct 2006 13:49 GMT | 1 |
i want Capture the closing( X) of document or Active file in VS-2005 IDE. Thanks Koti
|
| Display status in datagridview | 27 Oct 2006 03:44 GMT | 3 |
VS 2005, Winforms. I have a datagridview and its datasource come from a webservice. In my first column I have an integer (statuscode) that I want to display as text (depend on which language on the client). How do I display a text instead of an
|
| TreeView Weirdness - Chinese Tooltips | 27 Oct 2006 03:42 GMT | 3 |
I have a very strange situation where a handful of users of our product are seeing the tooltips on any TreeView display with oriental (maybe Chinese) characters. We use no internationalization - this is a 100% English application, all the text in the TreeView is in English, and ...
|
| Spreadsheet Components - Farpoint vs SpreadSheetGear? | 26 Oct 2006 20:32 GMT | 7 |
Does anyone know of, or has done, a comparison of these spreadsheet components for including Excel processing functionality in their applications? Pros / Cons / limitations of each?
|
| WebBrowser Problems in Thread | 26 Oct 2006 18:23 GMT | 7 |
Hi, I use the WebBrowser control (requiring STA) in a multi-threading application. I use the WB from a UserControl engine, that it runs more times as thread. The problem is, when the WB run from a thread and I invoke WB.navigate(url),
|
| Scrollbar is not visible in Datagrid | 26 Oct 2006 16:48 GMT | 3 |
I am attaching datatable as a datasource to datagrid. But Scoll bar of Datagrid is not enable. When i click on any of the column (for sorting) it gets enable.
|
| PropertyGrid and the Component Model | 26 Oct 2006 14:01 GMT | 2 |
I need a crash course in working with the PropertyGrid. I have grasped the basics, but now I need to customize a bit. Specifically, I am creating a custom SSIS task and I want to supply a custom UI for editing it. To give it the look and feel of other SSIS tasks, I'm using a ...
|
| Attributes question | 26 Oct 2006 13:04 GMT | 2 |
I'm learning Attribute stuff by reading MSDN topics. I'm creating a new Property for Custom Control. I'm trying to add an Attribute to the Property this way: <Category("Alignment"), Description("Specifies the alignment of text.")> _
|