CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: amardos

Search: Search took 0.03 seconds.

  1. Re: VBA - Identifying Project Properties in VS2008

    Scratch that, just had some good luck. Late-bound properties are a pain when you're not familiar with the language.

    My For loop now reads:

    For Each proj in DTE.CSharpProjects
    result &=...
  2. Re: VBA - Identifying Project Properties in VS2008

    Thanks for the link, and believe me when I say I've been reading any relevant articles I can find on the MSDN for the last couple of days.

    I understand - or least I think I understand - the theory...
  3. Re: VBA - Identifying Project Properties in VS2008

    Right now that is pretty much the entire macro. Full copy below:

    Imports System
    Imports EnvDTE
    Imports EnvDTE80
    Imports EnvDTE90
    Imports System.Diagnostics

    Public Module Module1
  4. VBA - Identifying Project Properties in VS2008

    Hi all,

    Hoping someone can help me (and that I've put this in the right place), my VBA skills are fairly limited. I'm trying to write a macro in Visual Studio 2008 that will return the Default...
  5. Re: Update namespace properties at runtime/compiletime

    A few more details that I missed in the first post:

    Using Visual Studio 2008
    .NET 3.5
    Working on a big solution file with many child C# Code Library projects
  6. Update namespace properties at runtime/compiletime

    Hi all,

    Trying to work through a problem and haven't been able to find any help on the web, so hoping that one of the gurus here may have an idea.

    I'm working on an application that has a...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured