Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
GeneralRe: Setting environment variables from installer? Pin
mikechambers21-Jun-03 14:55
mikechambers21-Jun-03 14:55 
GeneralRe: Setting environment variables from installer? Pin
J. Dunlap21-Jun-03 16:45
J. Dunlap21-Jun-03 16:45 
GeneralRe: Setting environment variables from installer? Pin
mikechambers21-Jun-03 18:10
mikechambers21-Jun-03 18:10 
AnswerRe: Setting environment variables from installer? Pin
jlb1-Jul-03 14:27
jlb1-Jul-03 14:27 
GeneralRe: Setting environment variables from installer? Pin
mikechambers1-Jul-03 15:26
mikechambers1-Jul-03 15:26 
Generalvideo overlay screen grab Pin
grv57521-Jun-03 4:38
grv57521-Jun-03 4:38 
Generalsending meeting request Pin
jbreiding21-Jun-03 2:09
jbreiding21-Jun-03 2:09 
GeneralObjectOutputStream. (Java vs C#) Pin
Uploader21-Jun-03 1:58
Uploader21-Jun-03 1:58 
GeneralRe: ObjectOutputStream. (Java vs C#) Pin
leppie21-Jun-03 4:27
leppie21-Jun-03 4:27 
GeneralRe: ObjectOutputStream. (Java vs C#) Pin
Uploader21-Jun-03 8:04
Uploader21-Jun-03 8:04 
GeneralGUI for desktop application Pin
abdelaal198221-Jun-03 1:35
abdelaal198221-Jun-03 1:35 
GeneralRe: GUI for desktop application Pin
Burt Harris21-Jun-03 12:40
Burt Harris21-Jun-03 12:40 
Questionretrieving from a html table in a form and inserting into a database? Pin
Asim N.21-Jun-03 0:14
Asim N.21-Jun-03 0:14 
GeneralRSA File Encryption Pin
yccheok20-Jun-03 23:25
yccheok20-Jun-03 23:25 
GeneralRe: RSA File Encryption Pin
Burt Harris21-Jun-03 12:23
Burt Harris21-Jun-03 12:23 
General"out keyword" in COM interop Pin
slnarasimhan20-Jun-03 21:56
slnarasimhan20-Jun-03 21:56 
GeneralRe: "out keyword" in COM interop Pin
Burt Harris21-Jun-03 12:14
Burt Harris21-Jun-03 12:14 
GeneralRe: "out keyword" in COM interop Pin
slnarasimhan22-Jun-03 18:03
slnarasimhan22-Jun-03 18:03 
Generalmatrix algebra Pin
Anonymous20-Jun-03 14:17
Anonymous20-Jun-03 14:17 
GeneralRe: matrix algebra Pin
Jim Stewart20-Jun-03 15:36
Jim Stewart20-Jun-03 15:36 
GeneralControls question Pin
Mike Osbahr20-Jun-03 12:44
Mike Osbahr20-Jun-03 12:44 
GeneralRe: Controls question Pin
A.Wegierski22-Jun-03 22:15
A.Wegierski22-Jun-03 22:15 
GeneralVs.Net Add-in Pin
Tomas Petricek20-Jun-03 12:40
Tomas Petricek20-Jun-03 12:40 
Hi,
I'm trying to write visual studio add-in.
I want to have toolbar with my own icons so I use this:
commands.AddNamedCommand(addInInstance,"MyCmd","MyCmd","Decription",true,1,ref cntG,(int)vsCommandStatus.vsCommandStatusSupported+(int)vsCommandStatus.vsCommandStatusEnabled);
But this code throws NullReferenceException Frown | :(

I added SatelliteDLLName and SatelliteDLLPath keys to registry.
File SatelliteDLLPath\SatelliteDLLName exists and it contains bitmap 16x16 with number 1.

I've done exactlyUnsure | :~ same thing before and it works, but now it doesn't.

<edit>
I created new project with new satellite dll and now it throws: COMException: Unspecified error
</edit>

Thank you for any help Cry | :((

i'm only pointer to myself
GeneralRe: Vs.Net Add-in Pin
Tomas Petricek20-Jun-03 13:29
Tomas Petricek20-Jun-03 13:29 
Generalimagelist Pin
jphuphilly20-Jun-03 12:01
jphuphilly20-Jun-03 12:01 

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.