all groups > dotnet windows forms designtime > april 2004 > threads for april 1 - 7, 2004
Filter by week: 1 2 3 4 5
Is it possible to reach a property within another property's UIType Editor?
Posted by Ă–zden Irmak at 4/7/2004 2:19:16 PM
Hello,
I'm developing a windows forms component deriving from
System.Windows.Forms.Control.
I've 4 complex properties which actually are classes and each also does a
part of drawing the control and each of them have also their custom
UITypeEditors.
What I want to achieve is that when one... more >>
Scaling controls (C#)
Posted by lrabinovich NO[at]SPAM yahoo.com at 4/7/2004 12:44:16 PM
I'm having problem scaling controls on the form. I have a form where
I'm adding my user control at design time. If I run at 96 dpi it looks
fine, all the controls inside my user control are sized and placed
correctly. As soon as I change font size to 120 dpi, the control and
all of it child cont... more >>
Support skin in winform
Posted by Shachar Matyas at 4/6/2004 8:36:05 AM
Hi All,
I want my application to support external skins like media player.
I write in C#, how can I do it?
Is there any web site that describe how to support this option in winform
using c sharp?
10x,
Shachar.
... more >>
user controls moved from/to panel issues
Posted by Xavier Musy at 4/5/2004 2:30:52 PM
So here's the issue. I have a user control. Let's say it has a text box in
it. Now on a Form, I have a Panel (docked top) and a TabControl with a Tab
on it (docked bottom). My usercontrol is on one of the containers (panel or
a tabpage). Now in design-time, like using VS.NET, if I select and... more >>
IExtenderProvider for Components
Posted by JackRazz at 4/4/2004 3:08:49 PM
Is it possible to add an extended property to components like I can with controls via
IExtenderProvider?
JackRazz
... more >>
Binding to nested controls using property grid in design mode does not work? (2nd)
Posted by Arthur at 4/2/2004 8:15:26 PM
Hi everybody,
I have a problem which I don't fully understand yet. I'll try to describe a
simplified model:
I have a Windows form "Form1". It contains some data-source-type object like
"DataSet1".
Then I have a UserControl control "UserControl1" that contains a TextBox
control "textBox1"... more >>
Override base class collection in user control at designtime
Posted by Randy at 4/2/2004 8:06:09 PM
Hello everyone,
I've created a custom menuItem. I have also created a custom
contextmenu. Everything compiles fine and creates my control. The
control can be added to the toolbox without any problems and added to
a project. It also is able to add menuitems during designtime. The
problem is that... more >>
Binding to nested controls using property grid in design mode does not work?
Posted by Arthur at 4/2/2004 7:24:03 PM
Hi everybody,
I have a problem I don't fully understand yet. I'll try to describe a
simplified model:
I have a Windows form "Form1". It contains some data-source-type objects
like "DataSource1" and "DataSource2".
Then I have a UserControl control Uthat contains a TextBox control
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Order of entries in .resx file
Posted by cbenien NO[at]SPAM hotmail.com at 4/2/2004 12:46:34 AM
Hi,
in our group two developers are working on the same component in
design view. They regularly check in their files to source control
(Clear Case), but the merge of the .resx files is always very hard
because the entries (even if they are unchanged) change their order
frequently. This does... more >>
Windows Generated Code
Posted by Joshi at 4/1/2004 8:04:51 PM
Does anyone on the group know how to generate Windows Code for User
Control. What I am suppose to do is to generate VB.NET Code for custom
user control. Does anyone know how does the VB.NET is generated when a
Controls are placed on the Form? Awaiting replies... more >>
Nested collection editor
Posted by Victor Irzak at 4/1/2004 2:13:15 PM
Hello,
I have a class Processor that contains a collection (derived from
CollectionBase) of Processor objects.
In design-time if I try to open 4 or more nested collection editors and then
close them, I get "Object reference not set to an instance of an object"
error.
Did anyone encounter... more >>
ToolboxItems.Add does nothing
Posted by Hugo Vale at 4/1/2004 3:41:12 AM
Hello, I'm trying to add a control to the toolbox using a windows forms
application.
All goes well, and no error found, but it does not appear after the
application finishes (even after i restart Visual Studio.NET).
Thanks in advance
Here is the code:
Dim DevEnv As DTE = New DTEC... more >>
|