Sign in
Craig Skibo's WebLog
Sorry I can't answer the phone right now, I am outside feeding yogurt to the clowns.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Astronomy
Automation
Coding
Cool Sites
CoolWebSite
Pages
PDC
Rant
VSIP
Archive
Archives
November 2007
(1)
September 2007
(2)
June 2007
(2)
May 2007
(1)
March 2007
(1)
February 2007
(1)
January 2007
(1)
June 2006
(1)
January 2006
(3)
December 2005
(2)
November 2005
(4)
October 2005
(3)
September 2005
(2)
August 2005
(3)
July 2005
(1)
November 2004
(3)
October 2004
(3)
July 2004
(4)
June 2004
(7)
May 2004
(10)
April 2004
(3)
March 2004
(4)
February 2004
(1)
January 2004
(8)
December 2003
(7)
November 2003
(3)
October 2003
(9)
September 2003
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Craig Skibo's WebLog
A use for the IntelliPoint software
Posted
over 8 years ago
by
Craig Skibo
3
Comments
Usually I do not install the IntelliPoint software that is in the box when you buy a Microsoft Mouse – unless I have Visual Studio installed on the computer I am using the mouse with. Visual Studio has two buttons to the left of the Start Debugging button...
Craig Skibo's WebLog
VS Content Installer Power Toys
Posted
over 8 years ago
by
Craig Skibo
11
Comments
The first release of the VS Content Installer Power Toys are now available. You will need a recent build of VS (I tested with the August CTP, but the July version may also work) to use these tools. Remember, they are still a beta build, so not everything...
Craig Skibo's WebLog
So much to write about
Posted
over 8 years ago
by
Craig Skibo
4
Comments
OK, I have been really bad in updating this blog over the past few months – the last time was mid-November. So what has been going on? Lots and lots of work. Mostly we have been preparing to ship VS by fixing bugs, smoothing out the wrinkles, making it...
Craig Skibo's WebLog
Toys and Thanksgiving
Posted
over 9 years ago
by
Craig Skibo
3
Comments
So here we are the day after we try our best to gorge ourselves on turkey, stuffing, and many other foods. Hopefully everybody had a good holiday. Today is the traditional start of the shopping spree for the Christmas holiday. Me, I got my shopping done...
Craig Skibo's WebLog
Properties: How they work, why they exist
Posted
over 9 years ago
by
Craig Skibo
2
Comments
From talking with people, it appears that one area of confusion is over the use of the Properties object. How should you use it, how do the contents of this collection get generated, and why does it exist? To start off, there is a Properties object available...
Craig Skibo's WebLog
How many times did you vote?
Posted
over 9 years ago
by
Craig Skibo
5
Comments
OK, this will probably be the only political posting I make, I will keep it non-partisan, but I am not happy. In my non-work life I am quite political, but I will not mention my party affiliation because this really is not the correct forum. Because I...
Craig Skibo's WebLog
Multi-project templates
Posted
over 9 years ago
by
Craig Skibo
10
Comments
I had a comment left on my last post about enterprise templates, and it is a good time to discuss a new feature in our VSTemplate Wizard – Multi-Project Templates. The most common way of using the VSTemplate Wizard is to create a single project or project...
Craig Skibo's WebLog
Exporting and installing
Posted
over 9 years ago
by
Craig Skibo
18
Comments
In my last post, I said that I was hard at work on some new features that you will be able to use in Visual Studio 2005. So what do these features do? Imagine this scenario: You have created a really cool project, for example, a program for managing your...
Craig Skibo's WebLog
I am back
Posted
over 9 years ago
by
Craig Skibo
8
Comments
It has been a while since I last wrote here, but the past couple months have been very busy. So, what have I been up to? After the 8+ years that I have been at Microsoft, I have never taken more that 4 days of vacation in a year. After loosing many, many...
Craig Skibo's WebLog
Why are there two .Addin files?
Posted
over 9 years ago
by
Craig Skibo
1
Comments
The last few days I have been meeting with 3 rd party developers, helping them with their VSIP packages and Add-ins, giving talks, and trying to look helpful. One of the questions that we got has been a center of controversy for a while – why are...
Craig Skibo's WebLog
Remember – Services are singletons
Posted
over 9 years ago
by
Craig Skibo
0
Comments
Within the past week, services have been a big issue on two fronts. First, it was found that some services VS provides would create a new instance every time you called it. Second, in my last post I described a bug where input in one buffer would appear...
Craig Skibo's WebLog
So much to do…
Posted
over 9 years ago
by
Craig Skibo
1
Comments
I have been quite busy lately, I have been taking on many odd jobs designing and creating smaller features that everybody else does not have time to work on, but features that people have been asking for. All of this has been distracting me from my blogging...
Craig Skibo's WebLog
Visual IL
Posted
over 9 years ago
by
Craig Skibo
4
Comments
After a lot of time spent working on my IL editor and IL project, I finally have a workable version ready for you to try out, if you would like. The MSI file that is linked below, includes code for a project and an editor. The project has templates to...
Craig Skibo's WebLog
Stopping the “Click here balloon”
Posted
over 9 years ago
by
Craig Skibo
14
Comments
Visual Studio 2002 and 2003 had the ability to stop a macro from running by double-clicking the small “spinning cassette” in the system tray next to the clock. For example, suppose you had a macro like this: Sub NeverEndingMacro() ...
Craig Skibo's WebLog
Updates: Device Blogger and VSIP in VS 2005
Posted
over 9 years ago
by
Craig Skibo
3
Comments
Last weekend I started playing around with my “Device Blogger” project again – no I have not forgotten about it, just a little busy lately trying to get Beta 1 shipped. I also had a few problems with the project; there were a few bugs...
Craig Skibo's WebLog
Beta 1 and the new Template Wizard
Posted
over 9 years ago
by
Craig Skibo
6
Comments
As you probably know by now from the abundant number of postings on the issue, VS 2005 beta 1 and the Express editions are now available. A few months ago, when we released the PD5 build of VS , the Add-in wizard had a listing of about 8 different applications...
Craig Skibo's WebLog
VB Parser
Posted
over 9 years ago
by
Craig Skibo
3
Comments
When working with users who want to use the code model to parse their files, the first thing they ask for is if they can get into the method bodies to find out what is inside of them. The code model does not allow it because of the complexities of designing...
Craig Skibo's WebLog
DeviceBlogger
Posted
over 9 years ago
by
Craig Skibo
6
Comments
Last night I was sitting in bed watching a little TV, and using my PocketPC to browse the web through my wireless connection in my house. I was also trying to catch up on some of the blogs on MSDN , when I realized that I could easily convert VSBlogger...
Craig Skibo's WebLog
VS Blog Reader Sample, IL Projects, and a New Book
Posted
over 9 years ago
by
Craig Skibo
5
Comments
It has taken me a while, but I finally uploaded the VSBlogger Add-in to a GotDotNet workspace. You can find it under the name VSBlogger. There are a couple known bugs, mainly that it saves its data files to the “C:\msblogger.dat” root directory...
Craig Skibo's WebLog
8 And Counting
Posted
over 9 years ago
by
Craig Skibo
5
Comments
8 years ago today was my first day at Microsoft. That was a busy week, which included graduation from college ( Penn State ), my birthday, flying to Seattle , trying to find an apartment and car , etc. Much has changed since then. Microsoft has grown...
Craig Skibo's WebLog
Upgrading automation code from VS 2003, and building Add-ins in the VS 2005 May Tech Preview
Posted
over 9 years ago
by
Craig Skibo
4
Comments
If you are trying to build Add-ins with the May Tech Preview of VS 2005 (the version we handed out at TechEd), you may run into a few bugs with the code generated by the wizard. There are a few easy workarounds to these bugs to make the wizard work again...
Craig Skibo's WebLog
TechEd Day 4 & 5
Posted
over 9 years ago
by
Craig Skibo
0
Comments
Thursday I did my interview with MSDN TV. I am not sure when it will be posted, but I will let you know. I also wandered around the showroom floor, talking with the exhibitors in the expo hall. While I was walking past one booth (I believe it was for...
Craig Skibo's WebLog
TechEd – Day 3
Posted
over 9 years ago
by
Craig Skibo
1
Comments
Two talks scheduled, two talks completed. We started the day with a “Cabana” session at 8:30am. I really liked this format, and we may do it more often. Ken stood in front of the group, giving demos of third party products, showing off what...
Craig Skibo's WebLog
Keep those troublesome Add-ins from loading
Posted
over 9 years ago
by
Craig Skibo
2
Comments
If you have written more than the basic hello world Add-in, you probably have run into problem where you wrote some bad code (hey, it happens to everyone) and the Add-in was set to load on startup. Then, when you start VS , the bad code (such as using...
Craig Skibo's WebLog
TechEd – Day 1 & 2
Posted
over 9 years ago
by
Craig Skibo
3
Comments
After some initial technical problems, I finally got my internet connection working in my hotel room. A few things I have learned through all my travels: The internet connection almost never works For some unknown reason, my hotel is always next...
Page 2 of 4 (97 items)
1
2
3
4