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


all groups > dotnet windows forms designtime > september 2004

Adding Designer Verbs to a Windows Form
Posted by Jamie Burkholder at 9/30/2004 8:25:41 AM
Anyone know of a way to add designer verbs to a windows form? Thanks ...more >>

Adding an item to a designer host programmatically
Posted by btc at 9/29/2004 8:23:03 PM
I have implemented my own IDesignerHost and have everything working with one caveat. I've implemented a toolbar service and when I add a control to my designer host that way it works fine, however if I try and add a component to my designer host via code ie IDesignerHost.CreateComponent or...more >>

Form Designer host and Name property
Posted by Peter Kenyon at 9/23/2004 9:21:41 PM
Hi, Microsoft have provided an excellent example of hosting the form designer here: http://support.microsoft.com/default.aspx?scid=kb;EN-US;813808 However, it has one problem: the Name property does not appear in the property grid. Their code does include an extender provider which should...more >>

Is ther any wrapper framework dll available for gdi32,user32
Posted by TusharP at 9/22/2004 8:04:58 PM
Hi Friends, Is there any similar framework dlls for gdi32.dll, used32.dll. I want to use following functions 1) GetPixel 2)SetWindowRgn 3)CreateRectRgn 4)CombineRgn 5)SendMessage 6)ReleaseCapture 7)DeleteObject 8)GetRegionDataByte 9)GetRegionDataLong 10)ExtCreateRegionByte 11)OffsetRg...more >>

How to Embedded one Window Form datagrid as row of other datagrid
Posted by TusharP at 9/22/2004 7:51:01 PM
Hi Friends, My requirement are as follow..... 1) First DataGrid display all row of one table, with this one additional column having +/- control like tree. 2) When user click on +/- control DataGrid row must expand & show rows of other table (filtered row based on clicked row values). I thi...more >>

How can I add toolbox controls to myPanel in DesignMode
Posted by Joeri at 9/20/2004 6:04:44 PM
Hi, I am trying to write a designer for control derived from System.Windows.Forms.Panel. I hooked up a handler for IComponentChangeService.ComponentAdded event OnComponentAdded ( object sender, ComponentEventArgs e ) where I try to add contols (e.g., Button), dragged from toolbox onto my...more >>

GetSavedLicenseKey and SetSavedLicenseKey and differeing versions.
Posted by johndoe NO[at]SPAM driver.net at 9/20/2004 1:56:40 AM
We have developed a Licx License Provider. The problem is that whenever the build version of our Control changes Applications that were use the control fail because the GetSavedLicenseKey is retrieving a null value. From our understanding this is because the Signature is changing due to the Buil...more >>

Design time License?
Posted by schneider at 9/19/2004 10:46:55 PM
Hello, Anyone have some samples on implementing a Design time license for a component? Currently using VB.NET, but anything is better than nothing.... Thanks, Schneider ...more >>



Design time support for the Control
Posted by Jack Wright at 9/13/2004 4:44:45 AM
Dear All, We have created our control (say MyControl) derived from System.Windows.Forms.Control. MyControl contains 3 buttons in it. At design time, when programmer drag-drops 'MyControl' from toolbox on his form, MyControl gets added on that Form with 3 buttons added in the MyControl. Ho...more >>

Removing a component in design view
Posted by AlexG at 9/11/2004 1:35:01 AM
VS Pro 2003 C++. I have made a Win Form project with several buttons and a GroupBox for radio buttons. I would now like to remove the Group Box and all its code from form1.h I can make the box disappear by setting the visible property to 'false', but how do I remove the code for it ? Thanks...more >>

Visible Property returns wrong value in Designer
Posted by micha NO[at]SPAM nospam.com at 9/2/2004 6:32:00 PM
Hello I need to get the Visible property of a Control at Designtime. I have wrote a Designer by Inheriting a "Windows.Forms.Design.DocumentDesigner". In side this Class I loop throw the Child Controls of the Form. But the Visible Attrbute always return "true" and not the Value set in t...more >>

Form does not show
Posted by Jazzkt at 9/1/2004 3:21:13 PM
I am new to VC++ and I have an issue. If I create a project and place a form on it, it compiles and runs, showing the form. However, when I add a form to some other project, the form does not show even though the host projects runs. Here's what I have: 1. I have a project (just for testin...more >>


DevelopmentNow Blog