Click here to Skip to main content
16,011,680 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralWeb services and events Pin
De Nardis Andrea24-Sep-04 3:29
De Nardis Andrea24-Sep-04 3:29 
GeneralRe: Web services and events Pin
User 21559731-Oct-04 17:18
User 21559731-Oct-04 17:18 
GeneralFlat look to DateTime Control Pin
qur24-Sep-04 1:22
qur24-Sep-04 1:22 
GeneralATL Collection Classes Pin
DeepakSharma22-Sep-04 21:24
DeepakSharma22-Sep-04 21:24 
GeneralRe: ATL Collection Classes Pin
Igor Vigdorchik23-Sep-04 15:17
Igor Vigdorchik23-Sep-04 15:17 
GeneralRe: ATL Collection Classes Pin
DeepakSharma23-Sep-04 20:39
DeepakSharma23-Sep-04 20:39 
GeneralRe: ATL Collection Classes Pin
ThatsAlok29-Oct-04 21:14
ThatsAlok29-Oct-04 21:14 
GeneralAddIns icon don't visble Pin
El'Cachubrey22-Sep-04 4:10
El'Cachubrey22-Sep-04 4:10 
Hello

Please help me with this nasty problem,its appear so easy to solve but i can't.
I try to create an Add-In use standard wizard of VC7(Use C++\ATL property).

One of generated rows from code is:

hr = pCommands->AddNamedCommand(m_pAddInInstance, CComBSTR("MyAddin6"), CComBSTR("MyAddin6"), CComBSTR("Executes the command for MyAddin6"), VARIANT_TRUE, 59, NULL, EnvDTE::vsCommandStatusSupported+EnvDTE::vsCommandStatusEnabled, &pCreatedCommand);

This row add to Tools menu my AddIn when it necessary.Then i simple want to change icon of this AddIn on generic (had IDC_BITMAP1 id).And alter the row on following:

hr = pCommands->AddNamedCommand(m_pAddInInstance, CComBSTR("MyAddin6"), CComBSTR("MyAddin6"), CComBSTR("Executes the command for MyAddin6"), VARIANT_FALSE, IDC_BITMAP1, NULL, EnvDTE::vsCommandStatusSupported+EnvDTE::vsCommandStatusEnabled, &pCreatedCommand);

change VARIANT_TRUE on VARIANT_FALSE and 59 on IDC_BITMAP.
I think it must work bu it didn't.

The menu instead of my picture had nothing.Icon just disappeared.

Please help.
THANK.





GeneralSTL bug? weird ostream&() << "behavior"; Pin
froyd21-Sep-04 4:36
froyd21-Sep-04 4:36 
GeneralRe: STL bug? weird ostream&() << "behavior"; Pin
Michael Dunn22-Sep-04 11:53
sitebuilderMichael Dunn22-Sep-04 11:53 
GeneralCOM and Multiple inheritance Pin
User 21559720-Sep-04 23:22
User 21559720-Sep-04 23:22 
GeneralRe: COM and Multiple inheritance Pin
Jörgen Sigvardsson21-Sep-04 12:46
Jörgen Sigvardsson21-Sep-04 12:46 
GeneralRe: COM and Multiple inheritance Pin
User 21559722-Sep-04 1:34
User 21559722-Sep-04 1:34 
GeneralRe: COM and Multiple inheritance Pin
ThatsAlok29-Oct-04 21:18
ThatsAlok29-Oct-04 21:18 
GeneralRe: COM and Multiple inheritance Pin
Nathan Holt at EMOM29-Sep-04 5:32
Nathan Holt at EMOM29-Sep-04 5:32 
GeneralRe: COM and Multiple inheritance Pin
User 21559730-Sep-04 0:35
User 21559730-Sep-04 0:35 
GeneralRe: COM and Multiple inheritance Pin
Nathan Holt at EMOM30-Sep-04 4:49
Nathan Holt at EMOM30-Sep-04 4:49 
GeneralRe: COM and Multiple inheritance Pin
User 2155971-Oct-04 4:00
User 2155971-Oct-04 4:00 
GeneralBSTR to const char[] Pin
AssemblySoft20-Sep-04 7:10
AssemblySoft20-Sep-04 7:10 
GeneralRe: BSTR to const char[] Pin
Anonymous20-Sep-04 9:19
Anonymous20-Sep-04 9:19 
GeneralRe: BSTR to const char[] Pin
SandeepN20-Sep-04 10:21
SandeepN20-Sep-04 10:21 
GeneralRe: BSTR to const char[] Pin
AssemblySoft20-Sep-04 12:56
AssemblySoft20-Sep-04 12:56 
GeneralRe: BSTR to const char[] Pin
AssemblySoft20-Sep-04 12:56
AssemblySoft20-Sep-04 12:56 
GeneralRe: BSTR to const char[] Pin
Michael Dunn20-Sep-04 10:56
sitebuilderMichael Dunn20-Sep-04 10:56 
GeneralRe: BSTR to const char[] Pin
AssemblySoft20-Sep-04 12:57
AssemblySoft20-Sep-04 12:57 

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.