Click here to Skip to main content
15,913,140 members
Home / Discussions / C#
   

C#

 
QuestionRe: In use by another process Pin
abbd10-Mar-09 4:10
abbd10-Mar-09 4:10 
AnswerRe: In use by another process Pin
Xmen Real 10-Mar-09 4:12
professional Xmen Real 10-Mar-09 4:12 
QuestionRe: In use by another process Pin
abbd10-Mar-09 4:19
abbd10-Mar-09 4:19 
QuestionThrowing an exception in a constructor Pin
Rob Philpott9-Mar-09 23:47
Rob Philpott9-Mar-09 23:47 
AnswerRe: Throwing an exception in a constructor Pin
Eddy Vluggen10-Mar-09 0:02
professionalEddy Vluggen10-Mar-09 0:02 
GeneralRe: Throwing an exception in a constructor Pin
Rob Philpott10-Mar-09 0:05
Rob Philpott10-Mar-09 0:05 
GeneralRe: Throwing an exception in a constructor Pin
Eddy Vluggen10-Mar-09 0:15
professionalEddy Vluggen10-Mar-09 0:15 
AnswerRe: Throwing an exception in a constructor Pin
Luc Pattyn10-Mar-09 0:44
sitebuilderLuc Pattyn10-Mar-09 0:44 
GeneralRe: Throwing an exception in a constructor Pin
Eddy Vluggen10-Mar-09 0:49
professionalEddy Vluggen10-Mar-09 0:49 
AnswerRe: Throwing an exception in a constructor Pin
dan!sh 10-Mar-09 0:06
professional dan!sh 10-Mar-09 0:06 
GeneralRe: Throwing an exception in a constructor Pin
Rob Philpott10-Mar-09 0:11
Rob Philpott10-Mar-09 0:11 
AnswerRe: Throwing an exception in a constructor Pin
Luc Pattyn10-Mar-09 0:46
sitebuilderLuc Pattyn10-Mar-09 0:46 
Questionforward event in outlook with c# Pin
SridharTadi9-Mar-09 23:29
SridharTadi9-Mar-09 23:29 
Questioncode for IP detection on LAN Pin
mitesh4879-Mar-09 22:12
mitesh4879-Mar-09 22:12 
AnswerRe: code for IP detection on LAN Pin
NeCroFire9-Mar-09 22:26
NeCroFire9-Mar-09 22:26 
AnswerRe: code for IP detection on LAN Pin
Jack Li9-Mar-09 22:45
Jack Li9-Mar-09 22:45 
GeneralRe: code for IP detection on LAN Pin
Mycroft Holmes9-Mar-09 23:37
professionalMycroft Holmes9-Mar-09 23:37 
GeneralRe: code for IP detection on LAN Pin
dan!sh 9-Mar-09 23:46
professional dan!sh 9-Mar-09 23:46 
AnswerRe: code for IP detection on LAN Pin
dan!sh 9-Mar-09 23:28
professional dan!sh 9-Mar-09 23:28 
GeneralRe: code for IP detection on LAN Pin
EliottA10-Mar-09 3:16
EliottA10-Mar-09 3:16 
QuestionListView in C# Pin
mrithula89-Mar-09 22:02
mrithula89-Mar-09 22:02 
AnswerRe: ListView in C# Pin
MumbleB9-Mar-09 22:11
MumbleB9-Mar-09 22:11 
AnswerRe: ListView in C# Pin
Xmen Real 9-Mar-09 23:42
professional Xmen Real 9-Mar-09 23:42 
QuestionExcel Questions [modified] Pin
MumbleB9-Mar-09 21:43
MumbleB9-Mar-09 21:43 
AnswerRe: Excel Questions Pin
Mycroft Holmes9-Mar-09 23:44
professionalMycroft Holmes9-Mar-09 23:44 
Kwagga wrote:
objSheet.Cells[iR, iC + 18] = RECONCILIATIONIND;

try modifying this to select 1 cell and then set the colour. You are setting the colour for the range not the cell.

This entire excercise is based on traversing row/column sets and identifying the values for a cell. Should be able to acheive it with a Do While loop.

Changing the format made a difference huh! Don't be rude next time.


Never underestimate the power of human stupidity
RAH

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.