Results 1 to 22 of 22

Thread: [VB6] Adding Custom Tasks and Items to the Jump List (Taskbar Right-click)

Threaded View

  1. #11

    Thread Starter
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,654

    Re: [VB6] Adding Custom Tasks and Items to the Jump List (Taskbar Right-click)

    Ugh so it might be my fault

    Other Win10 users: Please can you report Version, Language, and whether the custom category group works?
    First need to see if this is a problem for only specific versions/locales

    Also, tried changing the / to - and using different strings? Maybe it's getting tripped up there.

    Edit: One more thought, grab the result of AppendCategory. It's declared as a function already in the tlb.
    Code:
    Dim hr As Long
    hr = pCDL.AppendCategory(StrPtr("My Category"), ByVal ObjPtr(pCat))
    Debug.Print "hr=0x" & Hex$(hr)
    Last edited by fafalone; Sep 9th, 2019 at 03:09 PM.

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