How to include a DialogBox in a C#.Net at design time.
-
Hello All, I need to include a Dialog Box (Visual C++.Net or VC++6 style ) in a Visual C#.Net application at deign time but by default it is Form that is included and you can include by going to Add item. Please suggest. Thanks and Regards. Amar.
-
Hello All, I need to include a Dialog Box (Visual C++.Net or VC++6 style ) in a Visual C#.Net application at deign time but by default it is Form that is included and you can include by going to Add item. Please suggest. Thanks and Regards. Amar.
Do you want to include Dialog box which are created in VC++ ? Is it anything like MFC COM (ActiveX) controls ?
-
Do you want to include Dialog box which are created in VC++ ? Is it anything like MFC COM (ActiveX) controls ?
No, May it be created in C# and generated by the wizard as C# Form is. Hope this clarifies. Thanks.