Trying to list modules in Excel files with VB6
Sun, 13 Jul 2008 15:14:04 -0700
My objective is to read a list of excel files and list the VBA modules in each.
I am running an example I found at
http://www.vbaexpress.com/kb/getarticle.php?kb_id=398
The statement below defines an object I believed is provided by the VB6
add-in
for Component Services which my Add-In manager shows to b ...
|
Re: Removing keybinding in VSX
Thu, 10 Jul 2008 09:52:28 -0700 (PDT)
Hi All,
How do I remove a keybinding for a particular command from Visual
Studio 2008? I tried the following but it does not work:
Commands cmds = DTE.Commands;
Command cmd = cmds..Item ("Window.PreviousTab", -1);
object[] bindings = new object[1];
bindings[0] = "";
//This does not work
cmd.Bindings = bi ...
|
Problems dropping controls after updating web.config programmatica
Tue, 8 Jul 2008 13:06:00 -0700
I have a strange issue to ask about. We have a product that contains
packages, wizards, and UI components. We've run into an issue when
performing the following steps:
1. Create a new ASP.NET website.
2. Switch to Design view in the open .aspx page.
3. Run a wizard of ours that adds a reference to an asse ...
|
DSL - How to highlight CompartmentShape items?
Mon, 7 Jul 2008 03:07:04 -0700
Hi there,
does anyone know if there is a way to highlight an item you can find unter
Compartments of a CompartmentShape.
The item should be highlighted if the related StateConnector is clicked.
Does anyone have a solution for this?
Thanks in advance
Michael ...
|
How to determine if TextPoint is in a collapsed section of code
Thu, 3 Jul 2008 07:54:01 -0700
Given a TextPoint object, I would like to determine if the code block that
the point is within is expanded or collapsed. Basically I want the visible
code in the window (which I can get), minus the collapsed sections.
Thanks ...
|
configuring dataset in data dource - error message
Thu, 3 Jul 2008 02:39:00 -0700
When I click the configuring dataset button in data source I get the
following error message:
"Could not load type
'Microsoft.VisualStudio.DataDesign.SyncDesign.SyncDesigner.SyncFacade.SyncManager'
from assembly 'Microsoft.VisualStudio.DataDesign.SyncDesigner.DslPackage,
Version=9.0.0.0, Culture=neutral, Pu ...
|
DSL and Collection Editors????
Thu, 3 Jul 2008 02:27:01 -0700
Hi all,
I have come across an interesting feature when serializing lists of
objects....It seems my DSL can only load the list when I Clean and Build and
not when I just Build...... Please find steps below to reproduce the issue...
It's VS2008 but not sure what level of patching/service packing has taken
p ...
|
|
|
VCCodeVariable
Wed, 2 Jul 2008 12:00:22 +0200
Hello NG,
I started to learn the basics of the C++ code model and am stuck with most
VCCode* interfaces, especially VCCodeVariable. According to the MSDN, the
following code should display all variables of the current solution:
Sub GetAllVars()
Dim vcCM As VCCodeModel
Dim vcVar As VCCodeVariable
...
|
VS2005 Language service in VS2008
Tue, 1 Jul 2008 11:25:00 -0700
I have developed a language service for VS2005. I try to use it in VS2008.
Everything is fine. I can create a new project, type in some code, compile
it and run it.
I can add a C# project to my solution and everything is still fine.
But, as soon as I add a reference from the project written in my language
...
|
No more guessing who putts first! Best golf gift!
Wed, 18 Jun 2008 09:02:16 -0500
Number 1 golf measuring device.<o:p> </O:P> http://www.proxometer.com The fastest, most accurate way to determine who is closest to the pin.<o:p> </O:P> http://www.proxometer.com A great training tool on the putting green<o:p> </O:P> http://www.proxometer.com Automated Statistical Device<o:p> </O:P> ...
|