Help to find Visual Studio addin - cmd.exe console wrapper.
Sun, 4 Nov 2007 18:00:42 +0200
Hi!
Help to find Visual Studio addin - cmd.exe console wrapper.
--
http://www.alvas.net - Audio tools for C# and VB.Net developers
...
|
StatusBar animation not work on initial project load
Sat, 3 Nov 2007 15:53:00 -0700
I'm trying to get the statusbar animation to work from OnAfterOpenSolution
event, but it doesn't work on the initial solution load when Visual Studio is
started. If I load a solution after Visual Studio 2005 comes up it works.
Anyone have any idea on what is going on? ...
|
VS.Net 2003 AddIn - Refresh DataSet Designer
Tue, 30 Oct 2007 15:28:30 -0700
I wrote an AddIn that modifies the contents of the XSX file that is
generated by the DataSet generator and am trying to figure out how to
refresh the DataSet so it updates the design-time view (designer) of the
Dataset. Currently, I am closing and reopening the DataSet (in the AddIn)
which changes the tab-o ...
|
IVsSccControlNewSolution methods not getting called on create web
Thu, 25 Oct 2007 10:23:01 -0700
The methods of the IVsSccControlNewSolution are not getting called when
creating a new web site, though they are called when creating a new project
Is this an oversite on Microsoft's part? Intended behavior? Is there
another interface I need to implement so that I can add an "Add To Source
Control" check ...
|
Making MyTollbar
Mon, 22 Oct 2007 16:37:26 -0300
Hello people...
I'm Trying to make my own Toolbar in a AddIn Project in VS 2005...
I'm creating the commands and the CommandBarButtons. I Add this buttons in
My ToolBar but they are not visible
This is my code...
Dim commands As Commands2 = CType(_applicationObject.Commands, Commands2)
Dim oMyCommandB ...
|
ho do custom vspakcage generate binaries?
Mon, 22 Oct 2007 00:16:05 -0700
Hi
I want to create a package in which user edit some xml file,the result
should be a single executable
in which the xml is embedded as a a resource and some code process the
xml
I am missing the steps of generating the actual binary.
Thanks in advance
...
|
Re: Custom linker
Thu, 18 Oct 2007 14:45:37 -0600
Probably the easiest way is to replace the MS .exe with your own ... Is it
named link.exe?
You can add a system path to point to your and then you can call the MS
version.
Also, the with MSbuild steps there is a pre/post build tasks for custom
work. Do a search on custom build tasks for MSbuild.
-arni ...
|
|
|
adding menu item to web form context menu
Wed, 17 Oct 2007 01:48:42 -0700
hi all, i"m building some VS 2005 add-ins and have the following problem
i"ve been tring to get the command bar related to a .aspx without any luck.
is it possibale (i've read some where that Html editor can't be overriden)?
i have no problem adding menu item to .Htm editor, yet i cant seem to get the right ...
|
thread safe?
Sat, 13 Oct 2007 01:06:54 -0000
are the DTE interfaces like TextWindow and TextSelection thread safe?
I just wrote code that runs in a background thread in my VS add-in.
Every few seconds the thread is coded to wake up and call methods on
the TextSelection and TextWindow interface. The code worked. Every 2
seconds the background thread wake ...
|
VSSDK Assist October 2007 CTP is out
Thu, 11 Oct 2007 03:36:33 -0000
The VSSDK Assist October 2007 CTP is out and available for download.
Features:
·Visual Studio 2008 Beta 2 and Visual Studio 2008 SDK August 2007 CTP
support
RANU support
VSCT code generation
·Visual Basic support
New Visual Basic solution and project templates
New Visual Basic Code snippets
C ...
|