Can VS 6.0's Addin source code work in VS 2005 without modify?
Tue, 30 May 2006 17:05:05 +0800
as title ...
|
Update of the available toolbars during file Edit
Mon, 29 May 2006 07:26:02 -0700
Hi,
In my implemented custom editor, there are different states, that need
different toolbar components. After such a state change, when I need to
update the contents of the toolbars I do a IVsWindowFrame->SetGuidProperty(
SFPROPID_CmdUIGuid, guidNewCmdUI ) and if this was succesfull, then I do a
Window ...
|
CodeElement and CodeElement2
Sat, 27 May 2006 13:56:21 +0100
What's the difference?
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_envdte/html/T_EnvDTE_CodeElement.htm
The examples in
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_extcore80/html/T_EnvDTE80_CodeElement2.htm
do not mention CodeElement2.
Thanks
SamP
...
|
Where can I get samples of VS 6.0 Add-in about CodeModel?
Thu, 25 May 2006 16:24:51 +0800
Where can I get samples of VS 6.0 Add-in about CodeModel? ...
|
Package Load Key Not Working
Wed, 24 May 2006 18:31:02 -0700
I've got a package load key that is not working correctly (this is actually
the third one i've tried).
I recieve this error in my log when I try to run VS Exp w/ NoVISP.
------------------
<entry>
<record>77</record>
<time>2006/05/24 20:58:10.510</time>
<type>Warning</type>
<source>Micr ...
|
Format Document
Tue, 23 May 2006 18:53:36 +0200
I created a template wizard which creates a standard class. now i want to
execute the command in order the format the document (in order to get the
default tabs and so on).
but i don't know where to look for the method in order to execute the
command. do anybody know a solution?
...
|
Earn up to 1000 $ per month only for reading your Mails!!!!!!!!
Tue, 23 May 2006 16:10:54 +0200
...
|
|
|
Reset individual file build setting
Mon, 22 May 2006 04:42:01 -0700
I have an VS.NET 2003 add-in for C++ where I want to temporarily change a
build setting for a cpp file, compile the file, then change the setting back
to what it was.
The process is basically like this:
1] Get_Active_Document
2] Get_VCFile_For_Active_Document
3] Find_Active_File_Configuration_For_VCFil ...
|
Select Camera on WM5
Mon, 22 May 2006 00:34:01 -0700
Hi,
I have a 3G WM5 devices with 2 cameras, which the brand is i-mate. I would
like to know how can I select the active camera via programming interfaces
when doing video recording?
Thx ...
|
Javascript debugger
Sun, 21 May 2006 07:16:01 -0700
In VS.Php for Visual Studio 2003, we could debug JavaScript and Php scripts
within the same debug session. Even if you had JS and PHP in the same file.
It all work fine. When we port this functionality to 2005, it no longer
works. There is not much documentation for us to figure out what extra steps
in 200 ...
|