forms

How to Put a Form Inside a Form Using C#

Submitted by janobe on
In this tutorial, I will teach you how to add a form inside the form using C#. This method has the ability to change the display and how the form works into an MDI parent form. Then, you will see that the form displays a sunken client area with a raised border, once you set this property into true . And in the client area, it is where all the MDI child forms placed to the parent form are displayed.

How to Create Two Submit Buttons with Different Action in One Form

Submitted by nurhodelta_17 on
This tutorial tackles on how to create two submit button with different actions in one form. Traditionally, it only takes one submit button in every form. There are instance however that you wanted to have two actions in just one form. In order to achieve this, we are going to use javascript.

How to Remove Close button from a form's system menu in Visual Basic .NET

Submitted by Walterjnr1 on
It is obvious that Visual Basic doesn't have a built-in way to manipulate the system menu that appears when you click the upper left corner of a form, but it's not too hard to use API functions to remove some or all of those buttons. This example uses the following Imports statement: Imports System.Runtime.InteropServices From Walter , +2348067361023. For more tutorial and free research project topics/thesis, visit www.leastpayproject.com or Email = [email protected]

Create Forms Criteria on the fly

Submitted by magicscreen on
Create criteria for forms in real time, as needed. An Instruction form will open when the project opens. The system was written using MS Access 2010 Default file format is Access 2003 Operations: 1. Create Form 2. Enter each form field's data type into the field's Tag Property 3. Save form’s information using the frmMaintainForms form 4. Select the form from the frmFormsMenu 5. The criteria form