Great !!! You too have a great X'Mas ...:) Regards, Girish
G
GirishKB
@GirishKB
Posts
-
System::Windows::Forms Namespace ?? -
System::Windows::Forms Namespace ??Hi Pete, I am not sure whether you got my query correctly. Try this , Right click on the Project and Choose References. Then Add reference to "System.Windows.Forms.dll". Try to compile your code after you have added this line using namespace System::Windows::Forms; Compile and check if it works. If this does not work, then please post your code snippet.. Thanks & Regards, Girish K
-
Semi-Complicated Databinding IssueCan you publish your code snippet. That will help in better understanding of your problem .:)
-
System::Windows::Forms Namespace ??Have you added a reference to the "System.Windows.Forms.dll" ? If not, reference this dll in your project and then try compiling the code. Hope this might help you. Girish K