| Thread | Last Post | Replies |
|
| help:how to design panel in visual way without form | 14 Feb 2005 02:27 GMT | 1 |
I have to write some code to change the panel which contained in the forms, but is there anyway just design the panel without putting it in the form.Thanks forward!
|
| resize/rescale user control in ActiveX container | 14 Feb 2005 01:56 GMT | 4 |
This is repost, as it seems I had some problems with my antispam alias. Lets hope it is solved. Now, here's the repost: Hi,
|
| transfering info between forms in Visual Basic | 14 Feb 2005 01:53 GMT | 1 |
How can i transfer information that user inputs from a textbox in one form to a label in a second form?
|
| using user control in form & using design time question | 14 Feb 2005 01:40 GMT | 7 |
Im used to using web forms and adding user control info at design time in html. The example i have for a win form is that the user control must be compiled then you add it to the toolbox then add it to the form to put it on.
|
| Winforms Datagrid - detecting SORT | 14 Feb 2005 00:31 GMT | 1 |
I'm trying to find an event that will help me keep a status area updated for the grid row under the cursor. For the most part when a user clicks somewhere in the readonly grid I am responding to the cell change event, and selecting the entire row. A
|
| Fixing form size in design mode from base form | 14 Feb 2005 00:15 GMT | 3 |
Does anybody know of a way to fix the size of inheriting forms by setting a size in a base form. I would like to remove the ability of developers to change the size of a form (in design mode) if they inherit from a particular base form. I know you can override the SelectionRules ...
|
| How to create a Transparent Window | 13 Feb 2005 02:50 GMT | 3 |
I am using the IE WebBrowser (shdocvw.dll) inside my form and use it to display an HTML background in my form. I also want to capture mouse events that occur on the browser (Mouse Down). To do so, my class implements IMessageFilter to pre filter messages and do special stuff on ...
|
| Why does the user control's load event fire when components.Dispose() executes? | 12 Feb 2005 22:08 GMT | 2 |
I have a user control on a form and when I close the form. This is the first event that fires: 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
|
| ListBox resize problem | 12 Feb 2005 18:31 GMT | 2 |
Iam new to windows forms so maybe this problem was discussed already (tho I could not find anything on google). I have added and docked to the left a ListBox, now when I resize Form, list box resizes correctly in Width, but in Height it does not change its
|
| use xp themes / shellstyle.dll | 12 Feb 2005 17:39 GMT | 2 |
Can anyone start me on applying XP themes to my application (vb.net winforms), so I can use the themes like on xptheme.org. thanx, t
|
| how to put LinkLabel in DataGrid's column | 12 Feb 2005 10:50 GMT | 2 |
I am trying to develop Windows Forms application (not Web.UI stuff), and I wanted to put LinkLabel in the DataColumn of DataGrid but I am not able to do so. I got this below link where the guy extended
|
| Strange exception behaviour | 12 Feb 2005 04:55 GMT | 4 |
Examine the following code fragment used from within the main form of a windows forms application when clicking a button: private void button1_Click(object s, System.EventArgs e)
|
| EnableThemingInScope Error??? | 12 Feb 2005 02:59 GMT | 3 |
I am getting the following error when starting a winform app that causes the app to simply hang and I have to end up killing it from taskmgr Error loading main form : Object reference not set to an instance of an object.
|
| SelectionRules property of the ControlDesigner class don't works | 11 Feb 2005 22:59 GMT | 1 |
I'm developing an application that allow to the user place controls into a form (like design mode). The problem is that I need that the designer form can't be resized. The .NET documentation says that doing an overrides to the SelectionRules property and return the value that you ...
|
| Possible bug in ListBox? | 11 Feb 2005 21:03 GMT | 4 |
I would find it very hard to believe that I'm seeing a bug in the listbox control, as I'm sure it's one of the more popular controls out there. But I simply do the following: 1) Create a new Windows Forms application (C#/VB.Net),
|