Click here to Skip to main content
15,891,316 members
Home / Discussions / C#
   

C#

 
QuestionCreate/Fill Datatable Pin
tadhg8829-Jun-07 3:23
tadhg8829-Jun-07 3:23 
AnswerRe: Create/Fill Datatable Pin
Not Active29-Jun-07 3:27
mentorNot Active29-Jun-07 3:27 
GeneralRe: Create/Fill Datatable Pin
tadhg8829-Jun-07 3:45
tadhg8829-Jun-07 3:45 
QuestionMSMQ Send Error Pin
ramdil29-Jun-07 2:46
ramdil29-Jun-07 2:46 
AnswerRe: MSMQ Send Error Pin
originSH29-Jun-07 3:05
originSH29-Jun-07 3:05 
GeneralRe: MSMQ Send Error Pin
ramdil29-Jun-07 3:43
ramdil29-Jun-07 3:43 
Questionplace program icon into desktop toolbox Pin
iman_kh29-Jun-07 2:12
iman_kh29-Jun-07 2:12 
AnswerRe: place program icon into desktop toolbox Pin
giddy_guitarist29-Jun-07 3:45
giddy_guitarist29-Jun-07 3:45 
hi ,

I'm not entirely sure what you mean by Desktop **toolbox!?

If you mean the Visual Studio toolbox you need to add the ToolBoxBitmap attribute over the class:

[System.Drawing.ToolboxBitmap("c:\\stop.bmp")]
class MyStopControl
{
}

If you mean the StartMenu , then check out deployment in .NET (search google)

Gideon
GeneralRe: place program icon into desktop toolbox Pin
iman_kh29-Jun-07 5:06
iman_kh29-Jun-07 5:06 
QuestionNothing and null Pin
Brendan Vogt29-Jun-07 2:08
Brendan Vogt29-Jun-07 2:08 
AnswerRe: Nothing and null Pin
Christian Graus29-Jun-07 2:11
protectorChristian Graus29-Jun-07 2:11 
GeneralRe: Nothing and null Pin
Brendan Vogt29-Jun-07 2:16
Brendan Vogt29-Jun-07 2:16 
GeneralRe: Nothing and null Pin
Vikram A Punathambekar29-Jun-07 2:20
Vikram A Punathambekar29-Jun-07 2:20 
GeneralRe: Nothing and null Pin
Luc Pattyn29-Jun-07 2:41
sitebuilderLuc Pattyn29-Jun-07 2:41 
GeneralRe: Nothing and null Pin
Urs Enzler29-Jun-07 11:18
Urs Enzler29-Jun-07 11:18 
GeneralRe: Nothing and null Pin
Vasudevan Deepak Kumar29-Jun-07 3:01
Vasudevan Deepak Kumar29-Jun-07 3:01 
GeneralRe: Nothing and null Pin
Not Active29-Jun-07 3:07
mentorNot Active29-Jun-07 3:07 
GeneralRe: Nothing and null [modified] Pin
Not Active29-Jun-07 2:27
mentorNot Active29-Jun-07 2:27 
JokeRe: Nothing and null Pin
Not Active29-Jun-07 2:29
mentorNot Active29-Jun-07 2:29 
GeneralRe: Nothing and null Pin
Vasudevan Deepak Kumar29-Jun-07 3:02
Vasudevan Deepak Kumar29-Jun-07 3:02 
GeneralRe: Nothing and null Pin
Sathesh Sakthivel29-Jun-07 3:34
Sathesh Sakthivel29-Jun-07 3:34 
AnswerRe: Nothing and null Pin
Kevin McFarlane29-Jun-07 8:49
Kevin McFarlane29-Jun-07 8:49 
AnswerRe: Nothing and null Pin
Dave Doknjas29-Jun-07 14:01
Dave Doknjas29-Jun-07 14:01 
QuestionImageMagick in c#? Pin
$uresh $hanmugam29-Jun-07 2:07
$uresh $hanmugam29-Jun-07 2:07 
AnswerRe: ImageMagick in c#? Pin
Christian Graus29-Jun-07 2:10
protectorChristian Graus29-Jun-07 2: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.