| Thread | Last Post | Replies |
|
| VS.NET 2003, WinForm, Transparency, Gradient Background, and Label | 31 Oct 2005 09:52 GMT | 2 |
What is the best way to make a label transparent when it is sitting on top of a gradient backgroun or gradient image streched in a picturebox control? Do you know of any thirdparty controls that makes this easy? Thanks,
|
| Controls do not scroll well within the parent container | 30 Oct 2005 20:08 GMT | 1 |
I've built a user control that includes an image. I have a scrolling panel that contains a number of these controls, but when I scroll the panel the controls flicker terribly as the Paint method gets continually called. If I use native controls such as PictureBox controls, the ...
|
| custom event | 29 Oct 2005 15:11 GMT | 7 |
I create a custom event as follows: public delegate void delegMarkReceivedMessege(char ch); public event delegMarkReceivedMessege MessageReceivedEvent; and I want to fire it.
|
| Extending TreeView to include Subscript and Superscript Text | 29 Oct 2005 06:02 GMT | 1 |
I am writing a program that performs some simple chemical formula analysis, in an effort to improve the UI, I was hoping to extend the Treeview Control (.NET Framework 2.0 Windows Forms) to allow superscript and subscript text in the treenode names. Any help with this would be ...
|
| Custom TreeView Control Form Designer | 29 Oct 2005 01:01 GMT | 2 |
I have extended the TreeView control: public class PropertyTreeView : TreeView I want to take advantage of the form designer's capabilities but it complains that it's not a proper user control, etc. I can't subclass
|
| Compact Framework and ControlDesigner | 28 Oct 2005 22:24 GMT | 2 |
Can someone give me step-by-step instructions for associating a custom editor and designers with controls in a WinCE5.0 Control Library? At http://www.mooseworkssoftware.com/VS2005%20Control.htm I found this: "...we set the Editor attribute of the class to that editor as shown
|
| Copy/Paste from Datagridview | 28 Oct 2005 19:58 GMT | 1 |
Can anyone point me to an article/example of how to do a copy from a datagridview? I have a datagridview in which a user can select a block of cells (not necessarily complete rows). I would like them to be able to copy this
|
| A blinking text | 28 Oct 2005 18:45 GMT | 2 |
I need to make a text blink. I thought of a System.Threading.Timer and an Invoke function but this approach gives me headaches. Is there a better option ? Victor
|
| Overriding Default Button Text at Design-Time | 28 Oct 2005 17:46 GMT | 4 |
Could someone please tell me how to override the default text when placing a custom control on the design surface? I have created a button control that inherits from System.Windows.Forms.Button. The only things I want to happen at
|
| How do I set column widths in a datagrid? | 28 Oct 2005 15:33 GMT | 2 |
My table styles blows up Dim dgts As DataGridTableStyle = New DataGridTableStyle dgts.MappingName = "composition" CatCompositionGrid.TableStyles.Add(dgts)
|
| Transparency on icon forms designer | 27 Oct 2005 17:22 GMT | 1 |
I have a component, which have an icon (converted from the bmp files that comes with VS2005), it is correctly displayed. The problem occurs when the component (non visual, like the menu strip) is placed on the form (the area below the form in the IDE). The "transparent" color is ...
|
| Access To Controls | 27 Oct 2005 16:45 GMT | 2 |
Hello, I have a problem that I'm trying to solve in VB.NET but having any success. I have a user-defined control that is button. When the user clicks this button it changes the forms title bar to the appropriate title; for example, when the user clicks the ADD button the title in ...
|
| Datagrid - end edit? | 27 Oct 2005 16:28 GMT | 4 |
I have a derived data grid which shows a custom control. This works fine. When the something changes it calls ColumnStartedEditing which shows the pencil. This works fine. If the user moves to the next row or column the pencil leaves and the data is saved. This works fine.
|
| Insert Files into RichTextBox Control | 27 Oct 2005 13:34 GMT | 2 |
I'm working on a WinForms app and I need to provide my users with the ability to insert files into the RichTextBox control. I have successfully implemented the drag & drop as well as being able to Paste a document into the control. However, I can't seem to find a way to allow the ...
|
| Background colors in RichTextBox | 27 Oct 2005 08:33 GMT | 1 |
Hi, I've been playing with RichTextBox and rtf format for a little while.. I've learned how to insert a color table in the head of my document and I've learned the mark-up for coloring text... So, let's say I have a header and color table like this:
|