Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
VS.NET 2003, WinForm, Transparency, Gradient Background, and Label31 Oct 2005 09:52 GMT2
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 container30 Oct 2005 20:08 GMT1
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 event29 Oct 2005 15:11 GMT7
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 Text29 Oct 2005 06:02 GMT1
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 Designer29 Oct 2005 01:01 GMT2
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 ControlDesigner28 Oct 2005 22:24 GMT2
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 Datagridview28 Oct 2005 19:58 GMT1
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 text28 Oct 2005 18:45 GMT2
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-Time28 Oct 2005 17:46 GMT4
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 GMT2
My table styles blows up
Dim dgts As DataGridTableStyle = New DataGridTableStyle
dgts.MappingName = "composition"
CatCompositionGrid.TableStyles.Add(dgts)
Transparency on icon forms designer27 Oct 2005 17:22 GMT1
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 Controls27 Oct 2005 16:45 GMT2
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 GMT4
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 Control27 Oct 2005 13:34 GMT2
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 RichTextBox27 Oct 2005 08:33 GMT1
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:
Pages: 1 2 3 4 5 September, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.