PictureBox Control
Wed, 27 Aug 2008 14:08:21 -0700
I am displaying images retrieved from a database in a PictureBox
control.
For some images the control displays "No Photo Available", presumably
because the data I am giving it is not a format it recognizes.
If there any way I can detect in code when this happens? ...
|
How do I create a simple table? DataGrid seems very complicated
Tue, 26 Aug 2008 13:54:50 -0700 (PDT)
I'm relatively new to Windows Forms, so I haven't figured out how to
do certain things yet. I come from the Java world with Swing and
SWT. I am trying to create a simple table that is used to configure
some hardware. At this point I just want to get something built read-
only. What I really want is something ...
|
Getting ComboBox to act like an TextBox
Mon, 25 Aug 2008 19:04:11 -0700 (PDT)
The form had a TextBox on it, but now this text box needs to be able
to turn into a list control showing previous entries. From what I
understand, this is the role of a CombBox. The problem is that when
the user double clicks on another control, text needs to be "pasted"
into the TextBox/ComboBox. The TextBox ...
|
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 ...
|