Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / C++
Article

Useful VC6 Macros for quick Google Groups lookup

Rate me:
Please Sign up or sign in to vote.
4.55/5 (4 votes)
8 Jan 20021 min read 51.4K   15   4
Useful VC6 Macros for quick Google Groups lookup.

Introduction

I frequently need access to Usenet for programming assistance. I can't even count the times when some solution posted in Usenet has saved me time and frustration, or when a solution was proposed better than the one I had in mind. I do most of my work in MSVC6, and have found these two tool macros to be very helpful in doing quick lookups. They take advantage of the $(CurText) field macro that expands to whatever word is under the cursor, or whatever text is selected. Most of you are probably familiar with VC6 customizable tools (Tools|Customize|Tools Tab). Add the following two macros, (not the text in the "[]"):

The first searches all of Usenet, the second searches all newsgroups containing "vc" which are mostly all the VC6/MFC related groups. You can add more group filters if you wish. E.g.:

[Arguments] http://groups.google.com/groups?q=$(CurText)+group:*vc*+OR+group:*win32*.

Notes.

The [Command:] entry may need modification based on the location of iexplore.exe on your PC.

If Google changes the URL parameters of their Usenet groups lookup facility, this technique could break.

Hope this is useful.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Brit living in USA
C++ Windows/Unix developer

Comments and Discussions

 
GeneralEffective MSDN Lookup Pin
Fabio Fornaro22-Jun-04 5:11
Fabio Fornaro22-Jun-04 5:11 
GeneralMSDN lookup Pin
Member 49903622-Apr-04 14:00
Member 49903622-Apr-04 14:00 
GeneralCodeProject Search Pin
User 2694219-Jul-02 0:18
professionalUser 2694219-Jul-02 0:18 
GeneralBad boy Pin
Thomas Freudenberg9-Jan-02 16:16
Thomas Freudenberg9-Jan-02 16:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.