User Profile

Collapse

Profile Sidebar

Collapse
044879
044879
Last Activity: May 24 '07, 01:41 PM
Joined: Feb 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 044879
    started a topic opening a form
    in .NET

    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?
    See more | Go to post

  • 044879
    started a topic RE Post regarding MDI forms.
    in .NET

    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
    See more | Go to post

  • 044879
    started a topic mdi forms
    in .NET

    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
    See more | Go to post

  • 044879
    started a topic opening a file.URGENT
    in .NET

    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...
    See more | Go to post

  • 044879
    started a topic creating a window that has components built into it
    in .NET

    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
    See more | Go to post

  • 044879
    replied to creating a separate window in c#
    in .NET
    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.
    See more | Go to post

    Leave a comment:


  • 044879
    started a topic creating a separate window in c#
    in .NET

    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.
    See more | Go to post
No activity results to display
Show More
Working...