all groups > dotnet windows forms > december 2003 > threads for tuesday december 2
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
What happened to the LINE in vb.net?
Posted by Gary at 12/2/2003 9:43:31 PM
hi...
Just going about making my form up and noticed there is no LINE in the
toolbox!!!
what happened, where did it go? what do I have to activate to make it appear
in the tool box?
Thanks,
Gary
... more >>
Shared Data
Posted by Andrew Robinson at 12/2/2003 9:26:35 PM
I am working on a forms based application that will have 3 or 4 different
forms. I need to share a data set between them that can be updated by each
or the forms. What is the best way to do this? How can I instantiate a class
that is available to each of these forms?
thanks,
-Andrew
... more >>
MULTIPLE SENDERS FOR AN EVENT
Posted by Rob at 12/2/2003 8:58:08 PM
All of my controls are built at runtime. The events for
the controls are hard coded and I relate the control to
the event at runtime since the control is created at
runtime. The problem is the same event might be used by
different controls and I am having problems with
determining what con... more >>
Double Click DataGrid Cell
Posted by T. Ford at 12/2/2003 7:29:50 PM
Hey. I've searched far and wide and not found anything
that I could get to work for handling the double click
event of a particular cell. I can get it for an entire
row, but not a particular cell. I tried drilling down to
the TextBox itself and putting an event handler on that
for the d... more >>
Export an application
Posted by Juan Carlos at 12/2/2003 4:22:41 PM
Hi
I created a window form application but I don't know how
to export it.
How do I export my application???
Reggards... more >>
Tree view depth?
Posted by Ayende Rahien at 12/2/2003 4:13:21 PM
I've a tree view in my application, and on the other side there is a list
view, I want to show on the listview details about the all the exposed nodes
in the tree view, how can this be done?
I need to know the height of every node, I guess, but how can I get it?
Example:
treeview listview
... more >>
Rectangle.Inflate
Posted by discussion NO[at]SPAM discussion.microsoft.com at 12/2/2003 1:11:39 PM
Hi,
Why no inverse of this method? We can inflate but not deflate or shrink?
Thanks.
... more >>
design wonderment....
Posted by Lloyd Dupont at 12/2/2003 1:07:06 PM
for the neet of my PocketPC applicatino (compact framework) I designed my
own table control.
it features type dependant editor for each individual cells, as a child
control I show when I edit a cell (basically when I clic in a cell on the
selected row)
my concern is when stop editing ?
I'm a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Newby Question!
Posted by Carl Howarth at 12/2/2003 10:58:38 AM
Hello,
I think I'm being a bit daft but I have an app with 2 forms.... I select a
record from the first form which opens a new window and shows the record
which can then be updated.
Once updated I want the second form to close and the first form to be
updated. I have a sub procedure on the... more >>
Combo Box Binding Freezes on 2nd Item
Posted by Mark Phillips at 12/2/2003 9:50:24 AM
Hi,
I have bound a combobox to a dataset. With the standard:
this.cboPhoneType.DataSource = dsPhones;
this.cboPhoneType.DisplayMember = "PhoneType.Description";
this.cboPhoneType.ValueMember = "PhoneType.PhoneTypeID";
this.cboPhoneType.DataBindings.Add("SelectedValue",
dsPhones, "PersonP... more >>
Inherited form not showing as form in Solution Explorer
Posted by Bill Gates at 12/2/2003 7:31:56 AM
I have a couple of forms that are inherited from a base form. The base form
icon shows as a form and I am able to bring up the form designer, however
the inherited forms only show up as *.cs. I.e., code... so I am unable to
open them in designer.
Does anyone know what might be causing this?
... more >>
Subclassing panel == no mousewheel?
Posted by Glenn Nilsson at 12/2/2003 12:44:35 AM
Hi,
I've subclassed a Panel and trying to catch the MouseWheel event, non
successful I tried to override OnMouseWheel, but none of the above will
trigger the event.
The code is this:
namespace Wailqill.Windows.Forms
{
public class FlowPanel : System.Windows.Forms.Panel
{
... more >>
|