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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|