HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (WinForms DesignTime) microsoft.public.dotnet.framework.windowsforms.designtime


Discuss in the Dotnet Framework (WinForms DesignTime) forum.



Post New Thread
Threads in Forum : Dotnet Framework (WinForms DesignTime) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Dear All Pro, I am new with custom control and I would like to post my question, and I am pretty sure that you can answer my question within a few...
cql90
11-22-2005 04:38 AM
jokiz Go to last post
4 33
Hi there, I see the QueryBuilder component is wrapped in a private VS assembly. Is there any way to attach this editor to a control's...
Juan Ignacio Gelos
11-21-2005 10:41 AM
Juan Ignacio Gelos Go to last post
0 37
Well, not really. Internally it's just a bunch of strings like "name=value" which are passed to a legacy DLL via P/Invoke. Though accessing them in...
frank.kintrup (AT) gmx (DOT) de
11-21-2005 02:43 AM
InK_ Go to last post
2 36
From the DesignerHost: IDesignerHost mDesignerHost = (IDesignerHost)GetService(typeof(IDesignerHost)); IDesigner myIDesigner =...
Montezuma
11-18-2005 08:58 AM
Montezuma Go to last post
0 74
I am working on a custom control, which contains a ContextMenuStrip. I want the developer to be able to edit the ContextMenuStrip items (with...
Montezuma
11-18-2005 07:14 AM
Montezuma Go to last post
0 40
Hi Gordan, For this issue, I have added a reply in microsoft.public.dotnet.framework.windowsforms newsgroup, please check it there, I will follow up...
AT
11-17-2005 09:05 PM
AT Go to last post
0 34
Good morning I've not found an event that notify me when drop-down part of a BomboBox is closed. OnDropDown just notify when the drop-down is...
Carlo
11-17-2005 04:50 AM
Claes Bergefall Go to last post
5 34
I've noticed the SqlDataAdapterDesigner adds the verbs "Generate DataSet..." and "Preview data..." to the ROOT component designer (e.g. if...
Juan Ignacio Gelos
11-16-2005 04:42 PM
Juan Ignacio Gelos Go to last post
1 36
Hi, Need help on implementing Redo/Undo using DesignerTransaction. I can easily do this using command pattern by haveing a UndoManager listening to...
Wen Tung
11-15-2005 11:22 AM
Özden Irmak Go to last post
1 37
On 8 Nov 2005, Gabriel Lozano-Morán wrote: That's the task of objects implementing the inteface System.ComponentModel.ISite. From the...
Burkhard Perkens-Golomb
11-14-2005 04:35 AM
Burkhard Perkens-Golomb Go to last post
0 34
Hallo all, i try to adapt my windows forms editor to .NET Framework 2.0. Generally it works, except with the "SplitContainerDesigner". If i use...
Günter Lissner
11-14-2005 03:31 AM
Günter Lissner Go to last post
2 37
Hello all, assume I have this code: <Editor(GetType(Editors.IntegerUITypeEditor), GetType(System.Drawing.Design.UITypeEditor))> _ Public Property...
Carlo
11-11-2005 03:15 AM
Carlo Go to last post
2 30
I am working on the C#/Windows Forms project. Currently I am displaying images using Bitmap objects that I create at runtime from .jpg files....
Gregory Khrapunovich
11-11-2005 03:02 AM
Bajoo Go to last post
3 24
I have several records on my DB Name LastName Age Address StartTime ... ... ... I need to use that information each moment in my app though...
Kenny M.
11-11-2005 01:16 AM
Bajoo Go to last post
1 32
Hi I have a problem when edit items of ComboEditBox in my custorm form designer In Visual Studio this property detected as String Collection but in...
InK_
11-09-2005 08:06 AM
InK_ Go to last post
1 32
can somebody answer these question ? 1) how can i replace the standard form designer or extend it ? 2) writing a document designer like XML designer...
maersa
11-07-2005 11:24 PM
maersa Go to last post
0 33
hi all, just like there's a resource file (resx) for each form, i'd like to place some metadata concerning the form into a file format (xml) of my...
maersa
11-07-2005 09:10 PM
maersa Go to last post
0 32
Hello, My component has a string type of property which has set "Browsable" attribute to false...My custom property page does set/get that property...
Özden Irmak
11-07-2005 03:05 PM
Özden Irmak Go to last post
2 34
I am familiar with .NET and I my prefernce is to use C#. All my forms are generic uses of the standard classes. This works, but produces a very...
V-Net via DotNetMonster.com
11-07-2005 12:22 PM
V-Net via DotNetMonster.com Go to last post
0 28
I have an MDI form in one project and then in several other projects, I have other "child" forms. I have my solution split into projects so...
ScottGX
11-07-2005 10:53 AM
ScottGX Go to last post
0 37
Is there any way to get a hierarchical view of all a Form's controls? I have many panels within panels, lots of them with Dock style = Fill, and...
JezB
11-07-2005 05:56 AM
JezB Go to last post
1 31
Hello, I want the code to serialize in the following order: MyClass object2 = new MyClass(); Wrapper object1 = new Wrapper(object2); but currently...
AT
11-04-2005 04:41 AM
Dira Go to last post
3 28
What is the license restrictions for using controls such as "SurfaceDesigner" and allowing the end user tweak the position of controls in a...
11-03-2005 05:00 AM
Go to last post
1 38
Just a quick question, I hope. I'm ending up with a lot of similar property names (because they all relate to the same area of the control) eg...
A Ratcliffe
11-02-2005 06:27 AM
A Ratcliffe Go to last post
1 39
I have a user control with a custom designer. I have split the designer code from the control and put it into its own assembly. I then place the...
AT
11-01-2005 09:45 AM
AT Go to last post
0 34
Hi, For my own components, how do I add them to a own tab automatically? I add them to the toolbox using this method: I would like to specify an...
Carl
10-27-2005 07:57 PM
Bob Powell [MVP] Go to last post
1 41
I have a custom collection called Profiles which contains a collection of custom objects of type Profile. When I am databinding to a combobox, I...
AT
10-25-2005 10:07 AM
AT Go to last post
0 41
I have a VB.Net app where I have extended several of the standard windows controls such as the textbox, label, etc. I have put these extended...
Rich
10-22-2005 06:25 AM
Rich Go to last post
0 36
I've got a dll project containing a set of windows forms user controls. I'm trying to add an inherited control, but I keep getting the following...
Chris McKenzie
10-21-2005 09:14 AM
Chris McKenzie Go to last post
5 47
for example i cannot use the dollar-sign or the euro-sign in a variable name although c# itself allows it. is this a bug?
cody
10-20-2005 02:00 PM
cody Go to last post
2 40
Hi All I have a form which contains Toolbar at the top. Form is scrollable when I scroll the form Toolbar also get scrolled and disappeared. What...
Fiaz Ali Saleemi
10-20-2005 07:43 AM
Tim Wilson Go to last post
1 36
Ok, this is a really wacky situation but I have this scenario: 1) An application project. 2) A library project with controls used by the...
Bill Henning
10-20-2005 04:27 AM
Dira Go to last post
1 39
I have a working example of a designer host from available working...
Stuart Carnie
10-19-2005 11:12 PM
AT Go to last post
3 37
Hi all, In my Form1, I have this statement: Me.EnhancedPanelGreen2.Background.Color = System.Drawing.Color.GreenYellow This is normal, because...
Carlo
10-19-2005 10:49 AM
Carlo Go to last post
10 62
I'm getting lost in my code so hopefully someone can help me out of this maze. I've read the previous post on 'Round Borders Rectangles' and...
MikeY
10-17-2005 02:32 PM
MikeY Go to last post
0 33
Hi all is there a way to intercept a DockPadding change? A DockPaddingChange or OnDockPaddingChange event does not exist. I've tried OnLayout, but...
Carlo
10-16-2005 04:12 AM
Carlo Go to last post
0 39
Hi I'm working on a 2-way splitter for something I'm developing in C#... ok so the MFC version wasn't amazing, but at least we had something to work...
A Ratcliffe
10-15-2005 02:36 AM
A Ratcliffe Go to last post
1 42
hi everbody I'm making a Component (System.ComponentModel) which the user drops from the toolbar on a ASP.NET WebForm. The Component gets...
AT
10-12-2005 02:12 AM
AT Go to last post
0 40
Hi, I have a problem with changing properties of a third-party control at design time when the control is encapsulated into my own user control. I...
AlexZh
10-11-2005 01:37 AM
Atul Go to last post
1 27
Hello, I am writing control which exposes design-time browsable property for setting gradient background of type LinearGradientBrush. I wanted...
Marcin Rzeznicki
10-08-2005 06:15 PM
Marcin Rzeznicki Go to last post
2 29
Hi all. I´m using VS2005 beta 2 and I have a problem declaring events in custom component derived from Component. Here´s an example what i´m trying...
Asko Telinen
10-07-2005 02:53 AM
Asko Telinen Go to last post
0 34
Hello I'm having lot of problems in writing a method that returns a Path for a rounded corners rectangle for drawing a non-rectangular border. The...
Carlo, MCP
10-05-2005 04:13 PM
Bob Powell [MVP] Go to last post
1 38
Hello I found an abnormal behaviour on LinearGradientBrush (or FillRectangle). This code Public Class PanelPanel Inherits...
Carlo
10-05-2005 02:38 AM
Carlo, MCP Go to last post
7 36
Özden this solve...
Andrea Moro
10-03-2005 01:55 PM
Bob Powell [MVP] Go to last post
10 75
I use VS 2005 I have made a really simple control to reproduce an error: I make a user control containing a CheckBox. I add en event: public event...
bra_alias
10-03-2005 11:55 AM
bra_alias Go to last post
0 47
Good morning, sorry for the lenght of the code, but it's six months that I've this problem. The following code is an extreme simplification of the...
Carlo
09-28-2005 11:09 AM
Carlo Go to last post
0 38
More than one way to skin a cat.... Still on the subject of the BasicDesignerLoader class...... I have written a forms designer, implementing...
David Whitchurch-Bennett
09-26-2005 02:38 AM
AT Go to last post
4 43
Firstly, I am writing my project in VB.NET in VS2005. I am working on a custom forms designer, and am trying to save and load the layout to an XML...
David Whitchurch-Bennett
09-23-2005 06:04 AM
David Whitchurch-Bennett Go to last post
2 58
I'm trying to create a UserControl that contains a combo box, a text box and a check box. The one that is displayed depends on the value of a...
Brian Kavanaugh
09-22-2005 01:23 PM
Brian Kavanaugh Go to last post
0 43
Hi David, Thanks for your post. For your statement of "I have successfully created a custom forms designer in VB.NET 2005", do you mean that you...
Jeffrey Tan[MSFT]
09-20-2005 06:14 AM
Jeffrey Tan[MSFT] Go to last post
0 40
Post New Thread

Display Options
Showing threads 351 to 400 of 1059
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.