![]() How To Show A Form? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: How To Show A Form? (/showthread.php?tid=28457) How To Show A Form? by TheCodeSmith on 07-10-2004 at 07:05 PM
I'll be coding a plugin in VB6 - any forms that i add to the DLL never show up, even when called from a menu/text command. code:EDIT: i've just noticed a previous thread by CMI that's kinda related to this, even still, any feedback posted here will be gladly received. All help is appreciated, thanks. ~ TheCodeSmith RE: How To Show A Form? by dotNorma on 07-10-2004 at 07:23 PM
Erm , If you want to show a form in Basics you have to show it as a model. code: instead of code: RE: How To Show A Form? by Stigmata on 07-10-2004 at 07:31 PM form1.show 1 will show it as a modual and it will the top window RE: How To Show A Form? by TheCodeSmith on 07-10-2004 at 07:35 PM
Excellent. RE: How To Show A Form? by Stigmata on 07-10-2004 at 07:39 PM
its basic visual basic RE: RE: How To Show A Form? by TheCodeSmith on 07-10-2004 at 07:42 PM
quote:Thanks, i've been coding VB for 5 years and i've never found a use for the modal "1" on the Form.Show event. ![]() RE: How To Show A Form? by dotNorma on 07-10-2004 at 07:48 PM
quote: Its actually quite useful for like about windows and stuff. So that the window is limited to that window. If you need any help we have alot of Developers here. ![]() RE: How To Show A Form? by Millenium_edition on 07-10-2004 at 10:51 PM
I suggest you to learn using constants. |