Click here to Skip to main content
15,885,546 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Shockwave Object in VB.NET 2005 form Pin
Dave Kreskowiak21-Jul-09 4:33
mveDave Kreskowiak21-Jul-09 4:33 
GeneralRe: Shockwave Object in VB.NET 2005 form Pin
hrishiS21-Jul-09 18:35
hrishiS21-Jul-09 18:35 
GeneralRe: Shockwave Object in VB.NET 2005 form Pin
Dave Kreskowiak22-Jul-09 15:18
mveDave Kreskowiak22-Jul-09 15:18 
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 
Thanks for quick response Liqz.

Can u give me sample source code.

my code is below

Dim category_Color_Obj As Outlook.OlCategoryColor = OlCategoryColor.olCategoryColorDarkGreen

Dim category_Key_Obj As Outlook.OlCategoryShortcutKey = OlCategoryShortcutKey.olCategoryShortcutKeyNone


Dim Name As String = "DC Category"
Dim Color As Object = category_Color_Obj
Dim ShortcutKey As Object = category_Key_Obj
Dim returnValue As Category


Try
Dim instance As Categories
returnValue = instance.Add(Name, Color, ShortcutKey)
catch
msgbox "error..."
endtry

Here returnValue is showing with green line. so error is comming.

regard
dc
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 
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 

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.