Click here to Skip to main content
15,923,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to make a custom event on
my dataentry form when i click on save
button it will riase a event like datasaved and
then update the secondforms listview

first form is data entry form (event riser)

second form is datalist form(event reciver)
Posted

1 solution

I allways feel sorry about people still have to work with VB6 legacy code.

Take a look here Declaring and Raising Events in Visual Basic 6[^]

If you are creating a new app, then consider using another language like C#.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900