Click here to Skip to main content
15,883,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Shockwave Object in VB.NET 2005 form Pin
hrishiS26-Jul-09 18:18
hrishiS26-Jul-09 18:18 
GeneralRe: Shockwave Object in VB.NET 2005 form Pin
Dave Kreskowiak27-Jul-09 0:46
mveDave Kreskowiak27-Jul-09 0:46 
QuestionOutlook Addin Instance Creation problem... Pin
dcdhingra21-Jul-09 1:05
dcdhingra21-Jul-09 1:05 
AnswerRe: Outlook Addin Instance Creation problem... Pin
Jay Royall21-Jul-09 1:19
Jay Royall21-Jul-09 1:19 
GeneralRe: Outlook Addin Instance Creation problem... Pin
dcdhingra21-Jul-09 3:24
dcdhingra21-Jul-09 3:24 
GeneralRe: Outlook Addin Instance Creation problem... Pin
Jay Royall21-Jul-09 3:50
Jay Royall21-Jul-09 3:50 
GeneralRe: Outlook Addin Instance Creation problem... Pin
dcdhingra21-Jul-09 5:03
dcdhingra21-Jul-09 5:03 
GeneralRe: Outlook Addin Instance Creation problem... Pin
Jay Royall21-Jul-09 5:23
Jay Royall21-Jul-09 5:23 
Ah ok. I may be well off the mark here and maybe someone can correct me if so, but you can't call an interface's method directly as it doesn't contain an implementation of that method, only a signature. Therefore, you need to use an object that implements that interface and call the 'Add' method of that object. (A quick Google searched showed that Microsoft.Office.Interop.Outlook.CategoriesClass implements the Categories interface, maybe that is where you should be looking).

Sorry I can't be of more help but I haven't really used the Office Interop assemblies much.
GeneralRe: Outlook Addin Instance Creation problem... Pin
dcdhingra21-Jul-09 5:32
dcdhingra21-Jul-09 5:32 
GeneralRe: Outlook Addin Instance Creation problem... Pin
dcdhingra23-Jul-09 20:45
dcdhingra23-Jul-09 20:45 
Questionhow to convert ascii to hexa using vb? Pin
jellybeansss20-Jul-09 23:59
jellybeansss20-Jul-09 23:59 
AnswerRe: how to convert ascii to hexa using vb? Pin
Luc Pattyn21-Jul-09 2:22
sitebuilderLuc Pattyn21-Jul-09 2:22 
AnswerRe: how to convert ascii to hexa using vb? Pin
Gideon Engelberth21-Jul-09 3:24
Gideon Engelberth21-Jul-09 3:24 
Questioncode conversion Pin
MA Awan20-Jul-09 23:55
MA Awan20-Jul-09 23:55 
AnswerRe: code conversion Pin
0x3c021-Jul-09 0:12
0x3c021-Jul-09 0:12 
GeneralRe: code conversion Pin
Gideon Engelberth21-Jul-09 3:29
Gideon Engelberth21-Jul-09 3:29 
GeneralRe: code conversion Pin
MA Awan21-Jul-09 16:55
MA Awan21-Jul-09 16:55 
GeneralRe: code conversion Pin
MA Awan21-Jul-09 18:39
MA Awan21-Jul-09 18:39 
Questionhow to insert Apostrophe or Single Quote key access DB through dynamic string? Pin
JC.KaNNaN20-Jul-09 20:58
JC.KaNNaN20-Jul-09 20:58 
AnswerRe: how to insert Apostrophe or Single Quote key access DB through dynamic string? Pin
Christian Graus20-Jul-09 21:55
protectorChristian Graus20-Jul-09 21:55 
QuestionSending SMS Through VB 6 Pin
jayachandra.c20-Jul-09 20:47
jayachandra.c20-Jul-09 20:47 
AnswerRe: Sending SMS Through VB 6 Pin
Christian Graus20-Jul-09 21:54
protectorChristian Graus20-Jul-09 21:54 
QuestionCould not Focus Cell In DataGridView Pin
rhtbhegade20-Jul-09 20:38
rhtbhegade20-Jul-09 20:38 
AnswerRe: Uppercase in datagridview cell Pin
Sreyas M N12-Nov-09 18:49
Sreyas M N12-Nov-09 18:49 
AnswerRe: Could not Focus Cell In DataGridView Pin
Sreyas M N12-Nov-09 19:17
Sreyas M N12-Nov-09 19:17 

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.