Hi
Has anybody got any simple examples of how to create a DLL that can be
called by Visual Basic that can also display a form? Can be MFC if necessary
Thanks
Ben
2. Accessing managed forms form unmanaged dll
Is thera a way to access a managed form from unmanaged dll?? Like, if I want to modify the Text property of a label... []s...
3. Windows Form to dll - CSharp/C#
Is there any way to look into a compiled dll and find the forms associated and then locate properties of the form?
6. MDI forms and Dlls (visual C++ 2005)
I will loose it very soon! I have one mdi parent and two mdi childs, the parent and the childs are in different dlls ( = three dlls) I can load the childs and view them from the parent and even manage them from there, BUT I can't get the child to communicate with eachother! What I need is e.g. childA to react on an event and send informaton to childB. Can anyone, please, post a link to a tutorial on this matter, I would be most grateful!
7. Forms in DLL
8. accessing extern varible form a dll
I want to excess a variable in my code which is declared extern in the .dll, without making any changes to the *.dll.