| Thread | Last Post | Replies |
|
| Windows Forms Control inside IE | 30 Sep 2006 17:08 GMT | 3 |
Is it possible to serve webpages with WinForm Control ( <object ...> tag ) from other server than IIS? I have to use Tomcat and my control.dll is downloaded from localhost tomcat server, but doesn't show up. (It works when downloaded from localhost IIS server)...
|
| Selecting Files and Folders | 29 Sep 2006 13:54 GMT | 2 |
is there a way to combine the functionallity of OpenFileDialig and BrowseFolderDialog, so that user can select as well Files as Folders?
|
| VS.NET 2005: Picturebox with animated GIF causes error | 28 Sep 2006 16:39 GMT | 2 |
I have a problem that I am not sure what is causing the error. Basically, I have a Picturebox on a form which the image is set to an animated gif at design time. When the application runs all is well and the gif is iterating through each of the frames.
|
| Row Validating Fires Twice? | 27 Sep 2006 21:55 GMT | 3 |
Below is my row validating event, I throw the blnNewRow flag in UserAddedRow (This seems like a hack but I can't find an easier way to do this). This event fires twice and I can't figure out why? Ideas? If you see anything in here that seems like bad from please let me know so ...
|
| disabled controls should not dim | 27 Sep 2006 03:52 GMT | 1 |
Is there a way to disable a web form control (change the Enabled property to false) without the control being dimmed out when it's rendered? I have quite a few of them on the form and they are hard to read when they are disabled .
|
| "Hide extensions for known file types" | 25 Sep 2006 08:57 GMT | 2 |
How do i get the value for the property indicating whether extensions in the shell is visible or not ("Hide extensions for known file types") ?? This propery is found in Explorer|types|View|"Hide extensions for known file types".
|
| IE running .NET 1.1 even though 2.0 installed | 25 Sep 2006 08:19 GMT | 1 |
My understanding is that Internet Explorer will always run the latest installed version of the .NET framework when hosting controls. While investigating a problem with a VS2005 / .NET 2.0 control that we host in IE, I began to suspect based on the fusion bind error log that the ...
|
| plus/minus button in a TreeView. | 25 Sep 2006 08:14 GMT | 12 |
Is it possible to change the bitmap used to show the plus-/minus-sign button in a TreeView ?? BR Peter
|
| ListView Groups | 25 Sep 2006 08:05 GMT | 4 |
How do i change the ForeColor (font color) of the groupnames in a ListView control ?? Thank you in advance. BR
|
| Tooltip that show only predefined times? | 23 Sep 2006 03:39 GMT | 2 |
I'm using a ToolTip for a WinForm app. The tooltip show a tip to the user. I would like to limit the tooltip to showing only 3 times. I tried to program both the SetTooltip method and the PopUp() event handler
|
| Trying to create nonvisible User control (Component)? | 22 Sep 2006 16:01 GMT | 1 |
I'm trying to create a non visible user control like the timer. I want it to have an icon at design time and show up below the form and be hidden at run time. I've read that I want to create a "Component" project type but for C# 2005 I
|
| DataGridView clearing row error text | 22 Sep 2006 08:42 GMT | 1 |
I have a DataGridView where the user can make changes. When he goes to quit he can either save or discard the changes. I don't know if this is the best way to do it but I wrote (this.BindingSource.DataSource as DataSet).RejectChanges();
|
| Read-only checkbox? | 22 Sep 2006 07:06 GMT | 3 |
Is there any way of programatically designating a checkbox control as being read-only? There are certain instances in my application in which I'd like to disable checkboxes from having their values modified by the user. I could just set the enabled property to false, but I'm ...
|
| ListView ColumnWidthChanging event not firing | 21 Sep 2006 16:58 GMT | 2 |
Can anyone think of any reason why ListView's ColumnWidthChanging event (.NET 2.0) would NOT fire? I have a handler set up for this but I never hit the break point. The ColumnWidthChanged event fires just fine.
|
| Continuous scrolling with a vertical scrollbar | 20 Sep 2006 22:20 GMT | 2 |
How can I achieve continuous scrolling with a vertical scrollbar in C#? Thanks, Avanti
|