Click here to Skip to main content
15,890,995 members
Home / Discussions / C#
   

C#

 
GeneralEditing ComboBox with DataSource Pin
polishprogrammer13-Mar-08 5:44
polishprogrammer13-Mar-08 5:44 
GeneralToolbox icon for user control Pin
hain13-Mar-08 5:25
hain13-Mar-08 5:25 
GeneralRe: Toolbox icon for user control Pin
led mike13-Mar-08 5:37
led mike13-Mar-08 5:37 
GeneralRe: Toolbox icon for user control Pin
hain13-Mar-08 5:44
hain13-Mar-08 5:44 
GeneralRe: Toolbox icon for user control Pin
led mike13-Mar-08 6:05
led mike13-Mar-08 6:05 
GeneralRe: Toolbox icon for user control [modified] Pin
hain13-Mar-08 6:17
hain13-Mar-08 6:17 
GeneralRe: Toolbox icon for user control Pin
led mike13-Mar-08 8:16
led mike13-Mar-08 8:16 
GeneralRe: Toolbox icon for user control Pin
leppie13-Mar-08 8:30
leppie13-Mar-08 8:30 
Say you have a structure like this:
Root
 \__ Bin
 \__ Controls
      \__ Commentbox.cs
      \__ CommentBox.bmp

You could use the attribute as is above.

If however it exists in a another folder, you would have to refer to a type in that folder that has the same namespace of the folder.

Example if the BMP was in the Resources folder:
[ToolboxBitmap(typeof(Resources.ResourceManager), "CommentBox.bmp")]


xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out now

GeneralRe: Toolbox icon for user control Pin
hain13-Mar-08 10:17
hain13-Mar-08 10:17 
GeneralRe: Toolbox icon for user control Pin
hain13-Mar-08 10:20
hain13-Mar-08 10:20 
GeneralUnable to connect to Web Service Pin
Manoj Sethi13-Mar-08 5:01
Manoj Sethi13-Mar-08 5:01 
GeneralRe: Unable to connect to Web Service Pin
Muhammad Gouda13-Mar-08 5:04
Muhammad Gouda13-Mar-08 5:04 
GeneralRe: Unable to connect to Web Service Pin
James J. Foster13-Mar-08 6:46
James J. Foster13-Mar-08 6:46 
GeneralRe: Unable to connect to Web Service Pin
Skippums13-Mar-08 6:46
Skippums13-Mar-08 6:46 
GeneralRe: Unable to connect to Web Service Pin
leppie13-Mar-08 10:57
leppie13-Mar-08 10:57 
GeneralErrors with typecasting Pin
Leo Smith13-Mar-08 4:55
Leo Smith13-Mar-08 4:55 
GeneralRe: Errors with typecasting Pin
Gareth H13-Mar-08 5:04
Gareth H13-Mar-08 5:04 
GeneralRe: Errors with typecasting Pin
Leo Smith13-Mar-08 6:00
Leo Smith13-Mar-08 6:00 
GeneralRe: Errors with typecasting Pin
Skippums13-Mar-08 6:39
Skippums13-Mar-08 6:39 
GeneralRe: Errors with typecasting Pin
Gareth H13-Mar-08 6:47
Gareth H13-Mar-08 6:47 
GeneralRe: Errors with typecasting Pin
Skippums13-Mar-08 7:38
Skippums13-Mar-08 7:38 
GeneralRe: Errors with typecasting Pin
Leo Smith13-Mar-08 8:10
Leo Smith13-Mar-08 8:10 
GeneralRe: Errors with typecasting Pin
Gareth H13-Mar-08 8:17
Gareth H13-Mar-08 8:17 
GeneralPLEASE HELP ME Pin
ashutosh91113-Mar-08 4:24
ashutosh91113-Mar-08 4:24 
GeneralRe: PLEASE HELP ME Pin
Colin Angus Mackay13-Mar-08 4:51
Colin Angus Mackay13-Mar-08 4:51 

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.