How to access a form contained in a separate folder in c#
hi.
i am developing MIS application in c#, i managed my forms in separte folders e.g (Hostel,students,transport ) these are all folder names in which the corresponding forms are present. but when i want to access the forms by code they are not accessible(visible) TO CODE. so how to access them???
regards.