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 / April 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
PictureBox control - with source?01 May 2007 00:17 GMT2
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 GMT4
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 Key28 Apr 2007 10:36 GMT7
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 GMT1
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 columns27 Apr 2007 09:18 GMT1
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 images26 Apr 2007 21:27 GMT1
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 text26 Apr 2007 20:28 GMT4
Hi;
The following code does not give me formatted text - just plain text. Any
ideas?
                        RichTextBox txtResults = new RichTextBox();
Split container vs. splitter26 Apr 2007 16:47 GMT2
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 SubItems26 Apr 2007 14:50 GMT3
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 objects26 Apr 2007 01:51 GMT5
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 resize25 Apr 2007 16:50 GMT3
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 property24 Apr 2007 14:30 GMT1
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 Column23 Apr 2007 11:39 GMT4
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 link20 Apr 2007 17:24 GMT2
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 view20 Apr 2007 17:14 GMT1
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.
Pages: 1 2 3 March, 2007
 
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.