Click here to Skip to main content
15,914,162 members
Home / Discussions / C#
   

C#

 
QuestionCreating 1000 by 1000 square matrix with random numbers using C# Pin
Iman Mohtashemi23-Feb-10 15:30
Iman Mohtashemi23-Feb-10 15:30 
AnswerRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
AspDotNetDev23-Feb-10 15:34
protectorAspDotNetDev23-Feb-10 15:34 
AnswerRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
Luc Pattyn23-Feb-10 16:00
sitebuilderLuc Pattyn23-Feb-10 16:00 
AnswerRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
Un Known Legend23-Feb-10 17:22
Un Known Legend23-Feb-10 17:22 
GeneralRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
Iman Mohtashemi23-Feb-10 17:44
Iman Mohtashemi23-Feb-10 17:44 
GeneralRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
Iman Mohtashemi23-Feb-10 17:50
Iman Mohtashemi23-Feb-10 17:50 
GeneralRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
AspDotNetDev23-Feb-10 17:56
protectorAspDotNetDev23-Feb-10 17:56 
QuestionGet Object Reference for an already running EXCEL.EXE Pin
Matthew Klein23-Feb-10 12:35
Matthew Klein23-Feb-10 12:35 
I’m trying to get a Microsoft.Office.Interop.Excel.Application refrence from a Process that identifies a running Excel.exe

This is where I am…
System.Diagnostics.Process[] apps = System.Diagnostics.Process.GetProcessesByName("EXCEL");
foreach (System.Diagnostics.Process p in apps)
{
   Microsoft.Office.Interop.Excel.Application thisApp = ?????????????;
}


I haven’t been able to find any answers to this question (but have found a few others that asked it). Any ideas?

Thank you for your time,
Matt
AnswerRe: Get Object Reference for an already running EXCEL.EXE Pin
snrch44517-May-11 10:42
snrch44517-May-11 10:42 
QuestionCharacter case assistance needed Pin
venomation23-Feb-10 7:01
venomation23-Feb-10 7:01 
AnswerRe: Character case assistance needed Pin
Not Active23-Feb-10 7:07
mentorNot Active23-Feb-10 7:07 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 7:15
venomation23-Feb-10 7:15 
GeneralRe: Character case assistance needed Pin
Not Active23-Feb-10 7:49
mentorNot Active23-Feb-10 7:49 
AnswerRe: Character case assistance needed Pin
Nicholas Crossley23-Feb-10 7:20
Nicholas Crossley23-Feb-10 7:20 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 7:29
venomation23-Feb-10 7:29 
AnswerRe: Character case assistance needed Pin
harold aptroot23-Feb-10 7:33
harold aptroot23-Feb-10 7:33 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 8:19
venomation23-Feb-10 8:19 
GeneralRe: Character case assistance needed Pin
PIEBALDconsult23-Feb-10 8:46
mvePIEBALDconsult23-Feb-10 8:46 
GeneralRe: Character case assistance needed Pin
OriginalGriff23-Feb-10 8:47
mveOriginalGriff23-Feb-10 8:47 
GeneralRe: Character case assistance needed Pin
OriginalGriff23-Feb-10 8:46
mveOriginalGriff23-Feb-10 8:46 
AnswerRe: Character case assistance needed Pin
Luc Pattyn23-Feb-10 12:04
sitebuilderLuc Pattyn23-Feb-10 12:04 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 22:16
venomation23-Feb-10 22:16 
GeneralRe: Character case assistance needed Pin
Luc Pattyn24-Feb-10 1:11
sitebuilderLuc Pattyn24-Feb-10 1:11 
GeneralRe: Character case assistance needed Pin
venomation24-Feb-10 4:29
venomation24-Feb-10 4:29 
GeneralRe: Character case assistance needed Pin
Luc Pattyn24-Feb-10 5:17
sitebuilderLuc Pattyn24-Feb-10 5:17 

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.