DHTML control in windows.forms?
-
I learned in some articles here describing using DHTML new feature in MFC7. Will it be possible to use such a control in windows forms (not web form)? I hope it will ease the maintainment of the user interface, and maybe provide a way that user can custom his favourite dialog. and another question is there in any corner of visual studio .net that two columns list control which studio used to edit properties provided? does microsoft kind enough to provide us a such powerful control? I wanna use it to set some object's properties in my form.
-
I learned in some articles here describing using DHTML new feature in MFC7. Will it be possible to use such a control in windows forms (not web form)? I hope it will ease the maintainment of the user interface, and maybe provide a way that user can custom his favourite dialog. and another question is there in any corner of visual studio .net that two columns list control which studio used to edit properties provided? does microsoft kind enough to provide us a such powerful control? I wanna use it to set some object's properties in my form.
Chen, Fu wrote: Will it be possible to use such a control in windows forms (not web form)? You'll have to look at using hosting the web browser control on your form to use anything with DHTML. I'm not sure if it supports DHTML by default or if you have to do some coding to add that functionality. Chen, Fu wrote: and another question is there in any corner of visual studio .net that two columns list control which studio used to edit properties provided? does microsoft kind enough to provide us a such powerful control? I wanna use it to set some object's properties in my form. Look for the PropertyGrid, right click on the toolbox and choose "customize toolbox" then goto the .NET Framework Controls tab, you should find the PropertyGrid there. James Sonork ID: 100.11138 - Hasaki "Smile your little smile, take some tea with me awhile. And every day we'll turn another page. Behind our glass we'll sit and look at our ever-open book, One brown mouse sitting in a cage." "One Brown Mouse" from Heavy Horses, Jethro Tull 1978
-
Chen, Fu wrote: Will it be possible to use such a control in windows forms (not web form)? You'll have to look at using hosting the web browser control on your form to use anything with DHTML. I'm not sure if it supports DHTML by default or if you have to do some coding to add that functionality. Chen, Fu wrote: and another question is there in any corner of visual studio .net that two columns list control which studio used to edit properties provided? does microsoft kind enough to provide us a such powerful control? I wanna use it to set some object's properties in my form. Look for the PropertyGrid, right click on the toolbox and choose "customize toolbox" then goto the .NET Framework Controls tab, you should find the PropertyGrid there. James Sonork ID: 100.11138 - Hasaki "Smile your little smile, take some tea with me awhile. And every day we'll turn another page. Behind our glass we'll sit and look at our ever-open book, One brown mouse sitting in a cage." "One Brown Mouse" from Heavy Horses, Jethro Tull 1978