| Thread | Last Post | Replies |
|
| Using the WebBrowser Control with vb.net to print a web-page (including any javascript code changes) | 29 Feb 2008 17:16 GMT | 1 |
I'm using vb.net in Visual Studio 2005 to create an executable that can print a web-page. I use the WebBrowser Control... Navigate to the page... and then call WebBrowser1.Print()
|
| .NET 2.0 border around controls | 28 Feb 2008 23:14 GMT | 5 |
How is it possibile to draw a black border around the controls (TextBox, Combobox) while they're focused, not in designtime, at runtime? I have inherited the controls in some customclasses of mine. The problem I seem to have is that my border get overwritten almost always.
|
| WebBrowser Control Print and Preview Headers and Footers | 25 Feb 2008 20:22 GMT | 2 |
I am using the .Net 2.0 WebBrowser control in a C# WinForms application to display and print custom HTML reports. Is there a way to turn off the IE Page Setup headers and footers using C# before using the WebBrowser control's ShowPrintPreviewDialog() or
|
| Listview column width - automatically calculate? | 24 Feb 2008 13:06 GMT | 5 |
What's the tried and true method to programmatically set the width of a listview column at runtime so its header's text is completely visible (eg, it doesn't get trimmed and have '...' appended at the end), given that I don't know ahead of time what this text is?
|
| .NET 2.0 designtime partial rendering, any ideas? | 22 Feb 2008 09:11 GMT | 4 |
Hi, I need to do draw text or simbols "in" a combobox while in designmode. I don't need, and I would prefer not to draw all the combo by myself cause I want it to appear "run-time" like. I need to know if it's possible to draw something after the paint as done
|
| OwnerDrawn Combobox - Varying Fonts | 20 Feb 2008 01:19 GMT | 5 |
I'm developing a combobox that lists the fonts in their given font face, attempting to replicate how MS Word displays them. I have my code mostly working, but the problem I'm running into is some fonts, like 'Cambria Math', don't fit within the fixed ItemHeight (hardcoded
|
| Add or insert an existing treenode to a treeview? | 19 Feb 2008 17:03 GMT | 8 |
all methods of the treenodescollection for adding or inserting a new treenode support the possibility for giving keys to the new treenodes. But the .add or .insert methods for exisiting treenodes do not?? I need the possibility to move treenodes to other parenttreenodes. I need
|
| Detecting cursor position in numericUpDown control ? | 19 Feb 2008 13:24 GMT | 1 |
I would like to detect the cursor position in a numericUpDown control (like in a textbox). I fact I want to personnalize this control to have a variable increment depending on the cursor function so as to be able to to increment or
|
| Text Box - WM5 - .NET CF 3.5 - How to select all text on focus | 18 Feb 2008 00:05 GMT | 2 |
I want to select all the text in a text box, when focus is put on the control. I see the SelectAll method but it does not highlight the text (like double clicking does). Is there a way to force highlighting of the text automatically?
|
| Changing the BackColor on a control | 16 Feb 2008 11:35 GMT | 1 |
I am working in VS2008. I have a TabControl on a form. The background color of the TabControl is not the standard KnownColor.Control color, it is a lighter color. I have placed a TrackBar on the TabControl and it's BackColor is that
|
| Trouble Using DataGrid with Arrays as Source Data | 13 Feb 2008 15:58 GMT | 1 |
I have a source of data which I'd like to use to initially populate a DataGrid. This data does not come from a database. Once populated, I'd like to use all DataGrid features, e.g., add row, delete row, update row, sort column, etc. to tweak the in memory copy of the data. At ...
|
| Help: ToolStrip location in Design Mode (.Net 2.0) | 13 Feb 2008 11:35 GMT | 3 |
Sorry about the repost, but according to MS ()to get a reply) it is required... :-< I have a form with a ToolStripContainer and four ToolStrips in the TopToolStripContainer. They simply refuse to be cooperate with positioning
|
| What do I call what I want to do? | 13 Feb 2008 09:02 GMT | 7 |
OK - here's the scenario - I understand the building of a control - a dll - so that the developer can drag it onto a form. That's NOT what I need to do. Picture the FolderBrowserDialog and the Save and Open File Dialogs - I need
|
| Multiline Text Box - Windows Mobile 5 - Automatic scrolling | 11 Feb 2008 19:48 GMT | 2 |
I am using a Text Box with scroll bars to display the status of a process as it is running. I am appending lines of text as the process runs and the display is getting updated. txtStatus.Text = txtStatus.Text & vbcrlf & msg
|
| DataGridView causing CurrencyManager to trigger an exception (Index -1 does not have a value) | 08 Feb 2008 19:19 GMT | 3 |
I have a DataGridView on a form that is triggering exceptions which appear to be completely at random. I have a hard time reproducing the problem. Here's what I'm working with: I have a custom business object and list that the datagridview is
|