| Thread | Last Post | Replies |
|
| Detect when owned form is brought to front? | 31 Dec 2004 23:10 GMT | 1 |
Sorry about the last post -- I hit Enter by accident... I have the following code ('this' is a non-MDI Form): Form form1 = new Form(); form1.Owner = this;
|
| Use Outlook 2003 buttons, etc. | 31 Dec 2004 20:49 GMT | 2 |
How can I develop a windows application that uses controls in Office 2003, especially Outlook. Jay
|
| Check multiple radion buttons in panel | 31 Dec 2004 18:39 GMT | 1 |
I have a vb.net 1.1 winforms app and have several radio buttons in a panel control. I want to be able to check several of the buttons at the same time, but their behavior is that when I check one the other button becomes unchecked so its not possible to have 2 checked at the ...
|
| Visual C# Unable to alter size or position of form | 31 Dec 2004 16:22 GMT | 2 |
I have this in a method which is called when my form is created public CreateDevice() { // Set the initial size of our form
|
| Application Data | 31 Dec 2004 15:41 GMT | 2 |
Where do people put application data that is not user specific? For example, what if I have a xml file containing r/w data for a forms application, and the application may be used by users with limited rights. I cannot do any user management, and there is no reason to expose the ...
|
| Improving Performance | 31 Dec 2004 15:25 GMT | 2 |
I have a table called tblOrg in a SQL Server 2000 database. It has PK = Org_ID and a field called ParentOrg_ID so an Organization can have 0, 1 or many children but only one parent. I have a recursive function that builds a tree view of this and populates a
|
| Overriding OnPaint with a ListView | 31 Dec 2004 15:04 GMT | 3 |
here is what I want to do: I've got a ListView populated from a database. The problem is that there is two much items generated... So I wanted to only get additionnal data (all the colums) for the painted
|
| How do you get a 2 day response from Microsoft | 31 Dec 2004 05:11 GMT | 4 |
I posted a question on "MDI Client Problem" on 12/22/04 and I'm still waiting for a response.
 Signature tsiGeorge
|
| Entering Data into a Textbox | 30 Dec 2004 20:09 GMT | 2 |
 Signature Norm Bohana
|
| embedded resource | 30 Dec 2004 18:41 GMT | 3 |
How to to create an object (like Cursor) from a .Cur file embedded in a dll of C# classes? Thanks in advance, Pascal
|
| How to select datagrid cell | 30 Dec 2004 15:36 GMT | 1 |
This sounds very simple, but I'm having trouble getting it to work. When I display a WinForms datagrid, I want the value in the first row and column to appear in reverse image. I have tried setting the CurrentCell, focusing the grid, getting the textbox and tried to select
|
| Datagrid sorting | 30 Dec 2004 14:45 GMT | 1 |
Is it possible to sort datagrid from code and how? Tnx in advance
|
| ICustomTypeDescriptor.GetEditor - Which property am I on?? | 30 Dec 2004 01:00 GMT | 1 |
I have a class that will be edited via the CollectionEditor/CollectionForm UI. To that extent I have defined the various properties I want editable for my class. However, three of the properties are of type string but I would like them edited by selection from a dropdown list ...
|
| FolderBrowserDialog not showing folders | 30 Dec 2004 00:50 GMT | 8 |
I have created an application compiled with .NET 1.0. Since no folder dialog was avialable i used an external library. Now that i'm using the .NET framework 1.1 i removed the external library and used the FolderBrowserDialog object. When a button is pressed i execute this code:
|
| datagrid column headers and size? | 29 Dec 2004 22:41 GMT | 1 |
i have a datagrid that is getting it's dataset from a mysql database. is there a way to change the header label and a way to set each columns width before it is displayed? there are 4 columns being displayed and i need to be able to rename 2 of the columns and set the width of ...
|