| Thread | Last Post | Replies |
|
| Customizing ClickOnce Download Mechanism | 26 May 2006 21:16 GMT | 3 |
Good day - We'd like to deliver ClickOnce apps and updates via a BITS mechanism, and understand it isn't built into the current release. We would like to replace the OOB functionality with custom, using BITS to make ClickOnce useable in
|
| Programatically open a combo box | 26 May 2006 20:19 GMT | 1 |
I'm trying to find a way to programatically open a combo box's drop down window. Any ideas?
|
| TextBox Size.Height | 26 May 2006 18:03 GMT | 2 |
Is there any way to control a TextBox Size property's Height? Besides making it Multiline? Everytime I set the Size, it always reverts back to Size.Height = 20 (or whatever value based on the current font, I think). I've tried setting the
|
| Save settings ... | 26 May 2006 17:14 GMT | 1 |
Is there an easy way to save the application ? for example : - Application position on the screen - Imagine if I have an "option" form How save and restore these informations ?
|
| UserControl Border Color | 26 May 2006 16:35 GMT | 3 |
I have a simple UserControl hosting a couple of other controls, the BorderStyle = BorderStyle.FixedSingle. All I want to do is change the border color of the control. Anyhow got an example on the best approach to do this. I tried the
|
| save an arraylist in user.config | 26 May 2006 13:59 GMT | 3 |
I am having a problem saving an object in the user.config file of my app (I use VB and the my.settings namespace to do this FWIW). The object that I am trying to save is an arraylist. The arraylist itself holds multiple instances of a structure that I created.
|
| Panels, UserControls, and component position in the UserControl | 26 May 2006 12:48 GMT | 3 |
I inherited a C# Windows app (.net 2.0) . There is a main form with a panel and menu. When the user selects a menu item, a usercontrol form is added to the panel and displayed. The User control forms have things like datagridview and command buttons, as well as a panel that ...
|
| anoying splitter behaviour | 26 May 2006 11:40 GMT | 1 |
I have put an splitter container in my form and have set its orientation property to horizontal The in the upper panel i have put a listbox wit dock property to fill . The problem is that when i move the splitter up and down the distance
|
| about MDIContainer's AutoScroll and background image | 26 May 2006 08:26 GMT | 2 |
Hi, all I have a question when I use form as MDIContainer when I move a MDIChild out of edge of MDIContainer, the Container's Scroll bar appear(yet "AutoScroll" property is "False"),
|
| How to determine when a form is first displayed | 25 May 2006 23:23 GMT | 2 |
Hi, this question must have been answered many times before, but I just can't find the answer in the groups. How can I determine when a Windows Form is displayed on-screen? When my application starts up I want to immediately display a "wizard" to
|
| Newbie - ListBox doesn't have OnChanged event? | 25 May 2006 22:32 GMT | 1 |
I have a ListBox control which is not bounded to any data source automatically. How can I intercept the event of adding/removing items to it? - Tal
|
| Opaque (semi-trasparent) control | 25 May 2006 21:19 GMT | 3 |
I neet to create a "Colored glass" effect, so I can cover a couple of buttons on my form with an opaque (semi-transparent) shape and some text. I tried the following: 1. Create a control that will support a transparent background and use ARGB
|
| DisplayMember is being ignored | 25 May 2006 18:44 GMT | 4 |
I have the following code to set the DataSource of a ComboBox to a certain table in an untyped DataSet, and I also want to set the DisplayMamaber of the ComboBox to a certain column: cmbID.DataSource = Me.Ds.Tables("Groups")
|
| Showing Multiple Displaymembers | 25 May 2006 17:32 GMT | 1 |
I have a combobox that lists 3 columns of data. When a row is selected, I need to show 2 of those colums to the user. I would like to show this in the combobox, but the default ability doesn't allow this, I'm wondering how others have handled this in the past and what suggestions ...
|
| TabControl.SelectedTab.Name issue | 25 May 2006 15:59 GMT | 2 |
I’m having a issue with the TabControl.SelectedTab.Name in the SelectedIndexChanged method. All I want to do is keep track of what tab the control is currently on. I have tried the following. I get an Index error or Object is not an instance of a Object error. Is there a work ...
|