A 20Mb Exe is NOT a problem..... I would expect an application that size to do everything, including make my breakfast.
I can understand installations being that large, but not the application Exe. The only time I have actually run into such huge Exe files, they were actually minor programs with huge amounts of graphics stuck into them in picture boxes and imagelist controls. Embeded graphics are always a poor way to include graphics in an application. Matt ----- Original Message ----- From: "Ian Brooke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 13, 2004 10:48 PM Subject: Re: [vbhelp] Call Exe by refrences > Chintan, > I'm not entirely sure why 20Mb is a "problem", it certainly isn't too big to run as a single program. You could easily split it into many different exe's and run them by shellexecute and there are hundreds of examples around how to do that, but that's a really messy solution. Why not make each module a dll then you can very easily call the appropriate routine as you need it? > Ian > > > ----- Original Message ----- > From: Chintan Shah > To: VBHelp > Sent: Thursday, August 12, 2004 11:55 PM > Subject: [vbhelp] Call Exe by refrences > > > Hi Friends, > > We developed one software in VB6. Its run perfectly. But the problem we are facing for the size of Exe. Size of the exe are 20 MB. > We have different modules and we can seaprate, so we have to create module wise exe and call them from main Exe. > > But i want to know, is there any other method to call this different exe from main Exe (by some refrences). > > > > > > Regards, > > Chintan Shah > > Yahoo! India Matrimony: Find your life partneronline. > > [Non-text portions of this message have been removed] > > > > > > '// ======================================================= > Rules : http://ReliableAnswers.com/List/Rules.asp > Home : http://groups.yahoo.com/group/vbHelp/ > ======================================================= > Post : [EMAIL PROTECTED] > Join : [EMAIL PROTECTED] > Leave : [EMAIL PROTECTED] > '// ======================================================= > > > > Yahoo! Groups Sponsor > ADVERTISEMENT > > > > > > -------------------------------------------------------------------------- ---- > Yahoo! Groups Links > > a.. To visit your group on the web, go to: > http://groups.yahoo.com/group/vbhelp/ > > b.. To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > > [Non-text portions of this message have been removed] > > > > > > '// ======================================================= > Rules : http://ReliableAnswers.com/List/Rules.asp > Home : http://groups.yahoo.com/group/vbHelp/ > ======================================================= > Post : [EMAIL PROTECTED] > Join : [EMAIL PROTECTED] > Leave : [EMAIL PROTECTED] > '// ======================================================= > > Yahoo! Groups Links > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
