| Thread | Last Post | Replies |
|
| Tab Control | 10 Aug 2006 04:00 GMT | 2 |
Is it possible to have tab control buttons on bottom? With out going to to much trouble, thoug I have seen everywhere. Jared.
|
| How to fix the width of a tree dropdown ? | 09 Aug 2006 22:12 GMT | 2 |
Im want to fix the width of a dashboard. I have a field which has a field (in this dashboard on the left part of my screen) which could be long and make the right side of the screen out the display.
|
| novice help for combo box needed | 09 Aug 2006 21:25 GMT | 2 |
I am trying to emulate with ComboBox, what I do with a Web DropDownList. dropdownList.Items.Add(new ListItem("30", "30 days")); dropdownList.Items.Add(new ListItem("60", "60 days")); As you can see, 30 and 60 are values and "30 days" and "60 days" for displaying. Not populating ...
|
| How to Https locally? | 09 Aug 2006 21:11 GMT | 4 |
I use the web browser control to display some html reports in a winforms application. The problem is this kills security because anyone can read the reports just by accessing the file system. The reports are generated dynamically at runtime in memory and then saved to
|
| Windows cannot verify certificate of ClickOnce application | 09 Aug 2006 21:04 GMT | 1 |
I have a ClickOnce application code-signed with a code signing certificate from Thawte. When a user (running IE on WinXP SP2) tries to run the app, if they click the Publisher hyperlink a warning is shown in the "Certificate" dialog with the warning "Windows does not have enough ...
|
| ListView Custom Sorting and repositioning later | 09 Aug 2006 18:36 GMT | 1 |
I have a ListView with a custom ListViewItemSorter assigned. After I add all the items I assign the sorter and everything is sorted fine. This works the way I want. Now I want the user to be able to move items within the ListView but they're
|
| Use webbrowser control w/o form ui | 09 Aug 2006 16:06 GMT | 1 |
I'm trying to create a html/hta document on the fly without using the gray form UI. I'll be activating the html/hta document from a parameter on the context menu.
|
| Can't see "Windows Form Designer Generated Code" in VS2005 | 09 Aug 2006 15:58 GMT | 2 |
Folks, I am developing a Visual Basic Windows application using Visual Studio 2005. For some reason I do not see any of the code that is normally generated by VB. Is there some setting/option I need to check
|
| How to draw shadow of arc? | 09 Aug 2006 14:52 GMT | 1 |
Because the backgroud color of the form is white, when I use SmoothingMode.AntiAlias, the color of shadow seems gradient to white color. But if I don't use SmoothingMode.AntiAlias, there are white gap between four arc.
|
| Panel doesn't show scroll bars | 09 Aug 2006 14:05 GMT | 3 |
Perhaps one of you geniouses can help. I have a panel whose AutoSize = true. This Panel is originally empty when the program starts, and it is programtically populated with my own User Control. The User Control is inherited from a Panel itself. I programatically add each of ...
|
| How to test if a control is visible on screen | 09 Aug 2006 14:05 GMT | 1 |
Hallo experts How can I test if a control is currently visible on screen and not hidden by other windows?
|
| How to make all controls disable foreColor and BackColor same as ReadOnly = true? | 09 Aug 2006 13:35 GMT | 2 |
How to make all controls disable foreColor and BackColor same as ReadOnly = true? As the disable textbox or another controls color is so hard to read, I want a good method to set all control same as ReadOnly TextBox control's Colors.
|
| How to clone a refrenced type object? | 09 Aug 2006 11:37 GMT | 1 |
I am developing a utility to be reused in other programs. It I have an object of type Control (a TextBox, ComboBox, etc.) that other programmers use it in applications. they may set some of properties or assign event handlers. I need to be able to clone the manipulated control at
|
| Text written with TextRenderer overwritten by other Controls? | 08 Aug 2006 20:45 GMT | 1 |
I'm trying to write text to a Windows Form with TextRenderer.Drawtext, and it works fine - until I select an item from the Menu (System.Windows.Forms.MenuStrip) above it - at which point any text in the Form area underneath where the menu drops down gets erased.
|
| Disable Resizable Form | 08 Aug 2006 20:35 GMT | 2 |
Using C# and Windows Forms, how do I disable the window resizable option? I want my form to be fixed size only. Thanks, Janiv Ratson.
|