Posted on March 9th, 2004 by Jeff
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 [...]
Comments Off
Filed under: News
Posted on March 8th, 2004 by Jeff
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 [...]
1 Comment »
Filed under: News
Posted on March 4th, 2004 by Jeff
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. [...]
2 Comments »
Filed under: News
Posted on March 4th, 2004 by Jeff
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….
Comments Off
Filed under: News
Posted on March 3rd, 2004 by Jeff
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 [...]
Comments Off
Filed under: News