| Thread | Last Post | Replies |
|
| PictureBox control - with source? | 01 May 2007 00:17 GMT | 2 |
Hi; Does anyone know of a PictureBox control with source? I need to have a control that has a bitmap in the background and I then draw some primitives on top of it. And I want it double-buffered so there is no screen flicker.
|
| Windowless Control (Flash Object) | 30 Apr 2007 11:10 GMT | 4 |
In C# (VS 2005), I am embedding a Macromedia Flash COM Control. Everything is working fine but, for some reason, I cannot get the control to act as "Windowless" so that it is transparent to the background of the form. What I'm confused about is this: When embedding that same COM ...
|
| DataGridView Enter Key | 28 Apr 2007 10:36 GMT | 7 |
I have a DataGridView control with custom fields in it. I want to trap when the user presses the Enter key. When the custom field is in Edit mode, I can trap the Enter key, but before it is in Edit mode, I can not see it. If the user presses Enter, the active cell becomes the ...
|
| Insert URI into richtext box that has imbedded blanks? | 27 Apr 2007 10:29 GMT | 1 |
I want to add text into a richtext box control and have it recognized as a hyperlink. The normal SelectedText method works great unless there are imbedded blanks in the uri (it is a file uri). Does anyone know how to do this?
|
| Inherited Datagridview duplicating columns | 27 Apr 2007 09:18 GMT | 1 |
Here is the code for my base DatagridView Public Class RowSelectDataGridView Inherits System.Windows.Forms.DataGridView Public Event CellMouseClicked(ByVal sender As Object, ByVal e As
|
| Problem with localreport with external images | 26 Apr 2007 21:27 GMT | 1 |
i dont know if this is the correct group. Give me a hint if this group is not appropriate. i have a winforms app with a local report. The rdlc file is simple, its has only one image which should show one external image (just as a test). In
|
| RichTextBox showing as plain old text | 26 Apr 2007 20:28 GMT | 4 |
Hi; The following code does not give me formatted text - just plain text. Any ideas? RichTextBox txtResults = new RichTextBox();
|
| Split container vs. splitter | 26 Apr 2007 16:47 GMT | 2 |
I use both splitters and split containers in my current app, and I've started to notice that I use the split container far more often. What would I be giving up to just use the split container ALWAYS? Seems like the splitter takes more work to configure.
|
| ListView MouseHover over SubItems | 26 Apr 2007 14:50 GMT | 3 |
I would like to give the user the ability to click on subitems in a standard ListView. 1) When the user hovers over a subitem, the color of the text should change 2) The user should be able to "Click" on the subtem.
|
| CheckedListBox and array of custom objects | 26 Apr 2007 01:51 GMT | 5 |
I can't get the CheckedListBox to properly display items when adding an array of custom objects to it. CheckedListBox1.Items.AddRange(CustomObjectArray) merely displays the classname of the custom object. When I look at the Items in
|
| C# .NET 2.0 WebBrowser window resize | 25 Apr 2007 16:50 GMT | 3 |
I have a C# .NET 2.0 windows app with a WebBrowser control. It loads an AJAX enabled website, which uses collapsible panels. My objective is when the panels expand and collapse, I want my windows form to resize accordingly. I fire a javascript function using
|
| Bug with ListView & SelectedItems property | 24 Apr 2007 14:30 GMT | 1 |
It looks like the 'SelectedItems' collection of the listView control is not updated right away/properly. It displays on the form as expected though. I am using .net framework 2.0. Please let me know if I am not using it properly.
|
| No Tab Stop DataGridView Column | 23 Apr 2007 11:39 GMT | 4 |
I have a DataGridView control with some regular columns, and some columns that are just for display, populated by my program. The user is not supposed to be able to change the data in these columns, or even tab or mouse to them. I can set the column ReadOnly property, but the tab ...
|
| Datagridview - Icon link | 20 Apr 2007 17:24 GMT | 2 |
Looking for some direction on how I would go about adding an icon to a cell (at runtime because it's dependent on the value in the cell) and be able to click on the icon to perform some operation. What's a general direction I should be going to be able to do something like this.
|
| Newbie question: How to make panel scroll rectangle into view | 20 Apr 2007 17:14 GMT | 1 |
For a shared (distributed) whiteboard I need the following: If a user writes something within a scrollable area, his new contribution should be automatically scrolled into view on all remote copies of the whiteboard.
|