User Profile
Collapse
-
opening a form
Hello. I want to create a combobox with three iterms. let's say these three items are courses, and I want to enter the marks for a particular course. So, if the user finished entering these marks, and clicks on save, the marks are saved. How would I do this? -
RE Post regarding MDI forms.
mdi forms
Hello. in a parent form I have a button. Upon pressing this button a child form appears with three textboxes showing various pieces of information. However, the child form sits on top of the parent form and blends in with the button in form 1. But I want the button in form1 to be hidden, only showing the three textboxes of form 2. How would I do this?
thank you -
mdi forms
Hello. in a parent form I have a button. Upon pressing this button a child form appears with three textboxes showing various pieces of information. However, the child form sits on top of the parent form and blends in with the button in form 1. But I want the button in form1 to be hidden, only showing the three textboxes of form 2. How would I do this?
thank you -
opening a file.URGENT
This is a loaded question, but here goes. I know how to program c# to tell it to open a file. But I want is a little more specific. Suppose I created a program so that when the user clicks on open in a file menu, the program will proceed to open a file, but this file is a form that has buttons, textboxes etc, which can be manipulated. What I am trying to do is the following. I want to create a marks program. The teacher clicks on a class to... -
creating a window that has components built into it
What I want to is the following..
let's say I create some kind of program, let's say we click on a link label. Upon clicking it I want to open a new window which will already come equipped with labels, textboxes etc, rather than just a plain old form.
Thank you -
Thanks for the reply. I did this previously, ie
Form chForm = new Form();
chForm.MdiParen t = this;
chForm.Left = 100;
chForm.Show();
But, the window appears within the form, not outside it. -
creating a separate window in c#
Hello. What I am trying to do is simple. I don't want to create a window inside a form, but a window that acts independently outside the form. so for example, let's say I am doing a program that displays statistics about a person, so, when the user clicks a button, a separate window appears that displays the information.
thank you.
No activity results to display
Show More
Leave a comment: