My new article - Word addins
-
I'm writing a tutorial on creating Word2000 addins using VC++/ATL. In it I'm also discussing the VBA side of Word. It is almost written though I have to edit it a bit. Anyone else here planning to write something similar, let me know.:)
Hush,hush... thought I heard you call my name now. Kula Shaker. Amit Dey Latest articles at CP -
PocketPC New menu Office addin -
I'm writing a tutorial on creating Word2000 addins using VC++/ATL. In it I'm also discussing the VBA side of Word. It is almost written though I have to edit it a bit. Anyone else here planning to write something similar, let me know.:)
Hush,hush... thought I heard you call my name now. Kula Shaker. Amit Dey Latest articles at CP -
PocketPC New menu Office addinI've been writing Word Addin's for the past 2 years. Send me the article when it's ready and I'll review it. Cheers, -Erik ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ My thoughts are my own and reflect on no other.
-
I've been writing Word Addin's for the past 2 years. Send me the article when it's ready and I'll review it. Cheers, -Erik ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ My thoughts are my own and reflect on no other.
Hi, Sorry! I should have probably posted earlier that my article has been published here. But let me also ask you this. How do I create an Outlook's New button style'd button? If you notice, clicking on the button performs an action while clicking on the downward arrow displays a menu. I cannot ever create a CommandBarControl without styles = 10(popup) or 2(button). It looks like there are two buttons wedged together, and that makes sense. One is a CommandBarButton while the other is a CommandBarPopup that are very close to each other. I can get a 'separator' with setting BeginGroup property and handling each objects click event would make it possible to do 2 different things. But visually I can never quite get it cool enough. :confused: :)
Hush,hush... thought I heard you call my name now. Kula Shaker. Amit Dey Latest articles at CP -
PocketPC New menu Office addin