Click here to Skip to main content
15,918,193 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there a way to access a Form's object by a method? Pin
pmarfleet1-Nov-07 6:27
pmarfleet1-Nov-07 6:27 
QuestionBind data into textbox Pin
zafax_31-Oct-07 6:10
zafax_31-Oct-07 6:10 
AnswerRe: Bind data into textbox Pin
Drew McGhie31-Oct-07 10:04
Drew McGhie31-Oct-07 10:04 
GeneralRe: Bind data into textbox Pin
zafax_31-Oct-07 10:14
zafax_31-Oct-07 10:14 
GeneralRe: Bind data into textbox Pin
Drew McGhie31-Oct-07 10:58
Drew McGhie31-Oct-07 10:58 
QuestionHow to lookup an IP address from a MAC address Pin
r-mo31-Oct-07 5:49
r-mo31-Oct-07 5:49 
AnswerRe: How to lookup an IP address from a MAC address Pin
led mike31-Oct-07 6:00
led mike31-Oct-07 6:00 
GeneralRe: How to lookup an IP address from a MAC address Pin
r-mo31-Oct-07 13:11
r-mo31-Oct-07 13:11 
The program will be run on a windows 2003 terminal server and will be used to issue commands to the thin clients that connect to the server. The server has a config file thinstation.hosts that contains the MAC address and name of each of the clients and I want to find the IP address of each of these clients which is assigned by dhcp. I'd like to do this without resorting to giving them all dhcp reservations and creating a new config file mapping these, which is quite possible but messy.

The dhcp server is a separate Windows 2003 server, I was thinking I may be able to lookup an IP address with a query this dhcp server (using WMI?). Or maybe as I know the name of the clients a query to DNS. Now before someone says just connect using the name, for some reason I can't. I think because the clients live in the .local domain and the server lives in the active directory domain.

A Secure Shell or SSH is a network protocol that allows data to be exchanged over a secure channel between two computers. I'm using Tamir.SharpSSH http://www.codeproject.com/cs/internet/sharpssh.asp and this works great when connect manually.

Hope this gives a little more info about what I'm looking for Big Grin | :-D

Cheers, Stephen
GeneralRe: How to lookup an IP address from a MAC address Pin
led mike1-Nov-07 5:55
led mike1-Nov-07 5:55 
GeneralRe: How to lookup an IP address from a MAC address [modified] Pin
r-mo1-Nov-07 8:34
r-mo1-Nov-07 8:34 
GeneralRe: How to lookup an IP address from a MAC address Pin
led mike2-Nov-07 5:29
led mike2-Nov-07 5:29 
AnswerRe: How to lookup an IP address from a MAC address Pin
ChrisKo31-Oct-07 11:58
ChrisKo31-Oct-07 11:58 
GeneralRe: How to lookup an IP address from a MAC address Pin
r-mo31-Oct-07 13:19
r-mo31-Oct-07 13:19 
QuestionFor everyone who wants to answer Pin
Alex Cutovoi31-Oct-07 5:39
Alex Cutovoi31-Oct-07 5:39 
AnswerRe: For everyone who wants to answer Pin
led mike31-Oct-07 5:55
led mike31-Oct-07 5:55 
AnswerRe: For everyone who wants to answer Pin
J4amieC31-Oct-07 6:13
J4amieC31-Oct-07 6:13 
AnswerRe: For everyone who wants to answer Pin
Colin Angus Mackay31-Oct-07 6:23
Colin Angus Mackay31-Oct-07 6:23 
GeneralRe: For everyone who wants to answer Pin
Anthony Mushrow31-Oct-07 8:33
professionalAnthony Mushrow31-Oct-07 8:33 
QuestionHow to show ListView items of First TreeNode? Pin
gerbenschmidt31-Oct-07 5:07
gerbenschmidt31-Oct-07 5:07 
AnswerRe: How to show ListView items of First TreeNode? Pin
led mike31-Oct-07 5:22
led mike31-Oct-07 5:22 
AnswerRe: How to show ListView items of First TreeNode? Pin
gerbenschmidt31-Oct-07 5:39
gerbenschmidt31-Oct-07 5:39 
QuestionHow to enter a record to database using TextBox control Pin
Sinan Akyuz31-Oct-07 4:33
Sinan Akyuz31-Oct-07 4:33 
AnswerRe: How to enter a record to database using TextBox control Pin
Colin Angus Mackay31-Oct-07 4:45
Colin Angus Mackay31-Oct-07 4:45 
QuestionHow do I make a thread safe call to a listview. Pin
cirkit131-Oct-07 4:01
cirkit131-Oct-07 4:01 
AnswerRe: How do I make a thread safe call to a listview. Pin
ejuanpp31-Oct-07 4:09
ejuanpp31-Oct-07 4:09 

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.