| Thread | Last Post | Replies |
|
| Change a disable control color | 01 Jun 2004 12:44 GMT | 2 |
Does anyone know how to set a color to a disable control (I.E. a textbox when you set the disable property to true you get the gray windows disable color, and I would like to set it in blue I already tried to override the event - OnEnableChange - but it doesn't wor
|
| SEHException when closing a form | 01 Jun 2004 10:48 GMT | 1 |
I'm trying to enable Windows XP themes in my application. First I tried adding a call to Application.EnableVisualStyles(), but that didn't appear to actually do anything (aka I still wasn't getting styles). Yes, I have all my buttons and what not using FlatStyle = FlatStyle.System ...
|
| Code generation for property 'XXX' failed. Error was: ..... | 01 Jun 2004 09:40 GMT | 1 |
I am designing a component to be used on windows applications. 'code'''''''''''''''''''''''''''''''''''''''''''''''''''' Public Class SomeComponent Inherits System.ComponentModel.Component
|
| DataSource property to control design time | 01 Jun 2004 09:25 GMT | 1 |
I want to add a DataSource property to my control that, at design time, will allow the designer to drop down a list of valid datasource components just like the DataGrid control. The type on the DataSource property is just 'object', so I know it isn't that. Is there a special ...
|
| Control.CreateControl does not create Handle | 01 Jun 2004 07:34 GMT | 1 |
According to the .NET doc, calling the CreateControl() will create a handle for the winform control and its child. But I doesn't seem to get it work. I have a code like this :
|
| WinForms and WebService | 01 Jun 2004 06:18 GMT | 2 |
If I create a proxy object to a WebService in my Form as an instance object, does it create a process thread in my WebServer that is hosting the WebService?.... As the WebService object gets an error if I try to call a WebService
|
| http cookie use question | 01 Jun 2004 02:53 GMT | 1 |
I'm struggling with using the HttpCookie object on a code behind. Used in the page works great I'm getting a: Type 'HttpCookie' is not define I've tried adding the namespace to the vb form but no luck Imports System.Data.Sqlclien
|