| Thread | Last Post | Replies |
|
| Panel, OnPaint, Scrolling | 05 Jan 2006 02:59 GMT | 7 |
I have a custom control inherting from Winforms Panel control. My control overrides the protected OnPaint method of the panel. Doing so, probably overrides the Scrolling functionality of my control. Is there a way to regain back the scrolling possibities of my inheriting control? ...
|
| TreeView HotTracking appearance question... | 05 Jan 2006 02:31 GMT | 1 |
i have a .NET 2.0 WinForms application that uses the System.Windows.Forms.TreeView control. i need to be able to have the nodes in the TreeView control hilite (underline) when the user hovers over them. this is no problem, i just set the 'HotTracking' property = True. however,
|
| How can I repaint the custom control ? | 04 Jan 2006 17:49 GMT | 2 |
Hi all Pro, I have a custom control which derive from Control. The problem is, when some thing on top of it and go away, the control isn't repaint the area which was occupied by the object was on top of it. How can the control know how to
|
| What is a Tag and how it is used? | 04 Jan 2006 12:28 GMT | 1 |
I have seen something as Tag in properties bar in VB .NET forms controls. but i don't what it is used for. I appreciate for every help or link or sample. Best wishes...
|
| Treeview AddRange problem (vs2003 - vs2005) | 04 Jan 2006 12:01 GMT | 1 |
What I am doing is: 1. To a treeview, a number of nodes using AddRange method (Items are displayed in the treeview in the order in which added) 3. Remove some of the nodes using Remove() method
|
| Save DataGridView columns size and position | 04 Jan 2006 05:29 GMT | 3 |
I want to save the size and position of the columns in my DataGridViews. How can I do that? Thanks!
|
| Shell32 Tree Explorer | 04 Jan 2006 03:18 GMT | 4 |
I am looking to create a tree control that mimics the Windows Explorer tree. I know that there a million out there already, but I am interested in constructing one myself for the experience. Before I delve into it I was curious if there are .NET classes to get the
|
| Problem in using word object | 03 Jan 2006 18:06 GMT | 1 |
In my windows application, i added a word object reference. Using word object, i'm doing spell checking. After spell checking, i quited the word object. But still its running in task manager and utilizing 100% in CPU. How to solve this?. I attached the code which i used in my ...
|
| Controls on usercontrol Just Disappeared | 03 Jan 2006 17:43 GMT | 1 |
I am in the middle of creating quite a large usercontrol that I use to display a page of information in the right hand panel of a split container. I am using VB.NET 2005. This page was to display client information so I had
|
| Debugging Custom Conttrol | 03 Jan 2006 11:06 GMT | 4 |
I'm having a problem debugging a custom control. My breakpoints are not working with a message "The breakpoint will not be currently hit" etc. The fun point here, that when I test the application that contains the control, I can stop in the control.
|
| DataGridViewComboColumn with variable items | 03 Jan 2006 06:18 GMT | 3 |
What I need to do is as follows: I need to have a combobox in a grid with its list of items vary depending on another cell value in the same row. For example assume we have a table containning a person name, country, and city. When bounded to a datagridview, I need the city to be ...
|
| String field and CheckBox column in DataGridView | 03 Jan 2006 01:42 GMT | 1 |
I have a string field in my datatable, but I want to use a CheckBox column in my DataGridView. How can I tell the DataGridView to save "0" for false, and "1" for true in the underlying dataset?
|
| Session getting expired in windows usercontrol embedded in ASPX page. | 01 Jan 2006 21:12 GMT | 1 |
I'm embedding a windows user control in aspx page and showing the user control in the IE, the problem that I'm facing is that the user session of the parent application is getting expired even if I'm working on the usercontrol window.How to handle this situation and how can I keep ...
|
| Assigning a selected value to a combobox | 01 Jan 2006 15:41 GMT | 1 |
I am developing an app in VS 2005 and SQLServer 2005 Express I have a user control that is not bound to any data. I have a combo box on that UC whose list is databound to a clients table. Data is something like this:
|
| Absolute Control Location | 01 Jan 2006 01:55 GMT | 1 |
If a control is inside a group box, how do you find its absolute location on a form? The location values show its location relative to the group box upper left corner.
|