CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2001
    Posts
    29

    Anyone had this problem when installing app on Win Me??

    Hi,

    My app is VB5 and developed in Win Me, in IDE run it works ok. When an exe or distribution disk is made in Windows Me I get the following.

    1. When ok buttons are clicked in MsgBoxes the app disappears if another app is open.

    2. When no other app is open. If the user causes a MsgBox to appear and focus is set on a control on ok, ie. text1.setfocus. The control has the curser flashing in it but it does not have focus, I have to click it to give it focus. This happens to all TxtBoxes.

    3. When a InputBox is called, the curser flashes in the textBox but does not have focus until the inputForm is clicked.

    This DOES NOT HAPPEN when the app is installed on Win95 or Win98.

    Q2. when my app is run, it does not show in the bottom task bar and when minimised sits on the bottom of the screen, is this normal?

    Any help appreciated.

    Regards,

    Alan.





  2. #2
    Join Date
    Feb 2001
    Posts
    29

    Re: Resolved

    Hi,

    FYI. I simply set the Form ShowInTaskbar set to True.

    Strange that this happened only on Win Me?.

    Alan


  3. #3
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Anyone had this problem when installing app on Win Me??

    1,2, and 3 are functions of Windows ME and nothing to do with VB. I noticed the same phenomenon with other non VB apps. Haven't figured out what to do about it.
    Q2 sounds like your app is a MDI app and you are actually minimizing the Child window.

    Just my thoughts.

    John G

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

Featured