Hi Sir,
In VC++ 6.0 i have created button in the form which open as default after we created DIALOG BASED Application.
If we click that button next form should load...
For that what we have to do ..?? Kindly help sir.. thanks in advance
Hi Sir,
In VC++ 6.0 i have created button in the form which open as default after we created DIALOG BASED Application.
If we click that button next form should load...
For that what we have to do ..?? Kindly help sir.. thanks in advance
You need to write code in the OnClick event handler. While in the designor just click the button and the IDE will generate an OnClick event handler for you.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.