| Thread | Last Post | Replies |
|
| Visual Studio designer problem | 30 Apr 2006 18:50 GMT | 2 |
The Windows Forms designer from VS 2005 behaves strangely on my computer quite often. The only reliable and temporary fix that I know is to restart the computer. I don't experience similar problems with other applications. It chaotically draws text(and other stuff as well)
|
| ObjectDisposedException... but no object??? | 30 Apr 2006 18:09 GMT | 5 |
I'm running VS2005 and it seems that whenever I try to exit a form I receive the following: ObjectDisposedException was unhandled. Safe Handle was closed.
|
| Amazing invisible TreeNode | 30 Apr 2006 03:01 GMT | 9 |
I have a custom control with two treeviews. The idea is the if a user double clicks on a node in TreeView A a new node is added to TreeView B. But when the first node is added it does not show on in TreeView B, Nodes.Count is 1. Nothing helps, nor Refresh
|
| RSS Feed | 29 Apr 2006 22:10 GMT | 1 |
Now that I have learnt about RSS feeds... is that a good way to exchange data in a B2B situation? or Rss Feed is for only news feeds... Can someone... is RSS every used in WinForms situations or only ASP situations...
|
| Form on Panel not Anchoring/Resizing | 29 Apr 2006 19:49 GMT | 1 |
I have a MDI Child form with various controls and a panel. On the panel at runtime I am adding a form to the panel. Everything works except when the outer form is resized, the panel gets resized but the form on the panel doesn't. It just stays in the same place that it starts ...
|
| Automatic Text property at design time | 29 Apr 2006 14:50 GMT | 2 |
when we place a label or textbox or other controls from the toolbox on the form at design time, the Text property of the control automatically contains the name of the class and an incrementing number after it (label1, textbox3, etc).
|
| User control | 29 Apr 2006 13:46 GMT | 2 |
I have a user control in which contains a Label, a Toolbar and a TabControl. When the User control is resized I like to resize the controls inside the User control. How do I do that?
|
| How does one create a rounded window? | 29 Apr 2006 13:39 GMT | 4 |
I want to have a window skin with rounded corners and where the system's usual window frame is hidden, like in Windows Media Player. Can I do this with Windows.Forms? Is it just a matter of setting some property, like "myframe.visibility=false"?
|
| Connecting to a remote Web Service Error, help plz | 29 Apr 2006 09:25 GMT | 2 |
There's a problem in my windows application that calls a remote web service's method, when it tries to connect to the webservice it displays this error: "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the ...
|
| Updating ContextMenu MenuItems depending on location of right click | 29 Apr 2006 00:34 GMT | 1 |
Hey all, I'm getting a weird bug, where I will add sub menu items to a menu item in my context menu and sometimes the sub menu items appear and sometimes they don't. I can see from my logging that the code is successfully using the
|
| Print command with "" | 28 Apr 2006 21:45 GMT | 3 |
my program uses the Print command like Print(a, "Language=" & language) to print a textline in my text file. In the text file I need a format like
|
| How to Screate Skin For Vb Form | 28 Apr 2006 21:37 GMT | 1 |
I have a requirement of writing a WinForm application that should support "SKINS" for the UI. On applying a skin, the look and feel of the application
|
| ClickOnce: How to change the config file once we deploy on the ser | 28 Apr 2006 19:44 GMT | 1 |
I have problem in updating the config file. We are using the ClickOnce technology to deploy the C# windows forms applications. After deploying to the server, if we want to change the keys in the app.exe.config.deploy file, it is not giving the erorr at the time of
|
| Color Dialog | 28 Apr 2006 17:16 GMT | 5 |
when using this code: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim MyDialog As New ColorDialog()
|
| App.config file | 28 Apr 2006 16:31 GMT | 4 |
I am having a heck of a time trying to figure out how to get a setting in a referenced assembly/dll from the exe's app.config file. In other words, I have an assembly called AcmeApp.exe which contains an app.config file. This exe references a dll AcmeHelper.dll which I am ...
|