Click here to Skip to main content
15,919,434 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton23-Dec-06 19:03
Jeffrey Walton23-Dec-06 19:03 
GeneralRe: IHTMLLocation, hr = 0x80040154 Pin
Jeffrey Walton24-Dec-06 8:22
Jeffrey Walton24-Dec-06 8:22 
QuestionAdding events in Automation server Pin
User 21559715-Dec-06 1:18
User 21559715-Dec-06 1:18 
QuestionIContextMenu2 and Menu Icon Pin
Jeffrey Walton13-Dec-06 23:22
Jeffrey Walton13-Dec-06 23:22 
QuestionContext Menu Handler and InsertMenu Pin
Jeffrey Walton13-Dec-06 19:02
Jeffrey Walton13-Dec-06 19:02 
AnswerRe: Context Menu Handler and InsertMenu Pin
Michael Dunn13-Dec-06 19:51
sitebuilderMichael Dunn13-Dec-06 19:51 
GeneralRe: Context Menu Handler and InsertMenu Pin
Jeffrey Walton13-Dec-06 23:00
Jeffrey Walton13-Dec-06 23:00 
GeneralRe: Context Menu Handler and InsertMenu Pin
Jeffrey Walton13-Dec-06 23:06
Jeffrey Walton13-Dec-06 23:06 
> ContextMenuHandlers keys have similar names...
That was it: in the *.rgs files:

VerifyHash -> CtxVerifyHash
CreateHash -> CtxCreateHash

They are grouped together, partioned by separator bars. Below is for the benefit of others following your articles

Jeff

HKCR
{
  NoRemove CLSID
  {
    ForceRemove {7E745006-XXXX-XXXX-XXXX-E24D4133439C} = s 'CtxVerifyHash Class'
    {
      InprocServer32 = s '%MODULE%'
      {
        val ThreadingModel = s 'Apartment'
      }
    }
  }

  NoRemove *
  {
    NoRemove ShellEx
    {
      NoRemove ContextMenuHandlers
      {
        ForceRemove CtxVerifyHash = s '{7E745006-XXXX-XXXX-XXXX-E24D4133439C}'
      }
    }
  }
}

QuestionSimple ATL problem! Pin
alicqin13-Dec-06 14:03
alicqin13-Dec-06 14:03 
AnswerRe: Simple ATL problem! Pin
prasad_som13-Dec-06 18:18
prasad_som13-Dec-06 18:18 
GeneralRe: Simple ATL problem! Pin
alicqin14-Dec-06 16:35
alicqin14-Dec-06 16:35 
AnswerRe: Simple ATL problem! Pin
User 21559714-Dec-06 3:31
User 21559714-Dec-06 3:31 
GeneralRe: Simple ATL problem! Pin
alicqin14-Dec-06 16:36
alicqin14-Dec-06 16:36 
AnswerRe: Simple ATL problem! Pin
alicqin14-Dec-06 16:34
alicqin14-Dec-06 16:34 
QuestionSelect all accelerator for edit controls Pin
blueluna13-Dec-06 2:18
blueluna13-Dec-06 2:18 
AnswerRe: Select all accelerator for edit controls Pin
Steve Echols13-Dec-06 18:54
Steve Echols13-Dec-06 18:54 
QuestionHow to remove horizontal scroll bar in list control? Pin
Pradeep.Reddy12-Dec-06 23:06
Pradeep.Reddy12-Dec-06 23:06 
GeneralRe: How to remove horizontal scroll bar in list control? Pin
Pradeep.Reddy21-Dec-06 1:33
Pradeep.Reddy21-Dec-06 1:33 
QuestionRead the contents of a file Pin
Anil_vvs12-Dec-06 17:41
Anil_vvs12-Dec-06 17:41 
AnswerRe: Read the contents of a file Pin
Stephen Hewitt12-Dec-06 18:26
Stephen Hewitt12-Dec-06 18:26 
GeneralRe: Read the contents of a file Pin
Anil_vvs12-Dec-06 18:35
Anil_vvs12-Dec-06 18:35 
GeneralRe: Read the contents of a file Pin
led mike12-Dec-06 18:40
led mike12-Dec-06 18:40 
GeneralRe: Read the contents of a file Pin
Stephen Hewitt12-Dec-06 18:42
Stephen Hewitt12-Dec-06 18:42 
QuestionAbout ATL call back event ! Pin
alicqin12-Dec-06 14:35
alicqin12-Dec-06 14:35 
QuestionDrag & Drop for menuitems Pin
benjamin2312-Dec-06 2:28
benjamin2312-Dec-06 2:28 

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.