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

Search:

Type: Posts; User: briankel

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    73,067

    Re: Small things that make a difference

    @dglienna,

    That's really great feedback. I'd suggest filing that at http://connect.microsoft.com/visualstudio so we can make sure that's on the backlog.

    Brian
  2. Replies
    1
    Views
    28,734

    Re: Visual Studio Standard and Service Templates

    This is a tradeoff based on market research of the type of person who usually buys the Standard SKU. I wasn't on the team that made that decision but I know that our research showed us that this type...
  3. Replies
    3
    Views
    35,301

    Re: c++ and fortran

    I haven't written a line of Fortran in my life :-) and we don't do anything special in Visual Studio to enable this. But a Bing search reveals a few things that might help:...
  4. Re: Support for printing images in tif/jpeg format

    As far as I know you need to first display them on the page that the user is viewing, and then you need to invoke window.print().

    For a good example of the latter, see:...
  5. Replies
    17
    Views
    73,067

    Re: Small things that make a difference

    We'd love to hear from you about what we need to add to Visual Studio moving forward to give you that great experience you're after. The best way to do this is to take 5 minutes and file a...
  6. Replies
    2
    Views
    35,287

    Re: Welcome to the Microsoft Experts!

    Joex,

    This is pretty easy, you can just invoke Process.Start and feed it the executable you want. E.g.

    System.Diagnostics.Process.Start("CMD.exe IExplore.exe");

    There are no changes (that...
  7. Replies
    5
    Views
    36,548

    Poll: Re: Poll - Are you using Visual Studio 2010 yet?

    @dglienna, you should get the Visual Studio 2010 Power Tools we just released. You'll love what it does for Add New Reference (among other cool features). See...
  8. Replies
    4
    Views
    37,452

    Re: Project Natal / Kinect

    Of course, the technical answer to your question - can you target it from Visual Studio projects - is yes, since the Xbox Development Kit (XDK) integrates with Visual Studio and that's what...
  9. Replies
    5
    Views
    51,371

    Sticky: Re: Welcome to the Microsoft Experts!

    Hi there!

    In the interest of recycling bits, here's a link to my up-to-date bio: http://blogs.msdn.com/b/briankel/about.aspx

    It's great to be here!

    Brian Keller
    Sr. Technical Evangelist,...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured