Results 1 to 4 of 4

Thread: Shortcut Keys/Hotkeys

  1. #1
    New Member
    Join Date
    Aug 12
    Posts
    2

    Shortcut Keys/Hotkeys

    Hi

    I would like to know how could i code hotkeys/Shortcut keys in a VB.net web application,
    I have seen tutorials on it but all are for windows forms and not web apps

    So i have a table in my web app , and i want the user when he hits the enter button or the add button (+) on the keyboard it should add a new record to the table

    i have the code to add the record to my table i just need to know how to create the hotkeys/shortcuts keys function

    Please Help

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 02
    Posts
    21,658

    Re: Shortcut Keys/Hotkeys

    "in a VB.net web application," -- then you're in the wrong location... this should be in the ASP.NET section... I'll ask a mod to move it for you.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    *Proof positive that searching the forums does work: View Thread *
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
    * Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN

  3. #3
    New Member
    Join Date
    Aug 12
    Posts
    2

    Re: Shortcut Keys/Hotkeys

    thanks

  4. #4
    Super Moderator Joacim Andersson's Avatar
    Join Date
    Jan 99
    Location
    Sweden
    Posts
    13,440

    Re: Shortcut Keys/Hotkeys

    Thread moved to the ASP.Net forum
    Joacim Andersson
    Microsoft MVP, MCSD, MCSE, Sun Certified Java Programmer
    If anyone's answer has helped you, please show your appreciation by rating that answer.
    I'd rather run ScriptBrix...
    Joacim's view on stuff.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •