| Thread | Last Post | Replies |
|
| Docing to a form with toolstrip | 31 Jul 2008 19:05 GMT | 1 |
I use a specific application downloaded from codeproject. When I use a custom tool from the toolbox(which is derived from UserControl), it docs fine in the client area. On the other hand if I use a toolstrip which is attached to any of the
|
| Datagridview | 30 Jul 2008 21:18 GMT | 1 |
I have a datagridview associated with a dataview as its datasource. I use an external to the datagridview command which updates some records in the database. How can I force the datagrid to refresh its data and show the new updated records programmaticaly? I use C# as programming ...
|
| TreeView - selected color, action, size, etc | 28 Jul 2008 21:08 GMT | 3 |
Hi; I have a couple of questions about TreeView when I draw the text and selection: 1) The Node.Bounds passed in to myTreeView_DrawNode is too short to
|
| Data Selection Mode in Combo Box | 25 Jul 2008 21:46 GMT | 1 |
I have a desk top application where the user selects an item from a combo box and the resulting selection populates other parts of the form. The list is quite exhaustive and I'd like to let the user type the name and match on more than the first character that I get by setting ...
|
| LinkLabel - a couple of questions | 25 Jul 2008 02:40 GMT | 4 |
Hi; A couple of questions on the LinkLabel control 1) If I don't set the height, it starts off as 13 but after I set the text & link areas, sometimes (not always) it changes to 18. Why?
|
| free'ing up controls | 25 Jul 2008 02:32 GMT | 4 |
Hi; I am adding controls programatically to a form. When I create a ContextMenuStrip I do not add it to the forms components and when I'm done I call ContextMenuStrip.Dispose but do
|
| How to refresh an unbound listbox ? | 24 Jul 2008 16:46 GMT | 1 |
I've got a listbox. When I double click the listbox, I update the selected object and would like to udpate the displayed text for this object. For now I've got : ' Update goes here
|
| LinkLabel - how long is the displayed text? | 23 Jul 2008 20:36 GMT | 5 |
Hi; I need to get the size of the displayed text in a LinkLabel? How can I do that? thanks - dave
|
| can't display UserControl in design view | 23 Jul 2008 07:00 GMT | 2 |
I have a Class Library project (MyProject) , which contains a UserControl (MyUserControl1) that contains an instance of another UserControl ( MyUserControl2 ) which is also located in MyProject. MyUserControl1 will not display in design view. The error is :
|
| TextBox MaxLength | 22 Jul 2008 17:56 GMT | 2 |
I've been developing for quite a few years now, and a question I have always had in my head is "Why the TextBox Control's default MaxLength is 32767?". It's such an odd number to have as a MaxLength, did someone simply pick out a completely random number when developing Visual ...
|
| Get event for click outside a control | 22 Jul 2008 00:15 GMT | 3 |
Hi; I need to know if when a control has the focus, if the user clicks anywhere outside the control (so I can remove the focus - weird case). Leave is not called unless another control gets the focus.
|
| How do I set the location of a pop-up form? | 21 Jul 2008 22:26 GMT | 2 |
I try creating it, setting Form.Location, and then calling From.Show but it ignores the Location I set. thanks - dave david@at-at-at@windward.dot.dot.net
|
| How do I get a seperator and a sub-menu in a ContextMenuStrip? | 21 Jul 2008 21:41 GMT | 2 |
thanks - dave david@at-at-at@windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com me -- http://dave.thielen.com
|
| GroupBox vs Panel | 20 Jul 2008 00:56 GMT | 3 |
I've inherited an app where the previous dev used GroupBox everywhere it seems a Panel would suffice ( i.e. not using GroupBox for grouping ). Is there some other advantage of GroupBox over Panel ? Thanks.
|
| popup menu - smaller? | 17 Jul 2008 17:23 GMT | 9 |
Hi; I have a ContextMenuStrip that pops up and works fine. However, I would like for it to be smaller - it is pop-ing up when I click on a LinkLabel and the menu feels larger than appropiate compared to the
|