active questions tagged visualstudio2008 - Stack Overflowmost recent 30 from stackoverflow.com2010-03-21T17:37:17Zhttp://stackoverflow.com/feeds/tag/visualstudio2008http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/2484423/can-i-automatically-insert-all-members-of-a-object-somehow-in-visual-studio0Can I automatically insert all members of a object somehow in Visual Studio?joerikshttp://stackoverflow.com/users/2980252010-03-20T19:34:17Z2010-03-20T20:03:38Z
<p>I like to insert all members of a object automatically, so I dont need to type them (or even click them). Ctrl+J gives me the dropdown, but I like them all in code with a default value, </p>
<p>MyObject.Member1=0;</p>
<p>MyObject.Member2="";</p>
<p>MyObject.Member3=0;</p>
<p>Any Add-In or existing shortcut that can help me with that?</p>
<p>/Edit : I like to have the above generated automatically, so that I just need to put each default value there by myself.</p>
http://stackoverflow.com/questions/2466433/different-behavior-between-ie6-and-firefox-for-html-tables0Different behavior between IE6 and Firefox for HTML Tables?YogoZunohttp://stackoverflow.com/users/556862010-03-17T22:42:12Z2010-03-17T22:53:39Z
<p>I'm doing the first bit of web-page development I've done in years, in VS2008, using VB.net. I have a fairly simple layout, which is using several nested tables. IE6 displays the layout just fine, but Firefox for some reason shows the whole thing in a small panel at the top of the page, with a scrollbar. Can anyone suggest something basic I am likely missing?</p>