Results 1 to 6 of 6

Thread: Arrows in Usercontrol

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2017
    Posts
    75

    Arrows in Usercontrol

    Please this project works only in the second option the arrows on the keyboard, would anyone have to check why?
    <Attachment Removed>
    Last edited by FunkyDexter; Sep 12th, 2020 at 02:46 PM.

  2. #2
    Fanatic Member Episcopal's Avatar
    Join Date
    Mar 2019
    Location
    Brazil
    Posts
    547

    Re: Arrows in Usercontrol

    Very strange indeed. If you press the direction arrows with Shift they work.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2017
    Posts
    75

    Re: Arrows in Usercontrol

    no one ? I've tried everything, subclassed and nothing

  4. #4
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Arrows in Usercontrol

    Can you strip it down further?

    It has statements in there that calls SaveSettings & RegSetValue. My personal rule, don't allow test projects to write to the registry.

    In addition, you included a compiled DLL. That must be removed from the zip.

    Maybe someone running your project will understand what you mean by arrows don't work, but maybe you can be more explicit?
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  5. #5
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,900

    Re: Arrows in Usercontrol

    We do ask that you don't include compiled code in zips etc posted to the site. We've had people try to spread viruses that way before.

    I've removed your attachment. Please could you remove the dll and reattach it.

    Cheers
    FD
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  6. #6
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    5,647

    Re: Arrows in Usercontrol

    What's the context of arrows not working here?

    I had to do some trickery to get the arrow keys to work in API-created controls on UserControls. Had to set an API timer that called a function with a SetFocus (the API) call.

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