Click here to Skip to main content
15,911,360 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Block Application Pin
SamRST2-Oct-07 23:50
SamRST2-Oct-07 23:50 
QuestionHow detect IE activity like open, close, and navigate Pin
J. Pan2-Oct-07 1:30
J. Pan2-Oct-07 1:30 
AnswerRe: How detect IE activity like open, close, and navigate Pin
Christian Graus2-Oct-07 2:05
protectorChristian Graus2-Oct-07 2:05 
GeneralRe: How detect IE activity like open, close, and navigate Pin
GuyThiebaut2-Oct-07 5:35
professionalGuyThiebaut2-Oct-07 5:35 
GeneralRe: How detect IE activity like open, close, and navigate Pin
Christian Graus2-Oct-07 10:52
protectorChristian Graus2-Oct-07 10:52 
QuestionBack up Pin
naal_1234562-Oct-07 1:08
naal_1234562-Oct-07 1:08 
AnswerRe: Back up Pin
SamRST2-Oct-07 1:32
SamRST2-Oct-07 1:32 
QuestionAdd-in in VS 2005 does not correctly destroy itself when unloading studio Pin
vj20202-Oct-07 1:06
vj20202-Oct-07 1:06 
Hi,

I have developed an Add-In for VS 2005 using VB.NET. I use the following code to add commandbar to the toolbar of the Studio.

cbrCmdBar = CType(_applicationObject.Commands.AddCommandBar(strCBarName, vsCommandBarType.vsCommandBarTypeToolbar), CommandBar)

Now I have following 2 questions:
1. The toolbar I created as part of add-in is floating rather than being part of the existing toolbar of the Studio IDE.

2. My Addin toolbar has 5 buttons. It works ok when the first time I open Studio. When I close Studio and re-open, I find that one more instance of my add-in gets created. The first toolbar (due to the first instance of IDE) does not show any buttons and the second toolbar has all buttons. This way if I close and re-open the Studio, say 10 times, I get 10 instances of my add-in toolbar. Of these 10, only one has my 5 buttons and the rest all instances are without buttons. It seems that when the IDE is closed, my add-in toolbar is not getting destroyed.

Any reason for this behaviour?
AnswerRe: Add-in in VS 2005 does not correctly destroy itself when unloading studio Pin
Dave Kreskowiak2-Oct-07 8:01
mveDave Kreskowiak2-Oct-07 8:01 
GeneralRe: Add-in in VS 2005 does not correctly destroy itself when unloading studio Pin
vj20202-Oct-07 18:28
vj20202-Oct-07 18:28 
GeneralRe: Add-in in VS 2005 does not correctly destroy itself when unloading studio Pin
Dave Kreskowiak3-Oct-07 3:14
mveDave Kreskowiak3-Oct-07 3:14 
QuestionHow can i introducing credentials proxy in a WebBrowser control ? Pin
dosmilcero1-Oct-07 22:27
dosmilcero1-Oct-07 22:27 
AnswerRe: How can i introducing credentials proxy in a WebBrowser control ? Pin
Dave Kreskowiak2-Oct-07 7:51
mveDave Kreskowiak2-Oct-07 7:51 
QuestionHow can i execute code at run time ? Pin
nimolZero1-Oct-07 21:41
nimolZero1-Oct-07 21:41 
AnswerRe: How can i execute code at run time ? Pin
pmarfleet2-Oct-07 1:56
pmarfleet2-Oct-07 1:56 
AnswerRe: How can i execute code at run time ? Pin
Dave Kreskowiak2-Oct-07 7:43
mveDave Kreskowiak2-Oct-07 7:43 
Questionhow to convert from multiple columns to single columns using vb.net Pin
bsguru1-Oct-07 20:55
bsguru1-Oct-07 20:55 
Questionhow to remove the word table every page using vb.net Pin
bsguru1-Oct-07 20:26
bsguru1-Oct-07 20:26 
AnswerRe: how to remove the word table every page using vb.net Pin
Christian Graus1-Oct-07 22:41
protectorChristian Graus1-Oct-07 22:41 
QuestionWorking with the taskbar Pin
The ANZAC1-Oct-07 20:12
The ANZAC1-Oct-07 20:12 
AnswerRe: Working with the taskbar Pin
Dave Kreskowiak2-Oct-07 1:48
mveDave Kreskowiak2-Oct-07 1:48 
GeneralRe: Working with the taskbar Pin
The ANZAC2-Oct-07 2:05
The ANZAC2-Oct-07 2:05 
Questionvalidation Pin
GOWSI121-Oct-07 19:57
GOWSI121-Oct-07 19:57 
AnswerRe: validation Pin
pmarfleet1-Oct-07 22:06
pmarfleet1-Oct-07 22:06 
AnswerRe: validation Pin
Vimalsoft(Pty) Ltd1-Oct-07 22:10
professionalVimalsoft(Pty) Ltd1-Oct-07 22:10 

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.