| Thread | Last Post | Replies |
|
| Can anybody tell me how to drag images between child forms of a MDI application? | 12 Aug 2004 17:13 GMT | 1 |
Can anybody tell me how to drag images between child forms of a MDI application?
|
| Autoscale problems | 12 Aug 2004 15:36 GMT | 2 |
This has been driving me nuts. If I create a form, then change its location using the Location Property prior to displaying it, the form changes size (shrinks). For example:
|
| timer | 12 Aug 2004 14:51 GMT | 6 |
I have a program where i am using timers to refresh the databinded to daatgrid for every 10 seconds.Along with this i am having other functions for updating , sorting etc. the program terminates while in run mode due when i try to do
|
| 'Tag' object for each item in ComboBox | 12 Aug 2004 13:00 GMT | 3 |
Can a Tag object be associated with each item in a ComboBox? If so, how? Thanks.
|
| WebPart Title | 12 Aug 2004 12:55 GMT | 1 |
How apply custom style to WebPart Heading (Title) alone regards H Mohamed Ibrahim
|
| Write *.ini file by C# | 12 Aug 2004 12:54 GMT | 3 |
Hi alls How can I write, read directly any *.ini file by C# Thanks.
|
| Handling ListView Check Changes | 12 Aug 2004 12:46 GMT | 3 |
I have a ListView control in Details view. When an item is un-checked, I want to change the ForeColor. The only way I have found to do this is to loop through all the items of the ListView in its Click, DoubleClick, and KeyPress events using the sub below
|
| invoke a context menu | 12 Aug 2004 11:09 GMT | 3 |
I want to invoke a context menu on a Treenode when the user presses SHIFT-F10. How should I proceed? The default behavior in dotnet seems that the Mainmenu gets selected when
|
| OwnerDraw listbox does not redraw correctly when resized | 12 Aug 2004 11:03 GMT | 1 |
I have a listbox set to OwnerDrawFixed. I anchored the listbox to the left and right side of the form, so the listbox resizes when the form resizes. I also set the StringFormat to use EllipsisWord trimming when the contents of a listbox item is too long to fit.
|
| Getting Form instance used in Application.Run() | 12 Aug 2004 02:34 GMT | 1 |
How can I get a reference to the Form that was originally used in Application.Run(F) to start my windows application? I looked through the Application object and couldn't find it there. Is there a place where this reference is maintained?
|
| Datagrid Horizontal Scrollbar | 11 Aug 2004 19:03 GMT | 1 |
If first column in DataGrid has width of 0, then the arrows on the scrollbar to doesnt respond. If I click on the left or right arrow at the extremities of the horizontal bar, nothing is hapenning. The grid
|
| Datagrid left-right scroll problem | 11 Aug 2004 18:21 GMT | 2 |
It will be really helpful if anyone could give me a solution for this problem. My application is developed in C#. In my application , I am using a datagrid which is binded with a datasource. The datagrid is having about 10 columns. So inorder to see all the columns,
|
| Problem Persisting a nested control using the DesignerSerializationVisibility attribute | 11 Aug 2004 10:23 GMT | 4 |
I have a progress bar which is nested control and I want to persist the design time properties of this nested control. I thought all I needed to do was mark it with the DesignerSerializationVisibility.Content attribute, as below:
|
| DataColumn Expression | 11 Aug 2004 09:04 GMT | 10 |
Is there a way to insert a blank line (\n) into a DataColumn expression? i.e. Dim dc as new DataColumn("test1", Type.GetType("System.String"), "Address1 + '\n' + Address2")) I can't seem to get .NET to recognize the escapt character
|
| Query Builder | 11 Aug 2004 07:36 GMT | 1 |
Anyone know of any .Net controls that can allow an end user to build queries?
|