Click here to Skip to main content
15,898,689 members
Home / Discussions / C#
   

C#

 
QuestionMessed up code. Pin
donovan.solms18-Jul-07 0:12
donovan.solms18-Jul-07 0:12 
AnswerRe: Messed up code. Pin
Paul Conrad18-Jul-07 12:05
professionalPaul Conrad18-Jul-07 12:05 
GeneralRe: Messed up code. Pin
donovan.solms18-Jul-07 13:11
donovan.solms18-Jul-07 13:11 
QuestionPassword Protection with Excel Pin
MarkB77718-Jul-07 0:12
MarkB77718-Jul-07 0:12 
AnswerRe: Password Protection with Excel Pin
Paul Conrad18-Jul-07 12:06
professionalPaul Conrad18-Jul-07 12:06 
GeneralRe: Password Protection with Excel Pin
MarkB77718-Jul-07 12:12
MarkB77718-Jul-07 12:12 
Questionchanging background color Pin
cyn817-Jul-07 23:51
cyn817-Jul-07 23:51 
AnswerRe: changing background color Pin
Eduard Keilholz18-Jul-07 0:12
Eduard Keilholz18-Jul-07 0:12 
Objects on your form inherit their background color from their container. In other words, if you place a button on your form, the background color will inherit from the form you put it on, unless you set the background color for the button (for example to 'Red').

Try setting the background color of your button to red and your code will work fine.

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

QuestionParsing and edit an HTML-string Pin
anderslundsgard17-Jul-07 23:31
anderslundsgard17-Jul-07 23:31 
AnswerRe: Parsing and edit an HTML-string Pin
Martin#18-Jul-07 0:14
Martin#18-Jul-07 0:14 
AnswerRe: Parsing and edit an HTML-string Pin
Ravi Bhavnani18-Jul-07 2:20
professionalRavi Bhavnani18-Jul-07 2:20 
QuestionUDP multicast Pin
Amjath Rahman17-Jul-07 23:16
Amjath Rahman17-Jul-07 23:16 
QuestionList View search Pin
topksharma198217-Jul-07 23:10
topksharma198217-Jul-07 23:10 
AnswerRe: List View search Pin
Eduard Keilholz18-Jul-07 0:16
Eduard Keilholz18-Jul-07 0:16 
QuestionC#.net error: Attempt to read or write protected memory or often this is the indication that other memory is currupt Pin
Rao Rafique17-Jul-07 22:44
Rao Rafique17-Jul-07 22:44 
QuestionCannot implicitly convert type 'test.Str.StrEnumerator' to 'System.Collections.IEnumerator'. An explicit conversion exists (are you missing a cast?) Pin
abhishek.mumbai17-Jul-07 22:42
abhishek.mumbai17-Jul-07 22:42 
AnswerRe: Cannot implicitly convert type 'test.Str.StrEnumerator' to 'System.Collections.IEnumerator'. An explicit conversion exists (are you missing a cast?) Pin
J4amieC17-Jul-07 23:09
J4amieC17-Jul-07 23:09 
AnswerRe: Cannot implicitly convert type 'test.Str.StrEnumerator' to 'System.Collections.IEnumerator'. An explicit conversion exists (are you missing a cast?) Pin
Colin Angus Mackay17-Jul-07 23:10
Colin Angus Mackay17-Jul-07 23:10 
QuestionHow do you know the current level of datagrid when nested Pin
Muammar©17-Jul-07 22:33
Muammar©17-Jul-07 22:33 
QuestionBuild solution using NAnt [modified] Pin
deep717-Jul-07 22:31
deep717-Jul-07 22:31 
AnswerRe: Build solution using NAnt Pin
Scott Dorman18-Jul-07 7:24
professionalScott Dorman18-Jul-07 7:24 
QuestionC#.net error: Attempt to read or write protected memory or often this is the indication that other memory is currupt Pin
Rao Rafique17-Jul-07 22:15
Rao Rafique17-Jul-07 22:15 
AnswerRe: C#.net error: Attempt to read or write protected memory or often this is the indication that other memory is currupt Pin
Guffa17-Jul-07 22:21
Guffa17-Jul-07 22:21 
QuestionHow to Export an Excel (xls) document that's compatible to all office versions - C# Pin
OhrmaZd17-Jul-07 22:00
OhrmaZd17-Jul-07 22:00 
AnswerRe: How to Export an Excel (xls) document that's compatible to all office versions - C# Pin
originSH17-Jul-07 22:12
originSH17-Jul-07 22:12 

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.