Archived Months
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
February 2008
April 2008
May 2008
June 2008


all groups > dotnet windows forms designtime > april 2004 > threads for april 1 - 7, 2004

Filter by week: 1 2 3 4 5

Is it possible to reach a property within another property's UIType Editor?
Posted by Ă–zden Irmak at 4/7/2004 2:19:16 PM
Hello, I'm developing a windows forms component deriving from System.Windows.Forms.Control. I've 4 complex properties which actually are classes and each also does a part of drawing the control and each of them have also their custom UITypeEditors. What I want to achieve is that when one...more >>

Scaling controls (C#)
Posted by lrabinovich NO[at]SPAM yahoo.com at 4/7/2004 12:44:16 PM
I'm having problem scaling controls on the form. I have a form where I'm adding my user control at design time. If I run at 96 dpi it looks fine, all the controls inside my user control are sized and placed correctly. As soon as I change font size to 120 dpi, the control and all of it child cont...more >>

Support skin in winform
Posted by Shachar Matyas at 4/6/2004 8:36:05 AM
Hi All, I want my application to support external skins like media player. I write in C#, how can I do it? Is there any web site that describe how to support this option in winform using c sharp? 10x, Shachar. ...more >>

user controls moved from/to panel issues
Posted by Xavier Musy at 4/5/2004 2:30:52 PM
So here's the issue. I have a user control. Let's say it has a text box in it. Now on a Form, I have a Panel (docked top) and a TabControl with a Tab on it (docked bottom). My usercontrol is on one of the containers (panel or a tabpage). Now in design-time, like using VS.NET, if I select and...more >>

IExtenderProvider for Components
Posted by JackRazz at 4/4/2004 3:08:49 PM
Is it possible to add an extended property to components like I can with controls via IExtenderProvider? JackRazz ...more >>

Binding to nested controls using property grid in design mode does not work? (2nd)
Posted by Arthur at 4/2/2004 8:15:26 PM
Hi everybody, I have a problem which I don't fully understand yet. I'll try to describe a simplified model: I have a Windows form "Form1". It contains some data-source-type object like "DataSet1". Then I have a UserControl control "UserControl1" that contains a TextBox control "textBox1"...more >>

Override base class collection in user control at designtime
Posted by Randy at 4/2/2004 8:06:09 PM
Hello everyone, I've created a custom menuItem. I have also created a custom contextmenu. Everything compiles fine and creates my control. The control can be added to the toolbox without any problems and added to a project. It also is able to add menuitems during designtime. The problem is that...more >>

Binding to nested controls using property grid in design mode does not work?
Posted by Arthur at 4/2/2004 7:24:03 PM
Hi everybody, I have a problem I don't fully understand yet. I'll try to describe a simplified model: I have a Windows form "Form1". It contains some data-source-type objects like "DataSource1" and "DataSource2". Then I have a UserControl control Uthat contains a TextBox control ...more >>



Order of entries in .resx file
Posted by cbenien NO[at]SPAM hotmail.com at 4/2/2004 12:46:34 AM
Hi, in our group two developers are working on the same component in design view. They regularly check in their files to source control (Clear Case), but the merge of the .resx files is always very hard because the entries (even if they are unchanged) change their order frequently. This does...more >>

Windows Generated Code
Posted by Joshi at 4/1/2004 8:04:51 PM
Does anyone on the group know how to generate Windows Code for User Control. What I am suppose to do is to generate VB.NET Code for custom user control. Does anyone know how does the VB.NET is generated when a Controls are placed on the Form? Awaiting replies...more >>

Nested collection editor
Posted by Victor Irzak at 4/1/2004 2:13:15 PM
Hello, I have a class Processor that contains a collection (derived from CollectionBase) of Processor objects. In design-time if I try to open 4 or more nested collection editors and then close them, I get "Object reference not set to an instance of an object" error. Did anyone encounter...more >>

ToolboxItems.Add does nothing
Posted by Hugo Vale at 4/1/2004 3:41:12 AM
Hello, I'm trying to add a control to the toolbox using a windows forms application. All goes well, and no error found, but it does not appear after the application finishes (even after i restart Visual Studio.NET). Thanks in advance Here is the code: Dim DevEnv As DTE = New DTEC...more >>


DevelopmentNow Blog