| Thread | Last Post | Replies |
|
| AboutBoxIcon, how do I change? | 02 Feb 2005 18:57 GMT | 4 |
When you go through the wizard to create an add-in for VS.Net, you get the option of including an AboutBoxIcon, and it says that you can chanfe it later. I have located the area in the registry where this is stored. I just want some info about updating it.
|
| How do I get the list of Build Errors/syntax errors from the task list? | 01 Feb 2005 16:53 GMT | 1 |
I would like to get the list of build errors/syntax errors from the task list. My add-in is a vb compiler that shells to vbc.exe and I'd like to know the syntax errors before I shell to vbc. Any help is appreciated.
|
| How do I create a custom designer? | 01 Feb 2005 16:52 GMT | 1 |
What I want to do is create a custom designer for a file type that I have created for my add-in. Ultimately the file is a text file, but I want to give my users some GUI so they don't have to try and get the formatting right.
|
| How do I flash the Build window? | 01 Feb 2005 15:18 GMT | 1 |
I have a reference to the Build Window (OutputWindow) and the pane of the build window that I want to write to (OutputWindowPane). I read in another post that to flash the window (like you do when you build a project/solution), you have to set the AutoHides property on the Parent of
|
| Create a custom project type | 01 Feb 2005 01:23 GMT | 1 |
I want to create a new project type to build (precompiled) Regex (.NET)assembies. I've written the occasional vs.net add-in but dont remember comming accross any info on how to build your own type of project. I would like to be able to
|