CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Resizing

  1. #1
    Join Date
    Dec 2000
    Posts
    163

    Resizing

    Hello

    I have strange problem.
    I made setup package, and every thing work good.
    But noe when I resize any window, It happend strangely.
    For example: if I minimizes window is disappeared and show small on the taskbar (and nort like regular get small until minimized)

    I hope my problem is understood, and any body could help me

    Thank you, for any help.


  2. #2
    Join Date
    Mar 2001
    Location
    Australia
    Posts
    146

    Re: Resizing

    Make sure that the form you are having trouble with has its ShowInTaskbar property set to true. Otherwise it will not minimise to the Task Bar.

    Hope this helps,

    Nathan Liebke


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