Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
AnswerRe: rename file Pin
Pete O'Hanlon1-Apr-09 10:14
mvePete O'Hanlon1-Apr-09 10:14 
AnswerRe: rename file Pin
Giorgi Dalakishvili1-Apr-09 10:18
mentorGiorgi Dalakishvili1-Apr-09 10:18 
AnswerRe: rename file Pin
Henry Minute1-Apr-09 10:24
Henry Minute1-Apr-09 10:24 
QuestionExtracting an embedded resource file issue. Pin
astroudjr1-Apr-09 9:18
astroudjr1-Apr-09 9:18 
AnswerRe: Extracting an embedded resource file issue. Pin
Giorgi Dalakishvili1-Apr-09 10:08
mentorGiorgi Dalakishvili1-Apr-09 10:08 
AnswerRe: Extracting an embedded resource file issue. Pin
0x3c01-Apr-09 10:34
0x3c01-Apr-09 10:34 
QuestionAbout DMX protocol. Pin
pocho21011-Apr-09 8:32
pocho21011-Apr-09 8:32 
QuestionToolboxBitmap isn't working... The on going saga Pin
garaber1-Apr-09 8:19
garaber1-Apr-09 8:19 
I have created two UserControls to try and resolve this.

namespace libSigCntrl
{
   //[ToolboxItem(true)]
   //[ToolboxBitmap(typeof(ctrlBankBitSW), "ctrlBankBitSW.bmp")]
   [ToolboxBitmap(typeof(ctrlBankBitSW))]
   public partial class ctrlBankBitSW : UserControl
   {
      public ctrlBankBitSW()
      {
         InitializeComponent();
      }
   }
}
namespace libSigCntrl
{
   //[ToolboxItem(true)]
   //[ToolboxBitmap(typeof(ctrlBitSW), "ctrlBitSW")]
   [ToolboxBitmap(typeof(ctrlBitSW))]
   public partial class ctrlBitSW : UserControl
   {
      public ctrlBitSW()
      {
         InitializeComponent();
      }
   }
}

The commented lines represent other attempts.
There are bitmaps for each of the controls added to the project
libSigCtrl
-
-
- ctrlBankBitSW.bmp
- ctrlBankBitSW.cs
.
.
- ctrlBitSW.bmp
- ctrlBitSW.cs

The Bitmaps have there "Build Actions" = been set to "Embeded Resource"
The Bitmaps are 16x16 at 16 color.
The Output Type is "Class Library".

This is driving me nuts. WTF | :WTF:
AnswerRe: ToolboxBitmap isn't working... The on going saga Pin
Henry Minute1-Apr-09 10:30
Henry Minute1-Apr-09 10:30 
GeneralRe: ToolboxBitmap isn't working... The on going saga Pin
garaber1-Apr-09 14:33
garaber1-Apr-09 14:33 
GeneralRe: ToolboxBitmap isn't working... The on going saga Pin
Henry Minute2-Apr-09 1:09
Henry Minute2-Apr-09 1:09 
GeneralRe: ToolboxBitmap isn't working... The on going saga Pin
garaber1-Apr-09 14:35
garaber1-Apr-09 14:35 
QuestionCan you declare an array of mixed Types? Pin
Lecutus11-Apr-09 7:57
Lecutus11-Apr-09 7:57 
AnswerRe: Can you declare an array of mixed Types? Pin
harold aptroot1-Apr-09 8:00
harold aptroot1-Apr-09 8:00 
AnswerRe: Can you declare an array of mixed Types? Pin
DaveyM691-Apr-09 9:03
professionalDaveyM691-Apr-09 9:03 
AnswerRe: Can you declare an array of mixed Types? Pin
0x3c01-Apr-09 9:36
0x3c01-Apr-09 9:36 
QuestionDatabase + listbox with image or icon example Pin
wgarnett1-Apr-09 7:38
wgarnett1-Apr-09 7:38 
AnswerRe: Database + listbox with image or icon example Pin
Henry Minute1-Apr-09 11:56
Henry Minute1-Apr-09 11:56 
GeneralRe: Database + listbox with image or icon example Pin
wgarnett1-Apr-09 15:24
wgarnett1-Apr-09 15:24 
GeneralRe: Database + listbox with image or icon example Pin
Henry Minute2-Apr-09 1:27
Henry Minute2-Apr-09 1:27 
GeneralRe: Database + listbox with image or icon example Pin
wgarnett3-Apr-09 5:04
wgarnett3-Apr-09 5:04 
GeneralRe: Database + listbox with image or icon example Pin
Henry Minute3-Apr-09 5:37
Henry Minute3-Apr-09 5:37 
GeneralRe: Database + listbox with image or icon example Pin
wgarnett3-Apr-09 17:31
wgarnett3-Apr-09 17:31 
GeneralRe: Database + listbox with image or icon example Pin
wgarnett3-Apr-09 21:00
wgarnett3-Apr-09 21:00 
GeneralRe: Database + listbox with image or icon example Pin
Henry Minute4-Apr-09 6:06
Henry Minute4-Apr-09 6: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.