Click here to Skip to main content
15,895,799 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .NET Applications working on non .NET Platforms Pin
Colin Angus Mackay9-Sep-04 4:41
Colin Angus Mackay9-Sep-04 4:41 
GeneralRe: .NET Applications working on non .NET Platforms Pin
karanba9-Sep-04 4:45
karanba9-Sep-04 4:45 
GeneralRe: .NET Applications working on non .NET Platforms Pin
Colin Angus Mackay9-Sep-04 5:21
Colin Angus Mackay9-Sep-04 5:21 
GeneralRe: .NET Applications working on non .NET Platforms Pin
Mathew Hall10-Sep-04 16:42
Mathew Hall10-Sep-04 16:42 
GeneralRetrieving all the machines in my network! Pin
Hercules016-Sep-04 19:43
Hercules016-Sep-04 19:43 
GeneralRe: Retrieving all the machines in my network! Pin
Hadi Fakhreddine7-Sep-04 3:26
Hadi Fakhreddine7-Sep-04 3:26 
GeneralRe: Retrieving all the machines in my network! Pin
Hercules018-Sep-04 5:14
Hercules018-Sep-04 5:14 
GeneralRe: Retrieving all the machines in my network! Pin
Hadi Fakhreddine8-Sep-04 20:28
Hadi Fakhreddine8-Sep-04 20:28 
Basically what you'll need to do is use the DOS utility "net view". When you type it in the command prompt, it lists all computers on the network whether Active Directory is on or off. All you'll have to do in your app is to call the Shell using "net view" as a command and adding ">C:\myfile.txt" (this is the location where all the net view info will be stored). Just read the file from your app and parse the string to get the list. I've already seen several VB6 apps doing this and have tried it myself on WinXP and it works fine. Check out NetSend (VB6) here http://www.a1vbcode.com/download.asp?ID=2503 it does exactly what you need Cool | :cool: ;)
GeneralRe: Retrieving all the machines in my network! Pin
Hercules0113-Sep-04 19:29
Hercules0113-Sep-04 19:29 
GeneralRe: Retrieving all the machines in my network! Pin
Sancy15-Sep-04 6:07
Sancy15-Sep-04 6:07 
GeneralWierd! Pin
saud_a_k6-Sep-04 18:58
saud_a_k6-Sep-04 18:58 
GeneralInstalling .NET Framework 1.1 SP 1 on Windows XP Pin
Uwe Keim6-Sep-04 18:35
sitebuilderUwe Keim6-Sep-04 18:35 
Generalmscorwks.dll Pin
Hadi Fakhreddine5-Sep-04 22:50
Hadi Fakhreddine5-Sep-04 22:50 
GeneralRe: mscorwks.dll Pin
Mike Dimmick6-Sep-04 13:21
Mike Dimmick6-Sep-04 13:21 
GeneralRe: mscorwks.dll Pin
Hadi Fakhreddine7-Sep-04 4:25
Hadi Fakhreddine7-Sep-04 4:25 
Generalupdate program from net Pin
karanba5-Sep-04 3:31
karanba5-Sep-04 3:31 
GeneralRe: update program from net Pin
Anonymous5-Sep-04 7:17
Anonymous5-Sep-04 7:17 
GeneralRe: update program from net Pin
karanba6-Sep-04 4:47
karanba6-Sep-04 4:47 
GeneralRe: update program from net Pin
Anonymous6-Sep-04 6:49
Anonymous6-Sep-04 6:49 
QuestionUse 'C' in VS .NET 2003? Pin
j1e1g15-Sep-04 3:30
j1e1g15-Sep-04 3:30 
AnswerRe: Use 'C' in VS .NET 2003? Pin
Anonymous6-Sep-04 7:43
Anonymous6-Sep-04 7:43 
AnswerRe: Use 'C' in VS .NET 2003? Pin
David Salter6-Sep-04 12:06
David Salter6-Sep-04 12:06 
QuestionInteresting Application? Pin
mathon4-Sep-04 22:07
mathon4-Sep-04 22:07 
AnswerRe: Interesting Application? Pin
Colin Angus Mackay5-Sep-04 5:03
Colin Angus Mackay5-Sep-04 5:03 
GeneralRe: Interesting Application? Pin
mathon5-Sep-04 5:49
mathon5-Sep-04 5:49 

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.