Using Forms in Dlls projects
I made a dll with a Form in the header folder..
But how do i check like if(CheckBox->Checked) { etc.. } in the Source File ..I dont know how to use the form in like main.cpp (Source File Folder) to check textboxes, checkboxed etc..?...Hope u understand , thanks...