Click here to Skip to main content
15,925,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get the values of dynamic fileupload Pin
Elena200631-Dec-07 2:19
Elena200631-Dec-07 2:19 
GeneralRe: How to get the values of dynamic fileupload Pin
Justin Perez31-Dec-07 2:24
Justin Perez31-Dec-07 2:24 
GeneralRe: How to get the values of dynamic fileupload Pin
Elena200631-Dec-07 2:30
Elena200631-Dec-07 2:30 
GeneralRe: How to get the values of dynamic fileupload Pin
Ed.Poore31-Dec-07 7:13
Ed.Poore31-Dec-07 7:13 
Generaldisplay rows in a list box Pin
michael_jhons31-Dec-07 1:22
michael_jhons31-Dec-07 1:22 
GeneralRe: display rows in a list box Pin
WillemM31-Dec-07 1:31
WillemM31-Dec-07 1:31 
GeneralC# - Events not triggering Pin
jgrogan31-Dec-07 1:07
jgrogan31-Dec-07 1:07 
GeneralRe: C# - Events not triggering Pin
WillemM31-Dec-07 1:29
WillemM31-Dec-07 1:29 
GeneralRe: C# - Events not triggering Pin
jgrogan31-Dec-07 1:48
jgrogan31-Dec-07 1:48 
GeneralRe: C# - Events not triggering Pin
PIEBALDconsult31-Dec-07 15:37
mvePIEBALDconsult31-Dec-07 15:37 
GeneralBook of c# Pin
help as an alias31-Dec-07 0:28
help as an alias31-Dec-07 0:28 
GeneralRe: Book of c# Pin
Colin Angus Mackay31-Dec-07 0:55
Colin Angus Mackay31-Dec-07 0:55 
GeneralRe: Book of c# Pin
PIEBALDconsult31-Dec-07 15:39
mvePIEBALDconsult31-Dec-07 15:39 
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 

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.