Autocomplete for hash classes in VC6

Adding autocomplete (or in the MS jargon Intellisense) for the sdk classes  is a very simple thing.
First select all header files (or only the header, they are from interest for you, if you would have autocomplete only for the HCP class , select only HCP.h)  under External References  (the screenshots are from the german VC6 version, I hope it's translated correct)
ac1
Than copy or move this files to the higher level directory . Now it should show like the next picture
ac2
And that was all . Now you have autocomplete also for hash classes
ac3
If you which , you can delete the moved header files, but this is not needed . If you delete them , they would reoccuring under External References and the comments from the header files are not longer displayed as tooltips ,as shown in the above picture.

Return