Click here to Skip to main content
16,006,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb screen flicker problem Pin
Thomas Stockwell17-Dec-06 4:40
professionalThomas Stockwell17-Dec-06 4:40 
GeneralRe: vb screen flicker problem Pin
zafar117-Dec-06 21:00
zafar117-Dec-06 21:00 
GeneralRe: vb screen flicker problem Pin
gisTimmy19-Dec-06 3:40
gisTimmy19-Dec-06 3:40 
Question"How Can I create a Commanbar Popup in word?" Pin
Orchid8517-Dec-06 3:28
Orchid8517-Dec-06 3:28 
Questionproblem with custom controls Pin
Smithers-Jones17-Dec-06 3:04
Smithers-Jones17-Dec-06 3:04 
AnswerRe: problem with custom controls Pin
Polymorpher17-Dec-06 19:01
Polymorpher17-Dec-06 19:01 
GeneralRe: problem with custom controls Pin
Smithers-Jones19-Dec-06 6:15
Smithers-Jones19-Dec-06 6:15 
QuestionVSTO Adding commandbar Pin
infra2k417-Dec-06 1:31
infra2k417-Dec-06 1:31 
Hi, I've been trying to add abutton to the outlook commandbar and have a problem with the following code

Dim commandBar As Office.CommandBar
Dim firstButton As Office.CommandBarButton
Dim secondButton As Office.CommandBarButton
Private Sub AddToolbar()

Try
commandBar = Globals.ThisAddIn.commandBar
Catch ex As ArgumentException
End Try
If commandBar Is Nothing Then
* commandBar = Globals.ThisAddIn.commandBar.Controls.Add_(Office.MsoControlType.msoControlButton, 1)
End If
It generates an error on the line with a * saying "Object reference not set to an instance of an object." Any ideas why?
AnswerRe: VSTO Adding commandbar Pin
Polymorpher17-Dec-06 18:56
Polymorpher17-Dec-06 18:56 
GeneralRe: VSTO Adding commandbar Pin
infra2k417-Dec-06 23:35
infra2k417-Dec-06 23:35 
GeneralRe: VSTO Adding commandbar Pin
Polymorpher18-Dec-06 13:27
Polymorpher18-Dec-06 13:27 
QuestionAssembly and VB.Net Pin
Polymorpher16-Dec-06 22:54
Polymorpher16-Dec-06 22:54 
AnswerRe: Assembly and VB.Net Pin
Dave Kreskowiak17-Dec-06 6:33
mveDave Kreskowiak17-Dec-06 6:33 
GeneralRe: Assembly and VB.Net Pin
Polymorpher17-Dec-06 18:47
Polymorpher17-Dec-06 18:47 
QuestionHow can I debug Office Com Addin Project? Pin
Orchid8516-Dec-06 21:48
Orchid8516-Dec-06 21:48 
AnswerRe: How can I debug Office Com Addin Project? Pin
Dave Kreskowiak17-Dec-06 6:25
mveDave Kreskowiak17-Dec-06 6:25 
QuestionAdjust speaker balance [modified] Pin
Polymorpher16-Dec-06 17:22
Polymorpher16-Dec-06 17:22 
AnswerRe: Adjust speaker balance Pin
MatrixCoder16-Dec-06 19:52
MatrixCoder16-Dec-06 19:52 
GeneralRe: Adjust speaker balance Pin
Polymorpher16-Dec-06 19:54
Polymorpher16-Dec-06 19:54 
GeneralRe: Adjust speaker balance Pin
Polymorpher17-Dec-06 18:50
Polymorpher17-Dec-06 18:50 
QuestionCenter Group box on form load Pin
hkinser916-Dec-06 17:01
hkinser916-Dec-06 17:01 
AnswerRe: Center Group box on form load Pin
Are Jay16-Dec-06 17:44
Are Jay16-Dec-06 17:44 
GeneralRe: Center Group box on form load Pin
hkinser916-Dec-06 17:53
hkinser916-Dec-06 17:53 
GeneralRe: Center Group box on form load Pin
The ANZAC16-Dec-06 21:54
The ANZAC16-Dec-06 21:54 
GeneralRe: Center Group box on form load Pin
Are Jay17-Dec-06 20:19
Are Jay17-Dec-06 20:19 

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.