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

C#

 
AnswerRe: Export to Excel - Add Remainging Record in Sheet2 Record Size exceed 65536 Pin
Paul Conrad18-Jul-07 12:04
professionalPaul Conrad18-Jul-07 12:04 
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 
Hi, i've got a problem here. i can't figure out why my form background and also the button change its color when i call the function below. how can i ensure that only the background changes? besides that, in the form i also need to draw and show some circles. How to ensure that when the background color changes, it still there?

public void b1_click(object sender, EventArgs e)
{
clg.ShowDialog();
this.BackColor = clg.Color;


}

AnswerRe: changing background color Pin
Eduard Keilholz18-Jul-07 0:12
Eduard Keilholz18-Jul-07 0:12 
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 

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.