dear all
its seems simple question but something went wrong when i try this
i have a class library project within this class i have 2 classes
1) winform class that inherits form (frmMSMQ) - that contains textbox1, textbox2 andApply button- during this form constructor i set 2 default values to the textboxes
2) class MSMQ
i wonder how can i show the frmMSMQ form from MSMQ class - and when i press on apply button - i want to read the textboxes values (the user can change the default values in the textboxes)
in shortage i have form and class - how can i read values from textboxes in the form within class running after clicking Apply button on the form
Thanks alot