| Thread | Last Post | Replies |
|
| Double-click behavior of TreeView - changeable? | 30 Nov 2004 13:33 GMT | 3 |
I have a TreeView in which the nodes represent more complex objects. There are several levels of objects (Parent/Child/GrandChild/GreatGrandChild) with a different type of underlying object at each level. I would like the users to double click on a TreeNode to edit the underlying ...
|
| Resize Panel to Height of TreeView | 30 Nov 2004 08:03 GMT | 1 |
I have a treeview which is added to a Expandable Panel. I need to resize the panel so as all the nodes of the treeview are being displayed. Is there anyway to get the 'required' height of the treeview so I can set the
|
| How do i dynamicaly load and unload a C# dll at runtime | 30 Nov 2004 07:15 GMT | 1 |
How do i dynamicaly load and unload a C# dll at runtime
|
| how do i access methods when the .net assembly was loaded with late biding? | 30 Nov 2004 00:51 GMT | 1 |
how do i access methods when the .net assembly was loaded with late biding? class Class1 { public static void Main()
|
| Embedded UserControl accessing ws-security web service | 29 Nov 2004 22:08 GMT | 3 |
I have a UserControl embedded in an aspx page that needs to access a ws-security enabled web service. The web service requires an encrypted UsernameToken in the soap headers and authenticates on every call.
|
| Custom controls/GAC/toolbox | 29 Nov 2004 19:12 GMT | 1 |
When using "customize toolbox" to add a control to the vs toolbox, is there a way to have my custom control listed in the .net components tab without having to navigate to the actuall dll? It is in GAC now, and I thought that alone would be enough but it's not.
|
| [I] HTML Oracle | 29 Nov 2004 15:24 GMT | 1 |
I need some help from the HTML/Website oracle. I'm generating html files from a C# app - they're basically log files for our application, so while they're html they won't actually be on the web.
|
| Any Custom TextBox control | 29 Nov 2004 10:44 GMT | 2 |
does anyone r using extended textbox controls.???? providing MaskEdit features....,numeric,date,currency etc. Of course Open source !!! Thanks...
|
| Can't import .OCX assembly into Web Matrix Project. | 29 Nov 2004 10:40 GMT | 1 |
I am using Web Matrix Project as .NET programming environment. Can you show me detailed steps how to import the .ocx library into the Web Matrix Project. I can't seem to be able to import other assembly than .dll, .exe or .mcl . I am pretty new to the .NET programming environment, ...
|
| [C#] FolderBrowserDialog | 29 Nov 2004 09:31 GMT | 3 |
Does anybody got a clue why the FolderBrowserDialog does display as a dialog (with buttons et al), but without the actual "browsing" part? In other words: I see the Dialog, but without the white "pick-your-folder-from-the-tree" part.
|
| control that inherits from built-in WinForms control : major architectural problem | 29 Nov 2004 08:54 GMT | 3 |
For a UserControl there is the 'Load event you can exploit to make sure the internal structure of your control that inherits from a built-in WinForms control is setup properly, most likely based on the user's changing the public properties you have exposed to the IDE designer.
|
| Persist values entered in Designer? | 29 Nov 2004 01:07 GMT | 3 |
Yet another question from a controls newbie. I have a Verb which pops up a dialog and allows users to customize my control. Is there a built in way to persist users' entries? (similar to that of customizing a .NET DataGrid control). Where does that info get stored? Thank you.
|
| Dependent combo box in winform datagrid control | 27 Nov 2004 23:46 GMT | 1 |
I have an editable datagrid with two dropdown lists, one of which is dependent on the other. When a first dropdown is initially edited ( selected Index changed) , I am able to successfully generate the dataview and bind it to dependent combo box. However, if i go to second row and
|
| Licx File Regeneration | 27 Nov 2004 16:24 GMT | 14 |
for the 95% of the people who seem to have the inane ability of carrying out computer tasks that we know operate a specific way and mysteriously they get wierd results (namely because they usually do not under stand how to follow instructions) I need to know if there is a way ...
|
| DataGrid size | 27 Nov 2004 15:00 GMT | 3 |
Hi, I set a DataGrid's size, but when it is displayed it's not of that size.. how can I set its exact size? Thanks, Beppe
|