Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet windows forms > may 2004 > threads for monday may 17

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Popup in Winforms
Posted by sunil NO[at]SPAM volcanomail.com at 5/17/2004 9:38:19 PM
Dear All, In Winforms, does anyone know whether we can have an equivalent of a popup object in Web forms ? In Winforms, we are developing the Combobox on a concept of a floating window which will align itself correctly with the base Textbox. we will control the opening and closing of this f...more >>


Single Application Instance + Loading New Files
Posted by Anthony at 5/17/2004 8:14:44 PM
Hi, all -- I've seen several very good articles which discuss how to make a single instance Windows Form and even how to give an existing instance of the application the focus. This question takes the issue to the next level. Here's the requirement, for which I can't find any samples or instructi...more >>

Printing a Form with C#
Posted by bernden at 5/17/2004 8:06:34 PM
Would anyone know how to print a form (using Visual C#) that contains a pictureBox and several textBox(s) given the following generic description ? Form = frmMain picturebox = pbxMainImage textBox(s) = txtName txtAddress txt...more >>

Bug: Labels and textboxes clip characters
Posted by Bob Graham at 5/17/2004 6:26:08 PM
There is a bug that causes labels to clip a bit of the last character when you choose right alignment. So I switched to using a textbox with backcolor = control, borderstyle = none, to make it look like a label. This variation causes the bottom of letters with lower sections like "p" to be cli...more >>

C# Winform: Textboxes to autoupdate contents of datagrid columns
Posted by Nevyn Twyll at 5/17/2004 5:57:43 PM
Clear DayI have a windows form. It fetches some data that it keeps in a Dataset. I want to bind a grid to that datasource, and have 2 textboxes on the form that display the contents of a couple of text fields. The only thing I can really get to happen is to have the textboxes display the data...more >>

Set selection in a ListView
Posted by Kees van Ginkel at 5/17/2004 4:17:23 PM
Hello, I am trying to set the selection in a ListView, but cannot find a proper method to do this. Is this possible at all ? Regards, Kees ...more >>

Strange movement in hosted form in form
Posted by Lloyd Sheen at 5/17/2004 1:56:58 PM
I have the following situation: Need a user resizable user control. After much trying with user control I came across the idea of hosting the controls in a form marked as not TopLevel = false. This work fine for most cases, allowing the user to resize the form (and controls within the form. ...more >>

Small winform app uses lots of memory
Posted by Aaron Prohaska at 5/17/2004 11:27:18 AM
Is it normal that a very small single form winforms app uses 20mb of memory or more? I have a form with 16 data bound text boxes and two data grids. When the app is first opened the text boxes and all bound to an empty strongly typed dataset so that the user can enter data and create a recor...more >>



Get Parent Collection?
Posted by localhost at 5/17/2004 11:05:19 AM
I have a UserControl with a public ArrayList as a property. I want to use the ArrayList from the parent form, if it exists. How can I do that? Thanks. ...more >>

How to access columns in design-time table?
Posted by Richard Dixson at 5/17/2004 10:59:50 AM
I created a new C# web application. Basically all I am trying to do is create a table that consists of a few rows with two columns in each. And then to set those columns to text values from my code behind. However I am not able to do this at all, I am going about this wrong, I think and need ...more >>

Multi-Page Windows Form
Posted by Paul Brown at 5/17/2004 10:16:07 AM
I'm new to .Net and I'm looking for a link or something that can show me how to create a multi-page Windows form using next, back and finish buttons. Does anyone have a clear link to someplace that details this? Any help would be great Paul...more >>

Setting a Windows Form position manually....
Posted by dafunk2001 NO[at]SPAM yahoo.com at 5/17/2004 2:09:31 AM
Hi, I am trying to open a new form immediately below a custom TextBox control. (To simulate a type of drop-down list). Anyways, this is how I am defining the new form: (Me refers to the custom TextBox control) _frm.TopMost = True _frm.FormBorderStyle = FormBorderStyle.None _frm.Size = N...more >>


DevelopmentNow Blog