Resource View

For some reason, my resources (dialogs, menus, etc...) are not showing up in the resource view. Any ideas?
Mike B
[122 byte] By [MikeB] at [2007-11-20 11:02:17]
# 1 Re: Resource View
you mean resource view as in what you get when you click Resources.resx
if so then only icons and such are stored there dialogs and such dont

to get dialog for a c# file you right click it and choose view designer
of cause only if the file have a gui
Rudegar at 2007-11-9 11:36:08 >
# 2 Re: Resource View
unlike mfc, .net doesn't have a "resource editor" where you design your dialogs and stuff. now, each window (called a control in .net) has a visual designer that looks and plays like the resource editor. when you add a "form" item it will place the .cs file under your project. when you double click on it, it shows the form in a resource view style designer where you can place menu's other controls and what not on.
MadHatter at 2007-11-9 11:37:10 >