More impressions of the new Whidbey build#

Nice: now you get a task-switch window if you press CTRL-TAB to switch between your windows too (a bit like ALT-TAB in Windows itself) with the available windows and the active tools (like the Solution Explorer).

It seems they have already fixed the minor F2 usability bug. How thoughtful :-) "Make" is still there though, although they moved it into the "Build" menu. Not good enough, and certainly not as long as CTRL-SHIFT-B doesn't 'Make' by default. Can't seem to assign another shortcut to it either, apparently...

The removed all WinBar stuff in this build (office style toolbar), I wasn't too fond of the implementation yet but why they ripped it out altogether...? Ah well, it'll be back I guess, they've been marketing it already so there's no way back.

Ah the DataGridView (formerly known as GridView) is already looking much better. It's like the ASP.NET DataGrid we all got to know and love ;-) Sorting, header resizing, flexible column types, extensive support for formatting and templates, now in a Windows Forms environment. Cool!

The StatusBar control has been replaced by a StatusStrip, which now finally supports a ProgressBar. It will probably support more things later on too (like buttons and such). Well it's a start but I'd rather see it able to support any type of control. (I wrote a class once that could handle that actually...)

Hey another code generator (the "Strongly Typed Resource Builder") has entered the building! Resource files are now backed by typed classes so you can go form.Text = AppWideResources.ApplicationTitle if you have a resource key called "ApplicationTitle" in an AppWideResources.resx file. The resource editor has also undergone a remake (thank God, because quite frankly: it sucked): now you can add images, icons, audio, files, ... from the IDE. Pretty nice! Sorry for Lutz Roeder's Resourcer though ;-)

Damn. The WebBrowser component seems broken in this build: I get a COM error :-( Uhm yeah what else, I really didn't expect it all to be managed code by now ;-)

And in general, the Windows Forms designer is really messing with my head. It keeps messing up the generated code and it just seems a lot less stable than the PDC build. Well can't have it all I guess...

Wednesday, February 25, 2004 9:27:37 AM (Romance Standard Time, UTC+01:00)
Hey just a few details here on the missing "WinBar" control:

WinBar was renamed ToolStrip.

StatusStrip is just a fancy ToolStrip - it can host any ToolStripItem - just defaults to a few that look good. You can host arbitrary controls via ToolStripControlHost.
jfo
Comments are closed.
All content © 2012, Jelle Druyts
On this page

Recent Photos
www.flickr.com
This is a Flickr badge showing public photos from Jelle Druyts. Make your own badge here.
Advertising
Top Picks
Statistics
Total Posts: 350
This Year: 0
This Month: 0
This Week: 0
Comments: 530
Archives
Sitemap
Disclaimer
This is my personal website, not my boss', not my mother's, and certainly not the pope's. My personal opinions may be irrelevant, inaccurate, boring or even plain wrong, I'm sorry if that makes you feel uncomfortable. But then again, you don't have to read them, I just hope you'll find something interesting here now and then. I'll certainly do my best. But if you don't like it, go read the pope's blog. I'm sure it's fascinating.

Powered by:
newtelligence dasBlog 2.0.7226.0

Sign In