Click here to Skip to main content
15,917,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: reading a checkbox from another thread Pin
Bruce Coward2-Apr-09 4:18
Bruce Coward2-Apr-09 4:18 
AnswerRe: reading a checkbox from another thread Pin
DaveyM692-Apr-09 4:19
professionalDaveyM692-Apr-09 4:19 
QuestionHow to Save Web Page, complete in C# Pin
dataminers2-Apr-09 3:08
dataminers2-Apr-09 3:08 
AnswerRe: How to Save Web Page, complete in C# Pin
fabrice.leal2-Apr-09 4:08
fabrice.leal2-Apr-09 4:08 
GeneralRe: How to Save Web Page, complete in C# Pin
dataminers2-Apr-09 5:41
dataminers2-Apr-09 5:41 
QuestionExcel with Early and LateBinding Pin
MumbleB2-Apr-09 2:20
MumbleB2-Apr-09 2:20 
AnswerRe: Excel with Early and LateBinding Pin
Pete O'Hanlon2-Apr-09 2:39
mvePete O'Hanlon2-Apr-09 2:39 
GeneralRe: Excel with Early and LateBinding Pin
MumbleB2-Apr-09 2:50
MumbleB2-Apr-09 2:50 
Cool, looks good though. My concern is when I start writing the data, for example see below portion of code.
objSheet.Cells[iR, iC] = CLIENTSURNAME.Trim();
objSheet.Cells[iR, iC + 1] = CLIENTFORENAMES.Trim();
objSheet.Cells[iR, iC + 2] = TITLE.Trim();
objSheet.Cells[iR, iC + 3] = "'" + ADDRESSLINE1.Trim();
objSheet.Cells[iR, iC + 4] = "'" + ADDRESSLINE2.Trim();
objSheet.Cells[iR, iC + 5] = "'" + ADDRESSLINE3.Trim();
objSheet.Cells[iR, iC + 6] = "'" + ADDRESSLINE4.Trim();
objSheet.Cells[iR, iC + 7] = "'" + POSTALCODE.Trim();
objSheet.Cells[iR, iC + 8] = LEVEL;

would I need to do the same as your example above

Pete O'Hanlon wrote:
// get the "range" A1.parameters = new object[2];parameters[0] = "A1";parameters[1] = Missing.Value;object range = sheet.GetType().InvokeMember( "Range", BindingFlags.GetProperty, null, sheet, parameters );


Excellence is doing ordinary things extraordinarily well.

GeneralRe: Excel with Early and LateBinding Pin
Pete O'Hanlon2-Apr-09 3:08
mvePete O'Hanlon2-Apr-09 3:08 
GeneralRe: Excel with Early and LateBinding Pin
MumbleB2-Apr-09 3:21
MumbleB2-Apr-09 3:21 
QuestionTake backup of Outlook message Rules, programatically Pin
ashok_rgm2-Apr-09 1:42
ashok_rgm2-Apr-09 1:42 
QuestionOffice 2007 Pin
Sajjad Leo2-Apr-09 1:07
Sajjad Leo2-Apr-09 1:07 
QuestionRe: Office 2007 Pin
Cracked-Down2-Apr-09 1:41
Cracked-Down2-Apr-09 1:41 
AnswerRe: Office 2007 Pin
Sajjad Leo2-Apr-09 1:52
Sajjad Leo2-Apr-09 1:52 
GeneralRe: Office 2007 Pin
King Julien2-Apr-09 2:17
King Julien2-Apr-09 2:17 
QuestionHow to pass parameters to JavaScript Functions from C#? Pin
codddy2-Apr-09 0:54
codddy2-Apr-09 0:54 
AnswerRe: How to pass parameters to JavaScript Functions from C#? Pin
Pete O'Hanlon2-Apr-09 1:41
mvePete O'Hanlon2-Apr-09 1:41 
GeneralRe: How to pass parameters to JavaScript Functions from C#? Pin
codddy2-Apr-09 3:04
codddy2-Apr-09 3:04 
Questionto increse size of a panel, its override another controls Pin
myms.net2-Apr-09 0:43
myms.net2-Apr-09 0:43 
RantRe: to increse size of a panel, its override another controls Pin
Greg Chelstowski2-Apr-09 0:52
Greg Chelstowski2-Apr-09 0:52 
AnswerRe: to increse size of a panel, its override another controls Pin
Henry Minute2-Apr-09 1:29
Henry Minute2-Apr-09 1:29 
GeneralRe: to increse size of a panel, its override another controls Pin
myms.net2-Apr-09 1:38
myms.net2-Apr-09 1:38 
GeneralRe: to increse size of a panel, its override another controls Pin
Henry Minute2-Apr-09 1:42
Henry Minute2-Apr-09 1:42 
QuestionHow to split & merge mpeg video files Pin
pravat_SABAT2-Apr-09 0:37
pravat_SABAT2-Apr-09 0:37 
QuestionRe: How to split & merge mpeg video files Pin
King Julien2-Apr-09 1:20
King Julien2-Apr-09 1:20 

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.