Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,
i am developing a small database on Win CE,one main form will be running and all the forms will be opened by the buttons press present on man form.i want to write a function that will be running even when another from is opened.
Posted
Updated 9-Feb-10 20:24pm
v2

1 solution

You may always call a method of a hidden form, provided that
  • The method is public.
  • you have a reference to the hidden form.
 
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