salim
February 19th, 2000, 08:27 PM
How can i use a button on one form to connect to another form when this button is pressed? What type of typical code i need to write?
|
Click to See Complete Forum and Search --> : VB newbie salim February 19th, 2000, 08:27 PM How can i use a button on one form to connect to another form when this button is pressed? What type of typical code i need to write? Aaron Young February 19th, 2000, 08:36 PM In Form1.. private Sub Command1_Click() Form2.Show End Sub Aaron Young Analyst Programmer ajyoung@pressenter.com aarony@redwingsoftware.com Certified AllExperts Expert: http://www.allexperts.com/displayExpert.asp?Expert=11884 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |