CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2012
    Posts
    1

    How to do browser integration using c++

    I am developing a download manager and i want to integrate it into firefox, chrome, opera. Is there any way other than using add-ons like flashgot or download assistant

  2. #2
    Join Date
    Mar 2012
    Location
    Australia
    Posts
    5

    Re: How to do browser integration using c++

    If you have other settings you'd like to apply (like normal zz to centre the cursor or updating path for :find, then you can put them in ~/.vim/visualstudioinvoke.vim and add +"runtime visualstudioinvoke.vim" before $(ItemFileName).

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured