say i have form 1 with a method SHOWME() and i want to call this method from form 2 (seperate window) cant his be done?

Recommended Answers

All 2 Replies

form2.showme()

Though it seems that classes of different forms do not see each other. It may be more reasonable to create some additional class in AppCode and put method showme() there.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.