| Thread | Last Post | Replies |
|
| Suppress Save Dialog in WebBrowser control | 28 Dec 2007 19:58 GMT | 1 |
I'm using the WebBrowser control (.NET 2.0) to login to a website and download a file. I navigate to the login page of the website, then programatically fill username and password to login. Then I navigate to the URL of the file. It all works fine, but I get the IE Save Dialog ...
|
| using EM_GETRECT vs. using EM_GETLINECOUNT with a RichTextBox | 25 Dec 2007 10:53 GMT | 2 |
I develop in C#. The 'beauty' of using 'SendMessage 'EM_GETLINECOUNT ... with a TextBox or RichTextBox ... is that it returns not just the lines that are visible in the RichTextBox at its current size, but effectively the number of lines of
|
| MaskedTextBox and currency? | 21 Dec 2007 01:26 GMT | 12 |
Either I don't know how to use it particularly well (entirely possible), or the MaskedTextBox included with VS2005 (and VS2008) really sucks!!! All I need is a simple control to allow me to enter decimal or currency values. I would prefer behavior that looks a lot
|
| Detecting word-wrap in a TextBox or RichTextBox control | 20 Dec 2007 11:09 GMT | 2 |
Hi, I have been trying to find a way to make a TextBox or RichTextBox with word-wrap enabled "grow/shrink automatically" in height as the user types new lines (or deletes existing ones). And scrollbars are out for this usage. Monitoring the 'TextChanged Event and using the 'Lines ...
|
| DataGridView - commit a row that is not editted | 19 Dec 2007 22:45 GMT | 2 |
I have a DataGridView which I'm using the DefaultValuesNeeded to populate every column in a row. I'm only able to get a new editable row created if I manually edit one of the cells (as soon as I hit a key in a cell to change the value, a new row
|
| Toolstrip auto resize in height | 18 Dec 2007 17:14 GMT | 1 |
I want the toolstrip to grow in height (and add another row) to accomodate all the buttons instead of overflowing into the dropdown arrow. Is this possible? Thanks,
|
| .NET FW v1.1 Listview flickering issue | 14 Dec 2007 14:22 GMT | 18 |
Hello community, I need a way to reduce flickering of the listview in .NET FW v1.1. The case: I have a listview control hosted in a plain form that has 20 rows and 5 columns. The data for a few of these rows changes often, about 2 times
|
| Why isn't this easier? | 13 Dec 2007 20:25 GMT | 3 |
The Control class offers a ContextMenuStrip so that you can assign a menu to be automatically displayed when the control is right-clicked. That's nice. Why then don't the more complex controls provide you with an easy way of determining WHAT was clicked?
|
| Setting PictureBox BackColor at runtime | 13 Dec 2007 14:40 GMT | 1 |
I have a PictureBox Control on user control. The image the picturebox contains is transparent. At design time I can set the BackColor property to anything I want and it behaves exactly as expected and looks great . When I try to change the backColor property at runtime it ...
|
| TableLayoutPanel Control | 13 Dec 2007 06:01 GMT | 2 |
I am using TableLayoutPanel control in a .net Windows app. and adding controls(radio buttons) at run-time in TableLayoutPanel. Can anyone help me with how can i make height of all Rows EQUAL in this control. Thanx and Regards
|
| Treeview bug ...or mystery? | 10 Dec 2007 11:54 GMT | 1 |
Hi experts, Using: Visual Studio 2003, .NET Framework 3.0, Treeview Class Here's what I'm trying to do: I've got a form with a toolbar and a treeview.
|
| Reordering rows in DataGrid cause wrong value selected in ComboBox | 10 Dec 2007 07:17 GMT | 6 |
I have a DataGrid with 2 columns and one of them is a ComboBoxColumn. I have implemented re-ordering of rows as described in windowsclient.net/samples//Go%20To%20Market/DataGridView/DataGridView% If I have selected a value in the ComboBoxColumn and then move that row to a
|
| where should I keep all the funtions? | 09 Dec 2007 23:23 GMT | 1 |
I am working with forms. I am used to work with regular C++ code, where all your functions are going to be on the bottom of the source code file. I notice when working with forms using Microsoft Widows .NET Framework that provides a set of classes for building GUI applications ...
|
| How do you turn off painting/redraw for a user control? | 09 Dec 2007 16:11 GMT | 5 |
I have a form which allows users to relaod data at runtime. Unfortunately, the operation of reloading and/or adding new criteria records is very slow and you can see all of the control being painted slowly over the 3 second transacation. I would like to suspend all
|
| ControlDesigner for a window form | 09 Dec 2007 15:29 GMT | 1 |
I have been learning about design-time support and I have question about this. I have test how it works for my own controls and it did great; however I tried to attach a ControlDesigner to my custom form and it didnt work.
|