computer-name Questions
11
Solved
How can I read the client's machine/computer name from the browser?
Is it possible using JavaScript and/or ASP.NET?
Gulick asked 28/5, 2009 at 18:31
7
Solved
The code needs to be compatible with D2007 and D2009.
My Answer: Thanks to everyone who answered, I've gone with:
function ComputerName : String;
var
buffer: array[0..255] of char;
size: dwor...
Arius asked 20/7, 2009 at 23:34
4
Solved
Is there a way to get the name of the computer in VBA?
Record asked 23/8, 2010 at 19:38
5
I am using python to populate a table with the file pathways of a number of stored files. However the pathway needs to have the full network drive computer name not just the drive letter, ie
//Com...
Allin asked 14/1, 2016 at 22:54
1
The question below has partly been answered, see the Solution section below. So I'm posting this partly to help others and also since the solution I have hasn't really solved the problem yet.
Que...
Emileeemili asked 2/10, 2018 at 4:37
1
Solved
I am creating a class library that will be used in a WPF project and a .NET Core project. I am trying to get the name of the machine using my application.
In both .NET Core and the WPF application...
Baruch asked 14/5, 2017 at 8:5
1
Solved
I want to create a chat application in which there is a ComboBx. I want to fill it with all the computer names in a network. How can I accomplish this in C#?
Grolier asked 29/5, 2011 at 16:0
1
© 2022 - 2024 — McMap. All rights reserved.