I am developing a windows form application , can any one explain the basic structure of the program and how to do the basic things like calling functions for a event, opening a form on button click on main form.

Recommended Answers

All 3 Replies

Buy a book, or search the web (or provide some evidence that you've already done those things).

It's a long and complicated process, one which isn't going to be summarised in a simple reply on a message board which you can print off and keep.

i am a beginner and i need help to open a form on button click event, how do i do it, plz help me out

You can't put a button into a console. The only way to parse mouse event in one is using a bizarre Windows-specific process. You would need to use the Windows API for something like that, and it's way too much for a beginner. Try visual basic.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.