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     
Hello, I'm having a problem with a custom grid control I am developing. I have a read only Columns collection property exposed on my grid. I...
AT
01-13-2006 03:50 PM
AT Go to last post
0 28
In a 3-Tier application, once upon a while comes the need for binding objects or usercontrols from other objects, example binding a usercontrol in...
Dave Johnson
01-12-2006 10:57 PM
jokiz Go to last post
1 29
Hello, I'm trying to figure out how to disable a certain property of control when a certain event occured (like an action is executed from...
Sean
01-12-2006 08:14 PM
jokiz Go to last post
1 34
Hi all, We've implemented a custom form designer in our application. The app is based on .NET 1.1. I've just attempted to add tab...
Sergey M
01-12-2006 11:11 AM
Sergey M Go to last post
0 40
hi all, In my windows application, i added a word object reference. Using word object, i'm doing spell checking. After spell checking, i quited the...
Gomathi
01-10-2006 04:12 PM
Drew Wildner Go to last post
1 37
Hello, I posted this in another group and was directed here to post the quesiton. Seems that there are some smart folks here that can answer...
Rich
01-10-2006 07:14 AM
The_Assimilator Go to last post
7 43
Hi, I have a EditWindow class which inherits the System.Windows.Form class and has a public property named EntityType. I have created a...
AT
01-10-2006 04:01 AM
AT Go to last post
0 35
Greetings, I have some windows forms controls that add their own code to the InitializeComponents() method of the control or form that uses them. ...
Eric Pierce
01-09-2006 03:19 PM
Eric Pierce Go to last post
3 33
Hi, I am trying to create a user control that will act as a container for other controls. I have a control with some child controls on it, but one...
hhiillaa
01-09-2006 07:12 AM
jokiz Go to last post
3 48
I have implemented a custom date control; it's a UserControl containing a MaskedTextBox control. I have created a DataGridView custom column using...
David Morgenlender
01-09-2006 04:40 AM
AT Go to last post
1 39
Hi there, I still not understand this behaviour of VS2005 Windows Forms Designer. It is a normal practice that we create a base form and then master...
Binoy Patel
01-06-2006 02:53 PM
Miha Markic [MVP C#] Go to last post
2 42
The type of Drag-and-Drop data in a Windows Forms Designer (eg derived from ControlDesigner) is of...
thomas hulka
01-05-2006 09:58 PM
thomas hulka Go to last post
2 58
Hi all... I want to make a DataSource property for a control. In order to show the combobox with all possible sources available I have to declare...
Jaime Stuardo
01-02-2006 07:35 AM
Jaime Stuardo Go to last post
0 42
Hi all.. I am programming a custom control inherited from System.Windows.Forms.TreeView. I have added one property named DataSource whose behaviour...
Jaime Stuardo
01-02-2006 07:29 AM
Jaime Stuardo Go to last post
0 40
Seems that DesignSurface has a memory leak. Where should I report it? This can be observed by running the program bellow and push several times the...
Bele din Carpati
01-01-2006 05:49 PM
Bob Powell [MVP] Go to last post
9 46
Hi, I am creating a windows forms component with properties that do NOT have default values at design-time. The type of these properties are the...
bgm
12-30-2005 01:35 PM
Frank Hileman Go to last post
1 30
Is it possible to use an XML file as the source of a dataset in C#/VS 2005? I'm writing a hobby program, and would prefer not to have to distribute...
Gabe Covert
12-28-2005 03:22 PM
Gabe Covert Go to last post
0 38
I am trying to migrate a VS 2003 custom control to VS 2005. There exists a custom designer for this control in a separate assembly. The designer is...
AT
12-28-2005 12:07 PM
AT Go to last post
1 34
Ah, ok. My question is: who gives the name to your control? And when? And how? I mean, why can't you set the Caption property just after the...
Montezuma
12-28-2005 08:58 AM
Montezuma Go to last post
1 34
Sorry for writing my previous reply very quickly. Mario, try this: <Designer(GetType(MyControlDesigner), GetType(IDesigner))> _ Public Class...
Carlo \(MCP only\)
12-28-2005 05:50 AM
Carlo \(MCP only\) Go to last post
2 33
I just started with VS2005 to program a windows application. My question will be easy for you. In the left docking, I have a navigation with...
Tom
12-27-2005 03:51 AM
Tom Go to last post
0 29
Hi, this looks like a strange behavior. I have two properties in my custom control whose relative code gets produced only when i resize manually...
Montezuma
12-26-2005 08:37 AM
Montezuma Go to last post
5 40
Good morning someone used the built-in Dotfuscator Community Edition and can give me some suggestions and impressions? Someone knows a good...
Carlo
12-23-2005 09:23 AM
Chris Johnson Go to last post
6 41
Good morning this is the code I use in a container control designer to prevent that another control (any) is copied directly inside him: Public...
Carlo \(MCP only\)
12-23-2005 04:14 AM
Carlo \(MCP only\) Go to last post
3 39
I've scanned the threads in this forum and I'm still stumped on a desig time issue. I'm relatively new to .Net Forms development so I may...
jdeviney
12-22-2005 10:12 PM
jokiz Go to last post
3 39
I have a custom collection in my c# winform ui control called Items. Items is a built in collection type that does not allow itself to be replace...
alex sparsky
12-21-2005 09:14 AM
Adrian Maull Go to last post
13 52
Hi For the server control I am developing, there is a property which I want to show a list. The content of the list is a subset of Properties...
KK
12-20-2005 10:01 PM
KK Go to last post
0 33
Hi All, I created a designer class (inherits from ControlDesigner). In the response of one of the verbs, the designer opens a dialog box to...
Laurent
12-16-2005 02:32 AM
jokiz Go to last post
3 41
Good afternoon I've developed some controls that holds specialized collections of items (a collection of ImageItems for a ImageComboBox, a...
Carlo \(MCP only\)
12-14-2005 03:19 AM
Mauro Servienti Go to last post
3 35
Hi all I declare a toolbox bitmap with the attribute (ToolboxBitmapAttribute), but the image does not appears in the toolbox. I tried using...
Laurent
12-12-2005 12:47 PM
Michael Powell Go to last post
1 51
I have just finished a cool new layout panel for Visual Studio 2005. Any feedback on it would be greatly...
Graham Robertson
12-09-2005 07:43 PM
Graham Robertson Go to last post
0 35
I have form setup to perform designing of a form. There's a toolbox that you can design from and everything. However, one thing I can't figure...
Lance Johnson
12-08-2005 09:29 AM
Fitim Skenderi Go to last post
2 46
Hi, I am trying to draw an image to a ViewControl of DesignSurface class. I have tried to get the Graphics from the handle and draw image on it,...
Fitim Skenderi
12-08-2005 08:53 AM
Fitim Skenderi Go to last post
0 43
I have a component/extender provider that has a good deal of design time functionality. One of the things i do is collect some information and...
Tommy
12-07-2005 03:49 PM
Tommy Go to last post
0 36
Working with C# on Visual Studio 2003. I have a form named "myFormClass" inherited of System.Windows.Forms.Form, and other form inherited of...
Alvaro
12-05-2005 07:15 AM
jokiz Go to last post
3 36
Hi, In my project, which I develop under VS 2005, I have a form, on which I put a FlashObject. Everything is fine so far and works. Then I copied...
Sebastian Lampka
12-05-2005 01:44 AM
AT Go to last post
5 37
Dear specialists, I have a need to show parametrized forms and treeviews nicely, but I get weird errors in the designer. Any idea how to fix those...
Rick Elbers
12-03-2005 08:55 AM
Rick Elbers Go to last post
0 38
Hello grp: I have a component written in VS 2005 that wraps the MS word spellchecker (not 2003 Office so I cannot take advantage of any improved...
Alex Trebek
12-02-2005 10:22 AM
Alex Trebek Go to last post
0 34
Hi, I'm writing a custom control and I face a strange problem since I have the latest release of Visual C# express 2005. When I drag the control...
AT
12-02-2005 05:13 AM
jokiz Go to last post
2 40
Hello I used the following code to draw a rectangle inside another rectangle (2 pixels smaller). The inside rectangle results 1 pixel larger than...
Giovanni
12-02-2005 04:25 AM
jokiz Go to last post
1 34
In VS2005, there is a so personal change about Binding Data. IDE will gernerate the code about Adapter.Fill(DataSet) automatically. such as: public...
JacksonYin
12-02-2005 04:09 AM
jokiz Go to last post
1 38
Hello. I have a simple class derived from ListView. The user sets the value of a property on the control at design time, and the property setter...
Tony Maresca
12-01-2005 10:39 PM
Tony Maresca Go to last post
0 41
Hi all, We have a custom form designer that is based on Microsoft's sample available for download. There were few things missing in that sample that...
Sergey M
11-29-2005 02:57 PM
mesterak Go to last post
5 42
I have created a custom control and created and installer that puts it in the GAC. However, when I install it and then click choose item from the...
Graham Robertson
11-28-2005 04:31 AM
Montezuma Go to last post
1 39
hi, i've designed a form that does "something" for me :) now i need this form to be related to some other "parent" form. how can i add this (first)...
SharpCoderMP
11-26-2005 12:22 PM
None Go to last post
1 44
I have DLLs that are created in VB.NET 2002. I now want to use them in Vb.NET 2005 and some of the Procedures are causing errors when used in VB.NEt...
Biju
11-25-2005 10:21 AM
Biju Go to last post
0 43
I am writing an ADO.NET provider for a specialized (non-SQL) data store, and wanted to support the options in the Data menu, specifically...
Raoul James
11-24-2005 04:27 PM
Raoul James Go to last post
1 38
Marcin Rzeznicki napisal(a): Some afterthought: This problem I have managed to solve by using special object of type VariableCounter which...
Marcin Rzeznicki
11-24-2005 10:57 AM
Montezuma Go to last post
1 39
Hello I'm writing an enhanced version of ComboBox (that inherits from Windows.Forms.ComboBox) that can display images close to the text. I've...
Carlo
11-24-2005 02:56 AM
Carlo Go to last post
6 38
Hi Mario, See: http://www.blakjak.demon.co.uk/mul_crss.htm Have you noticed that my answer did not appear in this newsgroup? People reading only...
Carlos J. Quintero [VB MVP]
11-23-2005 04:48 AM
Carlos J. Quintero [VB MVP] Go to last post
1 42
Post New Thread

Display Options
Showing threads 301 to 350 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.