|
-
Jul 8th, 2008, 11:11 AM
#1
Thread Starter
Fanatic Member
[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
-
Jul 8th, 2008, 12:38 PM
#2
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jul 8th, 2008, 10:25 PM
#3
Thread Starter
Fanatic Member
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
-
Jul 8th, 2008, 10:31 PM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|