Emulate the Show Unicode Control Characters context menu item in
a Label control
Wed, 20 Aug 2008 21:54:51 +0100
Hi all,
I have written a small Windows Forms application in C#.
The main window contains a Label control to which I have assigned a
context menu.
However I would like to provide the 'Right to Left Reading Order,' 'Show
Unicode Control Characters' and 'Insert Unicode Control Character' items
that appear o ...
|
propertygrid and spin button
Wed, 20 Aug 2008 22:16:35 +0200
Hi all,
does anybody know if it is possible to use a spin button in propertygrid
cell?
Thank you,
Petr
...
|
RE: File and Folder ListView Control
Tue, 19 Aug 2008 22:46:00 -0700
"Mythran" wrote:
> Either I just don't see one or I will need to create one myself. Anyone
> know if the framework has a list view control that is designed for
> viewing/selecting files? I'm not talking about a separate dialog, just a
> ListView type control (like Windows Explorer)....
>
> I tried Go ...
|
ParentControlDesigner
Tue, 19 Aug 2008 13:32:40 -0700 (PDT)
How to Overrides MouseDragtool and please provide an example if
possible
also give more details and expalination of this property
regards ...
|
ToolStrip and ToolStripContainer
Sat, 16 Aug 2008 16:47:27 +0200
Hallo NG,
I have several problems with toolstrip and toolstripcontainer controls.
I created a ToolStripContainer docked on the top of my application main mdi
form,
I'm currently trying to insert into it 4 toolstrip that should be 'moveable'
at runtime.
For some reason at design time I'm not able to define ...
|
ComboBox dataBound Control & New Row Addition
Fri, 15 Aug 2008 16:16:10 -0700
Hello. I have a combobox that is currently bound to a binding source:
this.combo.DataBindings.Add("Text", this.bindingSource, "ColumName",true);
I have also tried :
this.combo.DataBindings.Add("SelectedValue", this.bindingSource,
"ColumName",true);
Now, whenever I try to add a new row to the bindingSou ...
|
AxWebBrowser and C#
Fri, 15 Aug 2008 14:45:44 +0300
Hi,
I transfered VB.NET code to C#. My program uses AxWebBrowser for simple web
browsing. In VB I can mark text and copy it to clipboard. In C# the page
comes to Browses as before but it is like locked???
I have not changed any properties and VB application works fine in same
computer and PC have on ...
|
|
|
ListBox.SelectionMode = SelectionMode.None
Tue, 12 Aug 2008 15:19:55 -0700
Apparently with ListBox.SelectionMode = SelectionMode.None it is not
possible to data-bind the control programmatically ?
...
|
Is a form already loaded?
Tue, 12 Aug 2008 12:36:04 -0700 (PDT)
I have a form that might need to load another form. But if that form
is already loaded, I need to know this so that I can tell the form to
reinitialize to a specific set of data. But how do I know if that
form is already up? When I do a Show, there's nothing that tells me
that the form is already there. ...
|
Report Viewer - Groups
Tue, 12 Aug 2008 15:17:50 +0100
I have a SQL View that returns data formatted into a hierarchy of four
groups with values:
Grp1 Grp2 Grp3 Grp 4 Value
1 1 1 1 0.00
1 1 1 2 0.00
1 2 2 1 0.00
1 3 2 2 0.00
2 ...
|