Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~243 People Reached
Favorite Forums
Member Avatar for saurabhtiwari

Hi, This is saurabh final year BE student. I am developing an application in which I want to get IP and MAC address of a client PC in network on my machine and my machine acts a s a server so plz help me. Your help is appriciated plz help …

Member Avatar for kvprajapati
0
82
Member Avatar for saurabhtiwari

Hi, I m getting one error in the following code on the underlined statement plz help me. [code] public static bool IEOpenOnURL(string sURL) { InternetExplorer ie = (InternetExplorer)[U]NSLibStatic.COMCreateObject[/U]("InternetExplorer.Application"); if (ie != null) { object oEmpty = String.Empty; object oURL= sURL; ie.Visible = true; ie.Navigate2 (ref oURL, ref oEmpty, ref oEmpty, …

0
47
Member Avatar for saurabhtiwari

Hi I am trying to count the rows from a table at the same time I want to update the new column I m trying the following code but not getting results please help me.... [code] string str1 = "SELECT Extrausage FROM perclientreport WHERE Bill>0"; cmd = new OleDbCommand(str1, con); …

Member Avatar for ShahanDev
0
114