CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: form hide and unhide the form using rightclick shortcut

    Quote Originally Posted by mynick
    still i could not get solution.
    So, what you're basically saying is that still you haven't lifted a finger from your side. We have given lots of ideas, and I mean, you could have just googled some of the terms and you would have been much further.

    Really, is that so much to ask ¿

  2. #17
    Join Date
    Dec 2006
    Location
    Pune, India.
    Posts
    579

    Re: form hide and unhide the form using rightclick shortcut

    To add to what Hannes is suggesting about keyboard hook :

    Have a look at this attachment, it will give you full details for hook.



    Riyaz
    Attached Files Attached Files

  3. #18
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: form hide and unhide the form using rightclick shortcut

    We need to find out what he needs, and what STEALTH mode means. Hope that isn't something from the dark side...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #19
    Join Date
    Jun 2005
    Location
    gandhinagar,gujarat
    Posts
    51

    Re: form hide and unhide the form using rightclick shortcut

    my question is simple.
    if once we set property ,form.visible=false form or application window will be disapeare.i just want to unhide that window.i think the only way iskey short cut.

  5. #20
    Join Date
    Dec 2006
    Location
    Pune, India.
    Posts
    579

    Re: form hide and unhide the form using rightclick shortcut

    Have you seen my attachment for keyboard hooking?

    I think this is the only way to do this task!

Page 2 of 2 FirstFirst 12

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