people,
I'm new with VB.NET and i'd like to know what my design-options are in visual studio architect edition. I read about 'HTML designer', a tool which would enable you to design HTML-code by dragging and dropping.
i found tools>options>HTML designer> where i can set whether to open my HTML-files in HTML or design-mode.
In design mode, when i drag a (for example) a label to the HTML-file it adds something like this to my code...
<OBJECT CLASSID= "clsid456464643543166464......"
</OBJECT>
If i make the whole page like this my code won't be very readable... also i thought i could see my page building up while i'm dragging and dropping, but i only see the code...(unless i view it in my browser)
Should the HTML designer enable me to build my pages like i built my forms when i was programming in VB? Could anyone help me on my way?
thx
Tim




Reply With Quote