Results 1 to 4 of 4

Thread: [2005] Is there any option to record application events in vb.net

  1. #1

    Thread Starter
    Fanatic Member karthikeyan's Avatar
    Join Date
    Oct 2005
    Location
    inside .net
    Posts
    919

    [2005] Is there any option to record application events in vb.net

    hi,

    i have a query that in excel we can start record macros and what ever we do in excel book it will write macro automatically until we stop record macro. is there any option in vb.net to record form events at runtime as like excel.
    for example i have three buttons and two textboxes.one is record and another stop and another one is submit in my vb.net form.

    so after running my application if i click the record button and i will fill some values in the textboxes and i click the submit button i need to record what ever i did after clicking the record button.is this possible? if means please show me some sample if there.. please
    Loving dotnet

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [2005] Is there any option to record application events in vb.net

    Tools > Macros > Record Temporary Macros
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Fanatic Member karthikeyan's Avatar
    Join Date
    Oct 2005
    Location
    inside .net
    Posts
    919

    Re: [2005] Is there any option to record application events in vb.net

    dear RobDog,

    thanks for the reply. i don't want to use inbuild option. i just want to code for this. is this possible to do? is there any example for this how to code for the starter please
    Loving dotnet

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Is there any option to record application events in vb.net

    You want to write the code so go ahead and write the code. You already know how to handle events in WinForms. You simply do that and then save some information somewhere for each one. What information you save, where you save it and in what format is completely up to you. There's nothing inherent in the language that's going to do it for you. The language will notify you when an event occurs and offers you numerous ways to save data. How you put them together is up to you.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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