how to minimize the shell window

Discussion in 'AutoCAD' started by MRL, Jan 4, 2004.

  1. MRL

    MRL Guest

    Hello,

    I'm trying to activate my helpmenu (myhelpfile.cnt + myhelpfile.hlp)

    with: (command "shell" "Winhlp32.exe myhelpfile.hlp")

    It opens a new window (shell window) and opens a second window for the
    ..cnt-file
    How can i minimize the first window (shell window) ?

    Can anyone help me?

    Martin
     
    MRL, Jan 4, 2004
    #1
  2. MRL

    R.K. McSwain Guest

    How about using:
    (startapp "Winhlp32.exe" "myhelpfile.hlp")
     
    R.K. McSwain, Jan 4, 2004
    #2
  3. MRL

    MRL Guest

    Hello R.K.

    It works... almost !
    when i'v added in my MNS-file to activate a <myhelpfile>.CNT it works,
    but....
    the AutoCAD window went blank !

    Any explanation?

    Martin
     
    MRL, Jan 4, 2004
    #3
  4. MRL

    MRL Guest

    Hello R.K.

    Do you have the same problem?

    Martin
     
    MRL, Jan 4, 2004
    #4
  5. MRL

    ECCAD Guest

    (startapp "Winhlp32.exe c:\\demo\\help_files\\hydtut.hlp")
    Just opens the Contents window, but within that window,
    all you can do is 'print', 'cancel', or 'Close' - No Minimize button.
    Bummer.
     
    ECCAD, Jan 4, 2004
    #5
  6. MRL

    R.K. McSwain Guest

    Works fine here (using acadver 15.06)

    (startapp "Winhlp32.exe" "readme.hlp")
    -or-
    (startapp "hh.exe" "c:\\winnt\\help\\windows.chm")
     
    R.K. McSwain, Jan 5, 2004
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.