all groups > dotnet windows forms > january 2004 > threads for wednesday january 28
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
Base form's properties gets changed by the inheriting form...
Posted by Yasutaka Ito at 1/28/2004 11:11:06 PM
Hi,
I have a base form (FormBase), which defines things like the value of the
WindowState. Other forms inherit from this base form to reflect the layout
given in the base form.
Is there a way to prohibit the inheriting form to change the value of the
WindowState property?
Appreciate any ... more >>
folderBrowserDialog
Posted by ssd at 1/28/2004 8:56:12 PM
Hi,
I am using ver1.1 of VS2003 and I am having a problem. When I run this piece of code I get the modal dialog but no treeview. I cant understand why. Is this a bug that anyone else has seen.
if (this.folderBrowserDialog1.ShowDialog() == DialogResult.OK)
{
this.textBox1.Text = this.folder... more >>
Strange form behavior....
Posted by craig at 1/28/2004 8:37:00 PM
I was wondering if anyone might have any idea at all what might cause the
close button on a Windows Form to stop responding.
When my form is first brough up, the close button works as it should, but
after a while it stops repsonding when clicked on. The form can still be
closed through code, ... more >>
How to stop a form from being automatically activated on the creation
Posted by Mikhail Golovnykh at 1/28/2004 4:56:10 PM
Hi
There is a main form. On some user request it creates another modeless form. By the default behavior that new form becomes active. I do not want that. So, I set focus back to main form, executing mainForm.Activate. But it makes forms to flicker a little - and it looks bad
Are there a way aroun... more >>
Where to set a window application's Application.ProductName property?
Posted by Cyrus at 1/28/2004 4:14:22 PM
How to make sure Icon resources are getting freed?
Posted by Terry at 1/28/2004 2:03:49 PM
After some playing around with icons and ImageList, I'm not quite
sure I understand what's happening. Either the resources are not really
getting cleaned up like I thought they would or what I'm using to measure
the resources isn't accurate, or there's something else going on.
I'm using Task ... more >>
Combobox SelectIndex = 0 throws exception
Posted by STom at 1/28/2004 12:44:39 PM
I am adding items to my combobox like this:
Me.cboDeprecType.Items.Add("X")
Me.cboDeprecType.Items.Add("Y")
Me.cboDeprecType.Items.Add("Z")
Me.cboDeprecType.SelectedIndex = 0
When I get to the selected index line, I get an index out of range error.
Any ideas w... more >>
Why is no one answering my post I need urgent help please? Using a Windows Forms Control as a Container, Help!
Posted by Neo at 1/28/2004 12:13:12 PM
Hi,
I have a Windows Forms app written in vb.NET. I have 2 controls and a form
in the solution, one control (say control1) is used in another control (say
control2) and control2 is placed on a form. I am aware of how to make
control2 a container so that other controls can be placed on it in t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to format the columns of a DataGrid to show a ComboBox
Posted by michael at 1/28/2004 11:21:06 AM
I can't find the articles on how to format the columns of a DataGrid to host a ComboBox, Calender, Checkbox..
Anyone remember
Michael... more >>
Hiding TabPages at runtime
Posted by Joe Thompson at 1/28/2004 10:41:12 AM
Hi
I am using VC++ 2003 for a WinForm application
I have a TabControl with 5 pages. Depending on a user setting, I want to either show the first 2 or all 5 pages. How can I do this at runtime. I've tried the hide method on each page but I can still see the unwanted tabs with no controls, I've... more >>
List of open forms
Posted by craig at 1/28/2004 9:49:23 AM
Is there an easy way for an application to be able to cycle through a
collection of all form instances that are currently being shown to the user?
I would like to be able to do this for a couple of reason, such as making
sure the same form isn't opened twice conncurrently, or making sure all
for... more >>
Controlling MDI child form Instances
Posted by Marinos Christoforou at 1/28/2004 9:11:54 AM
Hello,
I have an Windows MDI application. I would like to only allow one instance
of a child form tpo be open at any particular time. Can somebody suggest a
way to do this?
... more >>
Help needed with code
Posted by Aaron at 1/28/2004 5:12:14 AM
I have a datagrid populated by a Dataset using an SQLAdapter. This
datagrid is at the bottom of the form displaying all of the records for my
SQL Query.
Above the datagrid, I have several textboxes corresponding to the columns
in the datagrid.
What I would like to do is be able to click... more >>
Server Error in '/' Application. Object reference not set to an instance of an object.
Posted by hlara NO[at]SPAM extremaduraweb.com at 1/28/2004 12:39:29 AM
Hi, i´ve a problem with a NET application. In develop server, the
application runs without problems, but when I upload to our internet
webserver, fails with this message when i enter the information to
validate users. The error message is:
Server Error in '/' Application.
------------------... more >>
|