Click here to Skip to main content
15,914,416 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error send email? Pin
Aaron Eldreth17-Jun-04 4:16
Aaron Eldreth17-Jun-04 4:16 
Generalput icon Context Menu on File selection Pin
skoizumi2911016-Jun-04 12:59
sussskoizumi2911016-Jun-04 12:59 
GeneralRe: put icon Context Menu on File selection Pin
tramdtt16-Jun-04 14:38
tramdtt16-Jun-04 14:38 
GeneralRe: put icon Context Menu on File selection Pin
vancouver77716-Jun-04 14:40
vancouver77716-Jun-04 14:40 
GeneralRe: put icon Context Menu on File selection Pin
tramdtt16-Jun-04 15:55
tramdtt16-Jun-04 15:55 
GeneralRe: put icon Context Menu on File selection Pin
shinay16-Jun-04 19:22
shinay16-Jun-04 19:22 
GeneralRe: put icon Context Menu on File selection Pin
tramdtt16-Jun-04 20:43
tramdtt16-Jun-04 20:43 
GeneralRe: put icon Context Menu on File selection Pin
grigri17-Jun-04 1:07
grigri17-Jun-04 1:07 
"Static" menu extensions like you are adding through the registry (under the "shell") subkey don't allow icons. At all. If you want to add a menu item with an icon, you need to write a COM shell extension (context menu handler) which implements IContextMenu. Then you can add items to the supplied HMENU. You can use SetMenuItemBitmaps() to add an icon, but it won't be pretty [like the winzip ones]. If you want a really nice full-colour icon you have to implement IContextMenu2 in your shell extension, add an owner-draw item and draw it yourself.

Hope this helps
grigri
GeneralRTF control Pin
PaleyX16-Jun-04 12:57
PaleyX16-Jun-04 12:57 
GeneralRe: RTF control Pin
Dave Kreskowiak17-Jun-04 3:18
mveDave Kreskowiak17-Jun-04 3:18 
GeneralRe: RTF control Pin
PaleyX17-Jun-04 4:07
PaleyX17-Jun-04 4:07 
Generalcustom metadata editor in ArcCatalog Pin
abhishk2001@yahoo.com16-Jun-04 11:56
abhishk2001@yahoo.com16-Jun-04 11:56 
GeneralAttention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Xiangyang Liu 刘向阳16-Jun-04 8:41
Xiangyang Liu 刘向阳16-Jun-04 8:41 
GeneralRe: Attention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Dave Kreskowiak16-Jun-04 9:09
mveDave Kreskowiak16-Jun-04 9:09 
GeneralRe: Attention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Xiangyang Liu 刘向阳16-Jun-04 22:18
Xiangyang Liu 刘向阳16-Jun-04 22:18 
GeneralRe: Attention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Dave Kreskowiak17-Jun-04 3:04
mveDave Kreskowiak17-Jun-04 3:04 
GeneralRe: Attention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Xiangyang Liu 刘向阳17-Jun-04 4:23
Xiangyang Liu 刘向阳17-Jun-04 4:23 
GeneralConverting from standalone to LAN Pin
nbhairav12316-Jun-04 5:05
nbhairav12316-Jun-04 5:05 
GeneralRe: Converting from standalone to LAN Pin
Dave Kreskowiak16-Jun-04 5:24
mveDave Kreskowiak16-Jun-04 5:24 
GeneralRe: Converting from standalone to LAN Pin
sanjaysagrawal17-Jun-04 0:30
sanjaysagrawal17-Jun-04 0:30 
Generalclass constructor Pin
ymohd_22216-Jun-04 2:35
ymohd_22216-Jun-04 2:35 
GeneralRe: class constructor Pin
Dave Kreskowiak16-Jun-04 3:19
mveDave Kreskowiak16-Jun-04 3:19 
GeneralPrinting a bitmap Pin
Robert Gronenthal16-Jun-04 2:12
Robert Gronenthal16-Jun-04 2:12 
GeneralRe: Printing a bitmap Pin
Dave Kreskowiak16-Jun-04 3:36
mveDave Kreskowiak16-Jun-04 3:36 
GeneralRe: Printing a bitmap Pin
Robert Gronenthal16-Jun-04 8:12
Robert Gronenthal16-Jun-04 8:12 

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.