Results 1 to 3 of 3

Thread: I hope ... I am not asking Sily

  1. #1

    Thread Starter
    Member
    Join Date
    May 2003
    Posts
    54

    Question I hope ... I am not asking Sily

    I used a lot of OCX and DLL in my application ... and in relation to this I have some Questions for GURUS ...

    1. How to Check that which OCX and DLL's are required in Deploying Package and ALSO which of those OCX and DLL's are required to be registered. (For example I used Crystal Report OCX, how can I found that which DLL's also required to run my application error free)

    2. I want to Load all my form at the Startup of Application ... for doing so I have a Lines of

    "Load Form1"
    "Load Form2"
    .....
    "Load Form12"

    but I need to check ( before Loading of any Form) that Componet 'A' registered and DLL 'X' exist in the specific directory (I hope ... I am not sily ).

    Any suggestion, tools, link, idea will help alot ....

    Thanks in advance ....

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    why are you loading all your forms at startup???
    That would be a severe memory hog.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3

    Thread Starter
    Member
    Join Date
    May 2003
    Posts
    54
    Actually client needs very fast application running ... that's why I load all form at startup and after that just do HIDE/SHOW.

    Any suggestion of above question will help alot.

    One more thing I want to inform U guys that ... VB editor is just doing the same thing that I want to do. Actually it loads all Form when We open any project, and it also check components used in the forms and if it finds any component missing it display message that 'abc component is missing. u want to continue loading the project'. It means that there is any way to find ... BUT How is the question??

    Thanx ... in advance ...

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