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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
printing a windows form31 Oct 2006 18:18 GMT6
 I am trying to print a windows form with this command("window.print();",
"JScript"). I was wondering if it is possible to print directly to the
printer without user pressing the print button when the print dialog box pops
up on the screen.
Datagrid scroll to current row31 Oct 2006 04:42 GMT6
I have a datagrid with more rows than are visible.  The last row is visible
and is the current row.  Now the user saves everything to the the database.  
Magically the datagrid is now positioned on the first row, so the current row
is no longer visible.  Moreover, the scroll bar ...
How to permanently change the highlighted items' colors in the ListBox?30 Oct 2006 08:30 GMT1
I overrided the OnDrawItem() to change the highlighted items'
background and foreground color. See below,
          if (e.State == DrawItemState.Selected)
           {
TextBox.Text property problem28 Oct 2006 14:30 GMT4
I need to set the value of TextBox.Text property programmatically. The problem is it doesn't
work every time I do it using tBox.Text = "Sample Text". This TextBox is on a TabPage. In case I
do not view this particular TabPage since I run the program till the moment I use the tBox ...
WPF: RichTextBox - Dynamically Add Controls?27 Oct 2006 22:24 GMT1
I have a question... I want to add a Rectangle/Ellipse/Button (different
control classes, other than text) to a RichTextBox. In XAML, it is done like
this:
<RichTextBox>
Add Window control library to web page27 Oct 2006 17:30 GMT2
I have a window control library with a user control abd I need to add this
dll to the aspx web pag.
How can I do this.
Thanks,
Propertygrid and custom type editors27 Oct 2006 14:46 GMT5
   I've created a custom UITypeEditor for use on an array of colors,
however, I've a problem that I want to try resolve, because it's an array of
colors the property grid allows the expansion of the array to give n single
color properties, is there any way of disabling the ...
Capturing X closing event in IDE it self27 Oct 2006 13:49 GMT1
i want Capture the closing( X) of document or Active file in VS-2005
IDE.
Thanks
Koti
Display status in datagridview27 Oct 2006 03:44 GMT3
VS 2005, Winforms.
I have a datagridview and its datasource come from a webservice. In my first
column I have an integer (statuscode) that I want to display as text (depend
on which language on the client). How do I display a text instead of an
TreeView Weirdness - Chinese Tooltips27 Oct 2006 03:42 GMT3
I have a very strange situation where a handful of users of our product are
seeing the tooltips on any TreeView display with oriental (maybe Chinese)
characters. We use no internationalization - this is a 100% English
application, all the text in the TreeView is in English, and ...
Spreadsheet Components - Farpoint vs SpreadSheetGear?26 Oct 2006 20:32 GMT7
Does anyone know of, or has done, a comparison of these spreadsheet
components for including Excel processing functionality in their
applications?
Pros / Cons / limitations of each?
WebBrowser Problems in Thread26 Oct 2006 18:23 GMT7
Hi, I use the WebBrowser control (requiring STA) in a multi-threading
application.
I use the WB from a UserControl engine, that it runs more times as thread.
The problem is, when the WB run from a thread and I invoke WB.navigate(url),
Scrollbar is not visible in Datagrid26 Oct 2006 16:48 GMT3
I am attaching datatable as a datasource to datagrid.
But Scoll bar of Datagrid is not enable. When i click on any of the
column (for sorting)
it gets enable.
PropertyGrid and the Component Model26 Oct 2006 14:01 GMT2
I need a crash course in working with the PropertyGrid. I have grasped the
basics, but now I need to customize a bit. Specifically, I am creating a
custom SSIS task and I want to supply a custom UI for editing it. To give it
the look and feel of other SSIS tasks, I'm using a ...
Attributes question26 Oct 2006 13:04 GMT2
I'm learning Attribute stuff by reading MSDN topics. I'm creating a new
Property for Custom Control. I'm trying to add an Attribute to the Property
this way:
<Category("Alignment"), Description("Specifies the alignment of text.")> _
Pages: 1 2 3 4 September, 2006
 
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.