Sharing forms with full framework

  • Thread starter Thread starter Alexander Muylaert
  • Start date Start date
A

Alexander Muylaert

Hi

How can I share a form with the full framework?
I can compile but sometimes I'm experiencing troubles with the resx file.

It is a very simple form. 2 editboxes, 2 radiobuttons, ok cancel and some
labels.

kind regards

Alexander
 
Sharing UI between small devices and desktop is possible but not advisable
(the resx formats are incompatible)... I suggest you make the app
retargetable or share the rest of the code via dlls and keep the UI as two
separate thin projects. Whidbey will make this easier with partial classes.

Cheers
Daniel
 
Back
Top