| Thread | Last Post | Replies |
|
| Drag a UserControl | 11 Jan 2008 01:16 GMT | 2 |
I have made a user control that is full labels. How do I drag this control unto a form? I envision a windows form with about three user controls, each user control has 5-10 labels. User controls works great in ASP.Net, but seems less flexible on a windows
|
| Closing a notifyicon application | 10 Jan 2008 20:50 GMT | 2 |
So I have my notify icon, the form, the context menu all that jazz working fine. My notifyicon has a context menu with an Exit option. Works fine. If the form is current visible and you close is (X)...it hides itself
|
| How check ActiveX already registered from ocx or dll file? | 10 Jan 2008 20:20 GMT | 1 |
Using C#, receiving input ocx or DLL file that has an ActiveX How can verify that has already been registered in the system? tks. Alvaro.
|
| DataGridView column DisplayIndex problem | 10 Jan 2008 17:14 GMT | 1 |
I try to adjust columns order in DataGridView via DisplayIndex property and it doesn't work me properly. Here is the code: protected override void AdjustGridColumns() { foreach (DataGridViewColumn clmn in _grdCustomizations.Columns)
|
| strange windows behaviour | 10 Jan 2008 16:02 GMT | 1 |
Before my main form is opened, I have my program check some things. One of the checks will open a form and when the user clicks on a button on that form, it will open another form to fill in some data. On the last form there 2 buttons, one to save and one to cancel.
|
| AutoGrow for ListView (View List) | 10 Jan 2008 13:57 GMT | 3 |
Heya, I encountered one problem today. I am using ListView for storing some items here. View mode is List (to show as many items as possible), however view is trimmed (instead of TestPackageXXX it will show
|
| form minimizes after messagebox.show | 10 Jan 2008 13:47 GMT | 1 |
got a weird problem here. On sucessful saving operations i'm showing a messagebox with the use of MessageBox.Show(...); The problem is, when the messagebox is shown and the user clicks ok, the
|
| I can't get my computer to go to system restore? | 10 Jan 2008 08:33 GMT | 1 |
When I power up my computer and hit F10 the computer will not bring up the system restore screen? It brings me to the safe mode start up which will do none of the comands offered? Is there a way to force it to the restore besides F10 on start up? I don't have a xp disc because ...
|
| how to give DataGridViewButtonColumn a background image | 09 Jan 2008 16:08 GMT | 1 |
this is my code DataGridViewButtonColumn buttonupColumn = new DataGridViewButtonColumn(); buttonupColumn.HeaderText = "";
|
| Dynamically loaded controls | 09 Jan 2008 14:45 GMT | 1 |
How can I dynamically load controls unto a windows form? I need to write some custom controls that are a composite of other controls. These custom controls needs to be dynamically loaded into a container, maybe a panel.
|
| Collaps a menu? | 09 Jan 2008 13:32 GMT | 1 |
i've a windows-form with a menustrip containing toolstripmenuitems with sub-menus where one sub-menu contains two toolstripcomboboxes. The selected values of these comboboxes are used as criterias for a database selection - the database results are shown on a grid on the form.
|
| tree view | 09 Jan 2008 02:33 GMT | 1 |
I would like to impliment cut, copy, paste functionality on selected nodes (and sub nodes) of a tree view control that resides on a windows form. How can I do this?
|
| ClickOnce without user confimation | 08 Jan 2008 17:06 GMT | 10 |
I have set up my clickonce publishing to check for updates on every application restart. The manifest is located on an unc-path. As soon as the user restarts and there is a new version on the Network there is a dialogue with the
|
| Any idea how to track the mouse moving speed? | 08 Jan 2008 12:57 GMT | 2 |
Suppose a user presses the mouse on an object, then drags the object around. When the user releases the mouse, I want to tell what's the average speed of the whole movement. Any idea how to calculate that? Because the user can drag the object to any direction, it could go right,
|
| How to Add Costume Prerequisites in Click once deployment | 08 Jan 2008 07:51 GMT | 1 |
I create one smart client application that require some COM Component . so I create .msi setup for above application how to add in Prerequisites for smart client once click Deployment. Harshad Prajapati
|