Hi,
My current project is Managed Extensibility Framework, its up and running as a test fornow and i can import no problem the interfaces are good, but i have a problem with how can i present a ui with an imported dll.
lets say i have a dll that needs a path, i dont want to clutter my main program with an infinite number of textboxes etc to cater for any of my dll's, i would like them to have there own mini forms, is that possible.
i know i could use dialogs and inputboxes or even create a form on the main program that keeps certain settings like usual save paths, places to check for loading files etc but i thought it would benice for each dll to have its own.
thanks
My current project is Managed Extensibility Framework, its up and running as a test fornow and i can import no problem the interfaces are good, but i have a problem with how can i present a ui with an imported dll.
lets say i have a dll that needs a path, i dont want to clutter my main program with an infinite number of textboxes etc to cater for any of my dll's, i would like them to have there own mini forms, is that possible.
i know i could use dialogs and inputboxes or even create a form on the main program that keeps certain settings like usual save paths, places to check for loading files etc but i thought it would benice for each dll to have its own.
thanks