| Thread | Last Post | Replies |
|
| binding to an empty IBindingListView instance fails | 07 Feb 2006 14:40 GMT | 2 |
I have created my own CustomBindingListView by deriving from IBindingListView. Binding a DataGridView to this CustomBindingListView works fine, and when updates arrive on the underlying data, the DataGridView gets
|
| how to create top level toolwindow | 07 Feb 2006 14:30 GMT | 1 |
i'm trying to create top level ToolWindow (derived from System.Windows.Form) for my application. How can i make my ToolWindow to always stay on top of my application but not on the top of all other windows? i would like it to "go down" when the main application window
|
| Problem when collection editor opens | 07 Feb 2006 14:12 GMT | 1 |
VS 2005 problem is: I can not always open a collection editor for properties on my controls and components. Sometimes everything is ok but sometimes I get message "Object reference not set to an instance of an object.". Then I have to close VS and
|
| What aspx Stands for? | 07 Feb 2006 12:26 GMT | 3 |
asp means Active Server Pages what does aspx stands for ? Regards Micheal
|
| Creating a modal process | 07 Feb 2006 03:28 GMT | 2 |
I have a managed application called MainApp.exe and another non-managed application called OtherApp.exe. I want to launch OtherApp.exe from MainApp.exe using System.Diagnostics.Process.Start("OtherApp.exe"). This works fine. Here is the trick: I want OtherApp.exe to behave ...
|
| Simple form, One user doesn't get buttons | 06 Feb 2006 21:04 GMT | 5 |
We have a simple client app that has a datagrid and two standard System.Windows.Forms.Button(s); Save and Refresh. Of 20-30 installs we have one user where the buttons are not showing on the form. We have reinstalled the client as well as framework 1.1 but still this user
|
| Dynamically add crystal report to application | 06 Feb 2006 20:34 GMT | 1 |
Hi all and thanks in advance for any input. I'm designing an application that will make heavy use of crystal reports. I'm trying to make the application look at a specific directory for a list of reports and make them available to the user.
|
| IIS6.0 No touch deployment | 06 Feb 2006 16:36 GMT | 2 |
Since moving our web server from Win 2000 IIS 5, to Win 2003 IIS 6 we have had the following issues: Our no touch deployment applications do not dowload the referenced dll's that are in the bin folder. Permissions for this foler are set up
|
| compact framework combo box | 06 Feb 2006 15:13 GMT | 1 |
im trying to make editable combo box on form for PocketPc, but i dont know how, im using vb.net 2003 can someone help me please
|
| hierarchical grid | 05 Feb 2006 18:36 GMT | 3 |
I have been trying to work out how to create a hierarchical grid in visual studio .net 2005. The kind of thing I mean is as displayed in outlook when viewing contacts by category. I understand the datagridview control now replaces the datagrid 1.0/1.1
|
| Best third party grid control | 05 Feb 2006 14:39 GMT | 6 |
I'm looking for a solid, extremely extensible, grid control, and was wondering what other people were using and why the like or dislike their particular grid control. What i need is one that lets you do owner drawing, add images to cells and
|
| scrolling text | 05 Feb 2006 13:25 GMT | 3 |
how can i add scrolling text to the bottom of my form? thanks
|
| Autoscroll jump when removing a control at run-time | 05 Feb 2006 13:24 GMT | 1 |
I have a form with autoscroll on, and in run-time a number of user controls added to the form, so that the vertical scroll bar appears. When I try to remove a control (in a on mouse down event handler) that is e.g. near the bottom of the form, the control is removed but the ...
|
| NumericUpDown problem | 05 Feb 2006 10:31 GMT | 4 |
(note: I'm using .NET 2.0) If there is no text (and .Value has already been called) in my NumericUpDown, I cannot set its property Value. Demo:
|
| DataGridview combobox column | 04 Feb 2006 20:33 GMT | 1 |
have a problem working with comboxbox column with .net 2.0 (VB please) tblEmp - EmpId, EmpName, EmpRef tblrole - roleid, rolename tbluserrole- empid,username,pwd,roleid
|