I'm new to VB6 but i have great knowlegde about PHP and VB6 and PHP is not the same
#1
How do i make my own function, lets say i wanna name myCreate with 2 args, in PHP it would be done like this
function myCreate($arg1, $arg2);
#2
I have manage to create my first application or form (don't really know what to call it), but it contains a textfield and a button, when the button is pressed a msgBox will display what i wrote in the textfiled.
Now my question here is when the buttons is pressed it it possible to remove whats on the form/application to display something else?
D*mn, this second question was hard to explain
Thanks in advance.

