I found it that the connection for which i am trying to read packet is a WCDMA (PPP) type. Is there a way to read the destination ip originated from this type of connection
Hi,
I am trying to find a solution to read the packet destination for an internet connection through wifi. I am able to do the same for a lan connection using packet sniffer example. But the same...
I am creating the install shield for the application. This batch file will be added to the user program list, so that he can uninstall the application with out going to the addd/Remove option.
Hi,
I have an application and this application needs to close when the window shutdown happen. How can i detect that the system is shutting down from a C# program
System.Diagnostics.Process.Start("cmd.exe", @"/c route print > d:\file.txt"); // Get the route print to text file
using (StreamReader streamReader =...
i have started to do coing in c# just 4 days back. I want to get the route print command to be executed and get that to a file . So when i searched some forum, i got the reply to do with ...
If there is a decimal expected in the calcuation result, then the integer variable will ignore it. Put break point and step through the program to see where you are going wrong?
FuelTankLCapacity.Value.ToString("F1")
Dim LeftTotalFuel As Integer = (FuelTankLCapacity.Value * 8388608) / LeftTank.Value
first you are getting a string...