Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: Zorder help

104| Sun, 02 Dec 2007 11:40:00 GMT| adityadennis| Comments (4)
I'm making a programming language, and here's my problem:
I have two forms. Say I have Command1 and Command2 on the SECOND form, and Command1(0) and Command1(1) on the first. When I click the "run button on the first form", I want the second form to show up with form2.command1.zorder = command1(0).zorder and form2.command2.zorder = command1(1).zorder.

How do I do this? Simply writing "form2.command2.zorder = command1(1).zorder" doesnt work.

Keywords & Tags: zorder, microsoft, visual basic, vb

URL: http://www.programmerbase.com/visual-basic/560838/
 
«« Prev - Next »» 4 helpful answers below.
Know what's funny? The topic for this forum says to POST CODE ONLY, not ask questions, if you cant read, you cant write your own language. And you cant create a real language in VB anyways.

carp | Mon, 03 Dec 2007 20:36:00 GMT |

It's actually more of a scripting language, I guess:rolleyes:
Sorry about the ONLY CODE rule, English isnt my first language, VB is;)

adityadennis | Mon, 03 Dec 2007 20:37:00 GMT |

Originally posted by adityadennis
It's actually more of a scripting language, I guess:rolleyes:
Sorry about the ONLY CODE rule, English isnt my first language, VB is;)

...and since VB is pretty much English based I don't think that will work. Oh yeah CODE ONLY thats hard to understand.

:confused:

virus00110 | Mon, 03 Dec 2007 20:38:00 GMT |

Moved from the CodeBank.

martinliss | Mon, 03 Dec 2007 20:39:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories