| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi, all
I'm newbie on .Net.
My question is :
Can I get a "Control designer" NOT "UserControl designer" in VS 2005?
thanks
cok
|
06-29-2006 02:53 AM
cok | 0 | 28 |
|  | Hi,
I am experiencing some weird problems with Visual Studio 2005's Property
Grid in the designer, whenever I rebuild my assemblies containing my...
Thomas Pagh
|
06-21-2006 04:39 PM
Thomas Pagh | 1 | 40 |
|  | Hello guys,
I'm just a newbie as far as VS2005 and winforms go, so please bear with
me on this question. I'm implementing a windows forms...
AT
|
06-21-2006 04:29 PM
AT | 0 | 39 |
|  | Here's my little story with design time, which btw isn't my favorite time in .net. I've derived a custom "ToolboxItem" and overriden its... moedotnet |
06-17-2006 04:56 AM
moedotnet | 0 | 129 |
|  | Hello guys,
I'm trying to implement a windows form and I am having trouble trying
to work with either labels or text boxes. So, when I add a label...
AT
|
06-17-2006 03:13 AM
AT | 0 | 37 |
|  | Hi,
Some time ago within the last 2 years or less, I read an article about how
Windows Forms applications could be configured to be easily...
Juan Dent
|
06-16-2006 07:41 AM
AT | 5 | 88 |
|  | Hi all,
I have a custom UI control with a collection property that I can edit with a
CollectionEditor at design-time.
To achieve this I've used the...
Sergiy
|
06-08-2006 01:20 AM
Sergiy | 0 | 73 |
|  | Hi,
I have created an UserControl control, and added a designer class to it.
My problem is that i want to control where it is placed - it could be...
Peter Larsen
|
06-01-2006 03:37 PM
Gaurav Vaish \(www.EduJini.IN\) | 4 | 111 |
|  | Hi all,
I created a new control derived from UserControl class. For this new control
I added some new properties. How can I show only these new...
daniel
|
05-23-2006 09:34 AM
DEI | 6 | 137 |
|  | I search for a solution to query and edit the (v2.0) application
settings at design-time (in an uieditor for my custom control).
Thanks,
Stefan
stefan
|
05-19-2006 10:48 PM
Gaurav Vaish \(EduJini.IN\) | 3 | 48 |
|  | Good morning
I have this lines:
AddHandler MyControl1.Parent.Paint, AddressOf PaintParentHandler
AddHandler MyControl2.Parent.Paint, AddressOf...
Carlo \(mcp\)
|
05-18-2006 09:10 AM
Carlo \(mcp\) | 4 | 48 |
|  | hi
I want to create my owns regular Expressions, can you point me to a
Dicctionary where I can find what is the meaning of each individual...
Kenny M.
|
05-16-2006 03:03 PM
Kevin Spencer | 1 | 45 |
|  | Someone please help.
I have a control that I would also like to make appear in the component
tray. A good example of this is the ToolStrip...
Larry Andersen
|
05-12-2006 10:49 PM
Gaurav Vaish \(EduJini.IN\) | 1 | 62 |
|  | Hi,
Another question about Custom Forms Designers...
I would like to be able to add context menus to my controls, so if the user
clicks on any of...
David Whitchurch-Bennett
|
05-11-2006 09:38 PM
AT | 4 | 79 |
|  | Greetings,
Using a custom root designer (TypeCodeDomDesigner)., I have been able to
automatically generate a method in my custom controls. It works...
Eric Pierce
|
05-10-2006 11:15 AM
Eric Pierce | 0 | 45 |
|  | Hi
I've got a control that has a property in the Behavior section, it has
3 options, depending upon this property's selection I want to hide or
show...
Xafier
|
05-10-2006 05:27 AM
jokiz | 3 | 64 |
|  | I upgraded a VB.Net VS2003 Windows Forms project to VS2005.
I have now VERY frequent problems with the designer!!
Some controls are "destroyed" in...
Jakob Lithner
|
05-05-2006 01:44 AM
AT | 5 | 62 |
|  | Hi ,
I have a user control using custom class as property,
Custom Class,
public class myMarginBound : System.Drawing.Printing.Margins
{
public...
AT
|
05-03-2006 09:00 AM
Kongchau | 2 | 44 |
|  | You could try making the ShouldSerializeCompl method virtual and override it
in the derived classes to return False.
G Himangi, Sky...
G Himangi
|
05-02-2006 06:22 AM
G Himangi | 0 | 48 |
|  | Hello,
I have created an extenderprovider 'MyExtenderProvider' to extend a
property 'NewProperty'. In the property grid, the property is
displayed...
Steve
|
05-02-2006 06:20 AM
G Himangi | 1 | 46 |
|  | Hi,
I have a component that has a collection of child components. The user
selects the type of child component he wants to create in the context...
Fran Garcia
|
05-02-2006 06:16 AM
G Himangi | 1 | 67 |
|  | We are implementing our new editor using .NET Framework 1.1 Desinger
Interfaces. Everything goes well except the control's string property Redo.
The...
TelventRTD
|
04-28-2006 12:56 PM
TelventRTD | 0 | 104 |
|  | Can anyone tell me how to code my designer so that when a property is changed
by a developer in the property list for a control I've designed, I get...
Karl 140.6
|
04-26-2006 03:22 PM
Karl 140.6 | 0 | 46 |
|  | Hi,
I'm developing a component that contains a collection of user-defined
objects, that aren't components themselves.
Each of these objects keeps a...
Fran Garcia
|
04-24-2006 11:18 AM
Fran Garcia | 0 | 49 |
|  | I noticed when overriding the Text property of the
System.Windows.Forms.UserControl that the Form.Designer file does not
reflect changes made via the...
Jason Barnett
|
04-18-2006 09:55 AM
Bulle | 2 | 52 |
|  | I’m having a problem with an enumerated type that represents the property of
a composite control. This enumerated type is used to determine the...
Ivan
|
04-16-2006 05:10 PM
Ivan | 0 | 41 |
|  | I just discovered the hard way that the Visual Studio designer for forms and
controls does not support generics.
I created the following...
Chuck Cobb
|
04-16-2006 01:10 AM
A.Cicak | 4 | 59 |
|  | My custom composite control for the .NET Compact Framework will not serialize
the DesignTime DefaultValues I assign to properties. For instance,...
Ivan
|
04-12-2006 10:56 AM
Tim Wilson | 1 | 67 |
|  | I'm stumped with a design problem and hoping someone has an elegant
solution. I have a DataAccess Layer which contains all my database...
Techno_Dex
|
04-07-2006 04:51 PM
Kevin Spencer | 11 | 94 |
|  | Hi All !
I got a few heavy forms with a lot of controls. What is the easiest/fastest way to convert these to
"partial class" type (Separate...
Kai Bohli
|
04-07-2006 09:15 AM
Martin Boltendal | 1 | 76 |
|  | Hi,
I noticed when you add an SqlDataAdapter from the toolbox to a component
design surface it calls the wizard.
I can't reproduce this using code....
Juan Ignacio Gelos
|
04-06-2006 10:16 AM
Juan Ignacio Gelos | 0 | 53 |
|  | I have a class with a certain Property that generates a list (from an enum)
that gets displayed in the property grid when a user selects the...
Paul
|
04-06-2006 04:41 AM
Paul | 0 | 43 |
|  | Hello,
In VS2003 I could use the directive/flag DESIGN in my (C++) code to change
the desinger-behaviour. My code looks like this:
#ifdef...
Marinus
|
04-05-2006 02:26 PM
Marinus | 9 | 41 |
|  | Hi all,
I'm creating my own DataGridViewColumn class, and have added a string
property to it which should be settable via the Property...
Andy
|
04-04-2006 11:44 AM
Andy | 2 | 58 |
|  | I am currently designing an extender which needs to save a file in the
project location. Any ideas on how I retrieve the project location...
Thomas Due
|
04-03-2006 04:30 AM
Thomas Due | 2 | 52 |
|  | I have decided upon my own localization scheme for my .NET 2.0
applications. The main reason for this, is that I do not want to use
satellite...
Thomas Due
|
04-03-2006 04:22 AM
Thomas Due | 2 | 54 |
|  | Hi Everyone,
I'm looking for suggestions for touch screen form sizes. I'm trying to build
a hospitality touch screen application w/ Window forms....
MikeY
|
04-02-2006 10:57 AM
Mark Dykun | 1 | 52 |
|  | All,
I am in the midst of creating a menucommandExtenderProvider and all woks
fine for most controls except for the new toolstrip controls. The...
Mark Dykun
|
04-02-2006 10:41 AM
Mark Dykun | 0 | 47 |
|  | Hello,
if I add a ComboBox to a form via the designer and insert the text for
items, then these strings are fetched from the resource file:
//...
jens.ro
|
04-01-2006 10:30 AM
Kevin Spencer | 1 | 84 |
|  | void getrecord (const struct RequestParams *pRequestParams, struct
Record* rd)
parameter pRequestParams
rd
struct RequestParams
{
const char * ...
AT
|
03-31-2006 04:35 PM
AT | 0 | 44 |
|  | Update: My coworkers have begun having the problem, and so has my secondary
machine.
Argh!
"Chris McKenzie" <crmckenzie (AT) gmail (DOT) com> wrote
Chris McKenzie
|
03-30-2006 10:35 AM
Chris McKenzie | 0 | 337 |
|  | Form Designer generates only fields for controls.
Form1.Designer.cs:
....
private Button closeButton;
....
Disadvantages:
- if I want to make...
AT
|
03-30-2006 04:31 AM
AT | 2 | 46 |
|  | I have developed an application "Simple windows form" using visual studio c#. net 1.1.
I am using windows 2000 advanced server operating system when...
john
|
03-30-2006 12:58 AM
john | 0 | 40 |
|  | I am having problems with a BaseForm which contains a ToolStripContainer
which all of my other Forms inherit from. In my inherited forms I...
Techno_Dex
|
03-29-2006 04:50 PM
Kai Bohli | 3 | 77 |
|  | Tim,
Thanks - I'll try those out.
vulcanite
|
03-27-2006 01:21 PM
Tim Wilson | 4 | 60 |
|  | I wrapped an ocx in c#
It’s an ocx that handle phone device activity.
I initialize the ocx at the wrapper constructor so I can see the...
ZAky
|
03-23-2006 10:22 AM
ZAky | 0 | 49 |
|  | Hello,
I am experiencing strange problem with move controls in VS 2005 Designer.
I have a 2003 project which uses .NET 1.1 designer...
Sasa
|
03-22-2006 05:16 AM
Sasa | 0 | 63 |
|  | Hello,
I am having a problem with the ExtenderProvider not extending the properties
of Controls during design time.
The ExtenderProvider is suppose...
Steven K
|
03-21-2006 05:24 PM
Steven K | 0 | 34 |
|  | how to serialize a collection in my custom object? i marked my typed
collection as Serializable. the objects in the collection have an...
Martin
|
03-21-2006 10:04 AM
Martin | 0 | 44 |
|  | I have a couple of questions related to the VS2005 ToolBox. It appears
that VS2005 automatically adds any controls or components found in the
current...
Bruce
|
03-20-2006 09:12 PM
AT | 1 | 39 |