Click here to Skip to main content
15,920,655 members
Home / Discussions / C#
   

C#

 
GeneralRe: Book of c# Pin
Thomas Stockwell2-Jan-08 14:17
professionalThomas Stockwell2-Jan-08 14:17 
Generalrequest simulator Pin
Member 447840031-Dec-07 0:12
Member 447840031-Dec-07 0:12 
GeneralRe: request simulator Pin
WillemM31-Dec-07 1:32
WillemM31-Dec-07 1:32 
GeneralRe: request simulator Pin
Member 447840031-Dec-07 18:07
Member 447840031-Dec-07 18:07 
GeneralRunning .NET application from Server Share Pin
peterchen30-Dec-07 23:41
peterchen30-Dec-07 23:41 
GeneralRe: Running .NET application from Server Share Pin
martin_hughes31-Dec-07 0:48
martin_hughes31-Dec-07 0:48 
QuestionHow to make the toolbutton or toolmenu image backgroud to be the same with system background? Pin
Seraph_summer30-Dec-07 23:20
Seraph_summer30-Dec-07 23:20 
AnswerRe: How to make the toolbutton or toolmenu image backgroud to be the same with system background? Pin
Skippums31-Dec-07 7:47
Skippums31-Dec-07 7:47 
ImageTransparentColor is the color within the image that will NOT be drawn. So, for example, to make a bitmap where the only thing visible is a single black dot, make one with a single black dot over a magenta background. Then set the ImageTransparentColor property to magenta, and it will not be drawn. This is used so the images don't have to fill in a rectangular area when drawn. I beleive this answers both questions. (to make it system color, simply set the ITC property as described above, then set the container's backcolor property to the system color). Hope this helps,

Sounds like somebody's got a case of the Mondays

-Jeff

QuestionHow to restrict file type in one or more dynamic file upload controls Pin
Elena200630-Dec-07 23:14
Elena200630-Dec-07 23:14 
AnswerRe: How to restrict file type in one or more dynamic file upload controls Pin
N a v a n e e t h30-Dec-07 23:18
N a v a n e e t h30-Dec-07 23:18 
AnswerRe: How to restrict file type in one or more dynamic file upload controls Pin
PIEBALDconsult31-Dec-07 15:41
mvePIEBALDconsult31-Dec-07 15:41 
GeneralCheck to see if object is being referenced Pin
Winkles30-Dec-07 22:34
Winkles30-Dec-07 22:34 
QuestionRe: Check to see if object is being referenced Pin
CPallini30-Dec-07 22:43
mveCPallini30-Dec-07 22:43 
GeneralRe: Check to see if object is being referenced Pin
Stevo Z30-Dec-07 22:53
Stevo Z30-Dec-07 22:53 
JokeDon't tell ME, I know that! Pin
CPallini30-Dec-07 23:05
mveCPallini30-Dec-07 23:05 
JokeRe: Don't tell ME, I know that! Pin
Stevo Z31-Dec-07 1:49
Stevo Z31-Dec-07 1:49 
GeneralRe: Check to see if object is being referenced Pin
Winkles31-Dec-07 8:42
Winkles31-Dec-07 8:42 
GeneralRe: Check to see if object is being referenced Pin
CPallini31-Dec-07 10:23
mveCPallini31-Dec-07 10:23 
GeneralRe: Check to see if object is being referenced Pin
Winkles31-Dec-07 10:45
Winkles31-Dec-07 10:45 
GeneralRe: Check to see if object is being referenced Pin
CPallini31-Dec-07 11:31
mveCPallini31-Dec-07 11:31 
GeneralRe: Check to see if object is being referenced Pin
PIEBALDconsult31-Dec-07 15:53
mvePIEBALDconsult31-Dec-07 15:53 
GeneralProtect authentification information Pin
drweb8630-Dec-07 22:08
drweb8630-Dec-07 22:08 
GeneralRe: Protect authentification information Pin
WillemM31-Dec-07 1:35
WillemM31-Dec-07 1:35 
GeneralDataGridView [modified] Pin
Thaer Hamael30-Dec-07 20:16
Thaer Hamael30-Dec-07 20:16 
GeneralRe: DataGridView Pin
Skippums31-Dec-07 7:52
Skippums31-Dec-07 7:52 

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.