really so when i wanna know how to solve equation by C# i have to go to "What the hell you talking about Forum" ADEL K Khalil
Adel83k
Posts
-
How to Solve Integration Equiation ? -
How to Solve Integration Equiation ?i didn't get it....that's not integral !!! ADEL K Khalil
-
How to Solve Integration Equiation ?i wanna example of solving this eq. i will use ~ insted of integration sign... m= y1~y2 x1~x2 1 dx dy double integral from y1 to y2 and from x` to x2 the value 1 dx dy please help and thanks in advanc. ADEL K Khalil
-
how to jump from 'for' statmenti have a lines of code just like the following and i whould like to jump after checking a specified condition and incressing the i ... somthing like that ...
for(int i=0;i<=10;i++) { // // some code.. // if(ok) // here if true i wanna jump and re enter // the 'for' but with value of i++ // // codes will only excute if ok=false; // }
how can i do something like that... ADEL K Khalil -
if(DateTime.Now>=OldDateTime)..????how can i do something like If (DateTime.Now >= StoredDateTime) ??? i extract the StoredDateTime from database which is save in earlier time useing DateTime.Now.ToString(); I don't know the setting of time in the machine so i can't expect the returned format .... so how can i accomplish this task.. ADEL K Khalil
-
Retrieve machine names and/or IP's ..?hi all, I want programmaticly retrieving a list of machine names of the other computers in my LAN .... how can i do that plz.. ADEL K Khalil
-
need to send within the current connection ..?hi, i follow the article http://www.codeproject.com/csharp/tcpclientserver.asp to obtain a client/server program and the code work well ... but thers's a tiny problem that the server accept the client then the client send the msg ; then what the client don't respond to any other messages from client so what a peace of code i shoud modify so the server accept many messages as well in the current connection with out need to restart server . thx in advanc.. ADEL K Khalil
-
How-to? Connect to remote pc over LAN connection ?thanks that help me alot ADEL K Khalil
-
How-to? Connect to remote pc over LAN connection ?plz help me out here dods.., i wanna example a simple one please to connect to other pc in the local area network and perform operation like loging off or killing process that will help me alot ADEL K Khalil