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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|