I have just added a messagebox on the child form and the messagebox does appear, but the child form does not show. So the form must load, but neither the .Activate() or .Show() methods make the form display correctly. Any other ideas?
I tried putting this statement:
this.sMdiContainer = true;
into both the constructor and the form_load event without any success. Is there something wrong with the statement itself, or did I put it in the wrong place?
Any other ideas?
I am having difficulty with a MDI child/parent relationship for my C# winforms project. I currently have a several controls (button, menu strip, etc.) that call the same function to open a new child form.
The main form has the propery of MDI container as it was set on the properties window...
Hello everyone,
I have a simple question that I just happened to forget the answer to. How do I add the "ALT functionality" to my c# program like when you type ALT-F to open the File menu in the menustrip controll? I thought all I did was change the text property to "&File", which does add the...
How do I change the event for the combobox in VS.NET 2005? If I double-click on the combobox using the IDE, it automatically goes to the 'SelectedIndexChanged' event in the code.
*** I just manually added the code into the form, but I know there's a way to change (and list) the events for...
Is there a way to right-click or, more importantly, double-click on a combobox control?
I want to use this so when the user double-clicks on the combobox, a window comes up to add collection options during runtime.
Thanks!!!
Panuvin
Hello,
I'm a C# newbie using VS.NET 2005. I'm having trouble getting a string representation of a date and using addition in DateTime objects to get tomorrow's date.
I have two ways of acquiring the current date. I use both:
DateTime dtNow = DateTime.Now;
string strDateNow =...
Hello,
I'm having a lot of trouble getting a program working. I'm trying to open a file, seperate it into an array of words.
I've opened the file and split it into an array of
words. Then I need to take out the punctuation and test to see if any of the words begin with '[' and end in ']'...
Hello, I'm trying to imply a login script for each of the users that connect to my Win2k server. I'm kind of new to systems administration and was wondering if this was a simple task to administer, and if anyone could give me some help on the subject, or possibly send me a link to a good...
Hello, I've just joined a company with a severely disorganized network and domain setup. What I know is we have a Windows 2000 SP4 Server currently running with a domain and VPN. I would like to know how to add myself as a user to the VPN. Do I do this through one of Win2k Server Administrative...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.