Click here to Skip to main content
15,884,099 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
General32bit to 8bit PNG conversion? Pin
Paul Watson26-Mar-03 21:06
sitebuilderPaul Watson26-Mar-03 21:06 
GeneralRe: 32bit to 8bit PNG conversion? Pin
Stephane Rodriguez.28-Mar-03 3:18
Stephane Rodriguez.28-Mar-03 3:18 
GeneralRe: 32bit to 8bit PNG conversion? Pin
Paul Watson1-Apr-03 7:23
sitebuilderPaul Watson1-Apr-03 7:23 
QuestionHow old is .net ( C#, ... ) Pin
Maximilien26-Mar-03 7:24
Maximilien26-Mar-03 7:24 
AnswerRe: How old is .net ( C#, ... ) Pin
Stephane Rodriguez.26-Mar-03 8:15
Stephane Rodriguez.26-Mar-03 8:15 
AnswerRe: How old is .net ( C#, ... ) Pin
Michael P Butler1-Apr-03 7:51
Michael P Butler1-Apr-03 7:51 
AnswerRe: How old is .net ( C#, ... ) Pin
Martin Cook24-Apr-03 8:14
professionalMartin Cook24-Apr-03 8:14 
Questiondoes ANYBODY ever written an addin in VS.NET /c++ ???????? Pin
schaereran@gmx.net25-Mar-03 22:59
schaereran@gmx.net25-Mar-03 22:59 
seems, that nobody can help me Cry | :((
i have 3 main problems, i just cant solve, although they sound easy:

1. I cant change the icon of the addin button.(i always have the default button, a smiley)
(sounds like a easy problem,he? TRY IT!!!,change it to a custom icon!)

2. I cant assign a default shortcut, i tried the following but it didnt worked(it compiles, but it does not assign the key)
//in the onconnection method:

SAFEARRAY arrSafe;
arrSafe.fFeatures =FADF_BSTR;
arrSafe.cbElements =35; //maby not necessary
arrSafe.cDims = 1; //maby not necessary

BSTR bstrShortCut =A2BSTR("Global::alt-s");
arrSafe.pvData = bstrShortCut;

VARIANT var1;
var1.vt = VT_ARRAY;
var1.parray = &arrSafe;

pCreatedCommand->put_Bindings(var1);

3. I would like to install my addins(the buttons) by default in a menu next to "Tools" which is called "MyAddins". how can i do this??? (i can manually make a new menu (Tools->customize,etc..) and then install my addin in there automatically (IfFailGoCheck(pCommandBars->get_Item(CComVariant(L"MyAddins"), &pMenuBarCommandBar), pMenuBarCommandBar);
but i cant make this "MyAddins" Menue automatically by code!!


THE FIRST DUDE, WHICH CAN HELP ME IN ANY OF THE 3 ISSUES (ISSUE 2. IS THE EASYEST, I GUESS)
WILL BE NOMINATED FOR THE OFFICAL "ADDIN-MASTER OF THE YEAR AWARD"Cool | :cool:




AnswerRe: does ANYBODY ever written an addin in VS.NET /c++ ???????? Pin
Oleksandr Kucherenko28-Mar-03 4:20
Oleksandr Kucherenko28-Mar-03 4:20 
GeneralDoubt regarding Grid in .NET Pin
shankara_raman25-Mar-03 1:34
shankara_raman25-Mar-03 1:34 
GeneralValidating a xml file Pin
chito24-Mar-03 20:48
chito24-Mar-03 20:48 
GeneralRe: Validating a xml file Pin
Stephane Rodriguez.25-Mar-03 3:15
Stephane Rodriguez.25-Mar-03 3:15 
GeneralRe: Validating a xml file Pin
Paul Watson1-Apr-03 18:17
sitebuilderPaul Watson1-Apr-03 18:17 
GeneralTextBox on Desktop Icons Pin
BennyMac24-Mar-03 11:46
BennyMac24-Mar-03 11:46 
GeneralRe: TextBox on Desktop Icons Pin
Poolbeer24-Mar-03 12:15
Poolbeer24-Mar-03 12:15 
GeneralRe: TextBox on Desktop Icons Pin
BennyMac24-Mar-03 12:32
BennyMac24-Mar-03 12:32 
GeneralRe: TextBox on Desktop Icons Pin
Poolbeer25-Mar-03 6:08
Poolbeer25-Mar-03 6:08 
GeneralRe: TextBox on Desktop Icons Pin
BennyMac25-Mar-03 11:48
BennyMac25-Mar-03 11:48 
GeneralRe: TextBox on Desktop Icons Pin
BennyMac26-Mar-03 11:33
BennyMac26-Mar-03 11:33 
GeneralRe: TextBox on Desktop Icons Pin
Oleksandr Kucherenko28-Mar-03 4:26
Oleksandr Kucherenko28-Mar-03 4:26 
General.Net Compact Framework and JPG Pin
Braulio Dez24-Mar-03 3:20
Braulio Dez24-Mar-03 3:20 
GeneralRegistering a Pluggable Protocol (New) for IE Pin
Vasudevan Deepak Kumar23-Mar-03 18:55
Vasudevan Deepak Kumar23-Mar-03 18:55 
GeneralRe: Registering a Pluggable Protocol (New) for IE Pin
Stephane Rodriguez.24-Mar-03 8:38
Stephane Rodriguez.24-Mar-03 8:38 
GeneralWindows Installer Pin
Sergiu21-Mar-03 4:11
Sergiu21-Mar-03 4:11 
Generalproblem in dateTimePicker.ShowUpDown Pin
Member 28818920-Mar-03 22:06
Member 28818920-Mar-03 22:06 

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.