Wiring up the innards

Writing code’s not that hard. Getting it work correctly isn’t that hard either. What makes things difficult and lowers productivity is change. Visual Studio.NET, as you are probably well aware, is quite a different beast than VS 6.0. Features that we took for granted before, such as ClassWizard, are now gone or integrated into the [...]

It lives, Igor, it lives!

Alright, so that’s probably the one of the most overused blog titles in history (maybe not… google only shows 24 hits) but VisEmacsDotNet — how’s that new name coming, btw? — can send files to Emacs when you invoke the “Send To Emacs” command button. As an added bonus, a new feature of the VS7 [...]

Satellites and Space(s)

Finally! I have custom bitmaps on my toolbar and menu items. I’ve been squinting at my monitor for days trying to solve this and other issues… it turns out the problem was because I had the value of SatelliteDLLPath set to ” [TARGETDIR]“. Did you see the leading space? I didn’t for about a week. [...]

As if by magic

You never know what a little code reorganization will do. A little refactoring here, a little bit of paranoia there and — voila! — there’s the VisEmacs menu in the Tools menu. And here I had given that up for dead. Now if I could only figure out why my satellite dll won’t load….

Toolbars and Menus

I must be some special kinda stoopid. It just *cant* be this hard to add a custom bitmap to a toolbar, right? Can it? From the AddNamedCommand docs: MSOButton Required. Indicates whether the named command’s button picture is an Office picture. True = button. Bitmap Optional. The ID of a bitmap to display on the [...]