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

C#

 
AnswerRe: plz can some1 name a gud buk?? Pin
virendra patel12-Feb-07 16:18
virendra patel12-Feb-07 16:18 
QuestionCalling C++ DLL from C# program Pin
francois_t11-Feb-07 21:19
francois_t11-Feb-07 21:19 
AnswerRe: Calling C++ DLL from C# program Pin
Chris Patrick11-Feb-07 22:13
Chris Patrick11-Feb-07 22:13 
AnswerRe: Calling C++ DLL from C# program Pin
francois_t12-Feb-07 19:13
francois_t12-Feb-07 19:13 
GeneralRe: Calling C++ DLL from C# program Pin
ChrisKiki29-Apr-08 22:04
ChrisKiki29-Apr-08 22:04 
Questioncaching Pin
Rama krishna.M11-Feb-07 21:06
Rama krishna.M11-Feb-07 21:06 
AnswerRe: caching Pin
Christian Graus11-Feb-07 22:15
protectorChristian Graus11-Feb-07 22:15 
QuestionHow to exit C#.Net Application? Pin
Sri harini11-Feb-07 21:00
Sri harini11-Feb-07 21:00 
Hi,

I am developing windows mobile application..I want to exit my application.Not automatically exited.So i am trying to use the code..But Process.GetProcessesByName not supported in windows mobile application.(Compact Framework)..Can you help me how to terminate?..I tried in many ways, this.Dispose(), this.Close(), Application.Exit()....But not exiting..please help me..

string processName = "MBitNetwork";
Process[] processes = Process.GetProcessesByName (processName);

foreach (Process process in processes)
{
process.Kill();
}


Immediate help is appreciated.

Bye

AnswerRe: How to exit C#.Net Application? Pin
sam#11-Feb-07 22:39
sam#11-Feb-07 22:39 
GeneralRe: How to exit C#.Net Application? Pin
Sri harini11-Feb-07 22:47
Sri harini11-Feb-07 22:47 
GeneralRe: How to exit C#.Net Application? Pin
sam#11-Feb-07 22:56
sam#11-Feb-07 22:56 
AnswerRe: How to exit C#.Net Application? Pin
Seishin#11-Feb-07 23:01
Seishin#11-Feb-07 23:01 
Questionhow to insert value in combobox from an array Pin
monuSaini11-Feb-07 20:45
monuSaini11-Feb-07 20:45 
AnswerRe: how to insert value in combobox from an array Pin
gauthee11-Feb-07 22:01
gauthee11-Feb-07 22:01 
AnswerRe: how to insert value in combobox from an array Pin
sam#11-Feb-07 22:44
sam#11-Feb-07 22:44 
GeneralRe: how to insert value in combobox from an array Pin
monuSaini13-Feb-07 5:35
monuSaini13-Feb-07 5:35 
QuestionLocalization problem with Resource files Pin
Ashvin Gunga11-Feb-07 20:13
Ashvin Gunga11-Feb-07 20:13 
AnswerRe: Localization problem with Resource files Pin
sam#11-Feb-07 22:49
sam#11-Feb-07 22:49 
GeneralRe: Localization problem with Resource files Pin
Ashvin Gunga11-Feb-07 22:55
Ashvin Gunga11-Feb-07 22:55 
Questionexception encountered Pin
ArchaBhandare11-Feb-07 20:06
ArchaBhandare11-Feb-07 20:06 
QuestionCrystal Report In C# Pin
romanpdhn11-Feb-07 17:18
romanpdhn11-Feb-07 17:18 
QuestionProblem in accessing COM object Pin
hanofee11-Feb-07 16:46
hanofee11-Feb-07 16:46 
QuestionDynamic HTML Table C# Pin
SharonRao11-Feb-07 14:54
SharonRao11-Feb-07 14:54 
AnswerRe: Dynamic HTML Table C# Pin
gauthee11-Feb-07 21:59
gauthee11-Feb-07 21:59 
GeneralRe: Dynamic HTML Table C# Pin
SharonRao13-Feb-07 12:53
SharonRao13-Feb-07 12:53 

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.