Nov 2, 2002 #1 Norviking Programmer Nov 2, 2002 33 NO How can i pass a classobject to a function in another form? What will the parametres in the function be? Thanx for helping
How can i pass a classobject to a function in another form? What will the parametres in the function be? Thanx for helping
Nov 2, 2002 #2 RiverGuy Programmer Jul 18, 2002 5,011 US public void getClass(clsWhatever cl) { clsWhatever newClass = c1; c1...... } For a specific class like that? Upvote 0 Downvote
public void getClass(clsWhatever cl) { clsWhatever newClass = c1; c1...... } For a specific class like that?