GodForsakenSoul Posted August 31, 2010 Share Posted August 31, 2010 in my programming class (which... honestly kinda sucks, but i need their degree...) we went through an interesting topic: MID forums. from what i understand, a MID parent is a form which spawns other forms in it. the best thing i can offer is the Visual Studio. it has two forms (usually), one for code and one for drawing the gui (kinda like koda) EXCEPT i can not drag the forms out of the main MID form. i was wondering how it could be reproduced in autoit. i'm not asking you to write for me (yet), try to explain verbally with some examples on how to write the MID parent and MID child. i noticed a MIDCHILD flag in koda, but no MIDPARENT(?). so... suggestions? comments? insults? GFS out! Link to comment Share on other sites More sharing options...
kaotkbliss Posted August 31, 2010 Share Posted August 31, 2010 I don't ever use koda, but maybe it is like regular guis where the top level is automatically considered the parent? You create 1 gui create a 2nd and tag the name of the first into the parent parimeter on the 2nd. While you never put a line in the first to say it is a parent, it is automatically set as: first is parent, 2nd is child. Just how I would think of it. 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy! Link to comment Share on other sites More sharing options...
evilertoaster Posted August 31, 2010 Share Posted August 31, 2010 First of all, it's called "MDI Forms" not "MID Forums". Second, similar questions have already been asked and answered: http://www.autoitscript.com/forum/index.php?showtopic=5407 http://www.autoitscript.com/forum/index.php?showtopic=34023 http://www.autoitscript.com/forum/index.php?showtopic=33372 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now