build context menu from menu strip
Mon, 2 Jun 2008 08:34:45 -0700 (PDT)
Hi,
I build the menu strip using the designer.I want the context menu of
the form to be same as children of one of the top leven Menu strip
item.
Items["actionToolStripMenuItem"] gives me a ToolStripItem object but
it does not have a hierarchy, no parents no children.
What do i do?
TIA ...
|
Tabcontrol in Usercontrol not painting activex controls
Mon, 2 Jun 2008 11:14:55 +0100
I have created a usercontrol that has a Tabcontrol with 2 tab pages. On
each page I have placed an ActiveX control.
All looks fine at design time but when I run the app - only the activex
control on the first disaplayed tab is shown. ActiveX controls on the other
tabs are never painted.
Any ideas?
...
|
Alternatives for WPF
Sun, 1 Jun 2008 21:21:10 +0200
Are there any alternatives for using WPF for developing controls and skin?
Regards
Mark
...
|
Is there a control that...
Fri, 30 May 2008 20:40:24 -0600
Hi;
1) Does anyone know of a control available like the rule description
in the Outlook Rules and Alerts where it is a bunch of text but parts
of the text are hotlinks where you click on the hotlink and you can
then bring up a pop-up control?
2) A good control for creating SQL selects - for people who do no ...
|
populate datagridview w arraylist
Thu, 29 May 2008 05:14:00 -0700
Hi,
Is it possible to populate a datagridview with an arraylist ? or do i need
to copy the arraylist to an array first and then populate using the array ?
eg:
ArrayList arlData = new ArrayList();
arlData.Add(new TestList1(a, b, c));
dgv1.Add(arlData);
eg:
string[] arData = {a, b, c };
dgv1.Add( ...
|
toolStripStatusLabel does not render correctly in statusStrip - Vi
Thu, 29 May 2008 02:17:00 -0700
Hi,
I am creating some UI ideas for a scientific instrumentation product. I am
having a problem with MDI child windows that contain statusStrip which in
turn, contains a toolStripStatusLabel.
The problem is that when the child windows drop below 640x480 (or so) the
toolStripStatusLabel is not rendered an ...
|
NotifyIcon screen coordinates
Wed, 28 May 2008 11:17:52 -0400
Is there any way to determine a NotifyIcon's screen position and size?
--
Grant Schenck
...
|
|
|
GroupBox putting itself in another groupbox
Wed, 28 May 2008 02:49:30 -0700 (PDT)
Howdy,
I have 2 groupboxes on a form. I want one to be infront of another.
When I am designing the form and move the boxes around, they sometimes
decide themselves that one box will be in the other box, rather than
just on top of it.
How do I prevent this behaviour?
Cheers.
...
|
Formatting problem with MaskedTextBox
Tue, 27 May 2008 11:22:01 -0700
I am using a MaskedTextBox as shown in the code below. When I enter a date
as 01/02/2003 and then move to another field it displays in the 12/20/03__
It's interesting that the bound data column gets the correct value of
1/2/2003.
I have tried different masks (00/00/00 and 09/09/0099) and setting or not
se ...
|
Wrong size of UserControl
Tue, 27 May 2008 18:39:29 +0330
Hello
I have a UserControl sized to 100; 200
When I drop it in my form the initial size is 100;200 (as I prefer). Then I
decided to change the size of my UserControl to 200;200 but although I have
not set any value to the size of the dropped control in my form, recompiling
the project does not affect the n ...
|