Results 1 to 13 of 13

Thread: Slow EXE

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Avinashi,Tamilnadu,India
    Posts
    23

    Slow EXE

    I am having an exe(3 MB) containing 32 forms. Another exe(50 MB) containing 230 forms. The first exe is working fine and fast. The second exe is very slow to work even the program logic and controls used in each form is same as the forms in the first exe.
    What can i do to speed up the second exe? Thanks for any help.

  2. #2
    Hyperactive Member Hampster's Avatar
    Join Date
    Feb 2001
    Location
    On my hamster wheel.
    Posts
    374
    230 Forms are really pushing VB's limits

    How many forms do you have loaded at one time?

  3. #3
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632
    230??!!! HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA...you're taking the piss right? Hahahahaha. Sorry.

    50Mb!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Hahahahahahaha

    And you wonder why it is slow!?

    Do you have VERY large pictures in picture boxes in your forms?
    Have you ever thought about breaking your app up into many different little ones??? Of making it multi tier?

    Woka

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    If they have the same controls and logic, why are they separate forms? Couldn't you use the same form (for some at least) with an option to change the label captions etc?

  5. #5
    Lively Member
    Join Date
    Nov 2002
    Location
    Delaware
    Posts
    126
    so its a calendaring software with a form for each weekday right? (jk)
    Dave

    [vbcode]

    Dim ScrewingAround as cIncessant.Need

    Set ScrewingAround = New cIncessant.Need

    If atWork = True then
    Call ScrewingAround.begin
    Else
    Call ScrewingAround.begin
    End If

    [/vbcode]

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Avinashi,Tamilnadu,India
    Posts
    23
    Thanks for all replies. I 've planned to split my application to several exes.

    Regards
    Sujatha.

  7. #7
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    How the hell could you use 230 forms ?
    I'm guessing they must be MDI...

  8. #8

  9. #9
    Addicted Member Vitani's Avatar
    Join Date
    Jul 2001
    Location
    England
    Posts
    134
    whats wrong with MDI forms?
    If you can dream it, you can do it - Moo Power!

  10. #10

  11. #11
    Addicted Member Vitani's Avatar
    Join Date
    Jul 2001
    Location
    England
    Posts
    134
    heh, i just found ur explaination on the "why should I unload all my forms" tread.

    Thx
    If you can dream it, you can do it - Moo Power!

  12. #12
    Lively Member
    Join Date
    Nov 2002
    Location
    Delaware
    Posts
    126
    Dave

    [vbcode]

    Dim ScrewingAround as cIncessant.Need

    Set ScrewingAround = New cIncessant.Need

    If atWork = True then
    Call ScrewingAround.begin
    Else
    Call ScrewingAround.begin
    End If

    [/vbcode]

  13. #13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width