Hi, I'm using C#2005, framework 2.0;
I cant find dialogform, or microsoft.web.management references
Does anybody know where and why its not included
Thanks,
William
Hi, I'm using C#2005, framework 2.0;
I cant find dialogform, or microsoft.web.management references
Does anybody know where and why its not included
Thanks,
William
Where is DialogForm?
Avi_harush
Hi,
Microsoft.Web.Management.Client.Win32.DialogForm is part of .Net 3.0 according to msdn.
http://msdn2.microsoft.com/en-us/library/microsoft.web.management.client.win32.dialogform.aspx
Charles
Donald Sechrest
Thanks for the reply,
Its in windows form. I'm referring to a lesson in exam 70-526 chapter14 lesson3 "Creating Extended Controls and dialog boxes"
DialogForm aDialog=new DialogForm();
but there is no dialogform. Is there a way to add a reference to it
Thanks again, really appreciate it!
vbhatia