I'm posting this there is a relationship with my previous post
http://www.vbforums.com/showthread.p...ighlight=group

I have two projects, namely:
1. Project1 (Windows Application)
2. Project2 (Class Library)

in Project2 there are several classes:
* frmLogin.vb
* frmCustomer.vb
* clsGlobals.vb

in my case, I want to frmLogin.vb and frmCustomer.vb not called in Project1 and I can only call is clsGlobals.vb

how for this case?

thank you