Jump to content

Alguien sabe como Obtener el Nombre de la Pc del cliente???


gpaulino

Recommended Posts

Hola ayuda

 

Necesito obtener el nombre de la pc del cliente, en unigui, para poder crear un log de transacciones se que con UniMainModule.RemoteAddress me devuelve la ip del cliente pero necesito el nombre de la pc tambien.

 

alguna idea.

 

he usado las siguientes funciones, pero esto lo que hace es que me devuelve la nombre de la pc del servidor.

 

function GetComputerNetName: string;
var
Name: array[0..255] of char;
S: Cardinal;
begin
S := SizeOf(Name);
GetComputerName(Name, S);
Result := StrPas(Name);
end;
Link to comment
Share on other sites

English Brother  please.

By Unigui you Can't get the Computer name you should try by using a java applet.

" Por Unigui no podras conseguir el nombre de la PC solo si lo haces atravez un Java Applet"

 

Yo se que estas en el area de Español pero por aqui no te vas a conseguir una respuesta rapida

 

But please the next time try to answer in English

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...