Visual studio UI
-
Hi all, I'd like to develop a new app. with the look of the Visual studio UI, I mean something between windows form and html embedded... Any link would be appreciate. thank you in advance-
Everything depends on what your app is going to do. I haven't been able to find any link anywhere to teach you how to duplicate the look and feel of the VS Interface. You'll have to do it using the standard controls modified to give the look of VS UI controls. Probably, some will take just a couple of setting changes, and some you'll have to do extensive work on to get what you want. RageInTheMachine9532
-
Everything depends on what your app is going to do. I haven't been able to find any link anywhere to teach you how to duplicate the look and feel of the VS Interface. You'll have to do it using the standard controls modified to give the look of VS UI controls. Probably, some will take just a couple of setting changes, and some you'll have to do extensive work on to get what you want. RageInTheMachine9532
-
Thanks for your comments, I heard something about a Microsoft webbrowser control; have you ever tested it within a windows form?
It's actually Internet Explorer. You can place it on the form and configure the control to not show menu bars, tool bars, address bar, basically turn anything on or off. Experiment with to see what I mean. But all you have to do is give it the URL you want to display or just the filename if it's a local page on disk. RageInTheMachine9532