Visual C# coding
Can you tell us which parts you do not understand?Do you know the meaning of 'private'?'void'?'ActivateApplication'?'(' ?etc ..do you know the meaning of the first line as a whole?Do you know what...
View ArticleVisual C# coding
Those are documented methods/functions in MSDN (I don't think you need help in using arrays). Process.GetProcessesByName Method from .Net Base Class Library (forum)ShowWindow function (Windows) from...
View ArticleVisual C# coding
GetProcessesByName returns a list of all the Processes that have the name stored in the string briefAppName:http://msdn.microsoft.com/en-us/library/z3w4xdc9.aspxIf there is at least one process in that...
View ArticleVisual C# coding
Can anybody explain me the meaning of following code?If possible anybody tell me explaination line by line?privatevoid ActivateApplication(string briefAppName) { Process[] procList =...
View Article