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

.NET (Core and Framework)

 
GeneralImage filter for black and white images in GDI+ Pin
BLBANET13-Sep-04 4:07
BLBANET13-Sep-04 4:07 
GeneralRe: Image filter for black and white images in GDI+ Pin
Anonymous15-Sep-04 7:25
Anonymous15-Sep-04 7:25 
GeneralMultithreaded Design Question Pin
tulip1234512-Sep-04 0:01
tulip1234512-Sep-04 0:01 
QuestionHow to catch mouse click message? Pin
Volvere10-Sep-04 14:02
Volvere10-Sep-04 14:02 
AnswerRe: How to catch mouse click message? Pin
Tomas Petricek11-Sep-04 14:34
Tomas Petricek11-Sep-04 14:34 
GeneralCustomizing the .Net framework Launch Condition Message Pin
kornstyle10-Sep-04 6:20
kornstyle10-Sep-04 6:20 
GeneralRe: Customizing the .Net framework Launch Condition Message Pin
kornstyle15-Sep-04 3:45
kornstyle15-Sep-04 3:45 
QuestionCheck Process Running? Pin
tsunsau7179-Sep-04 23:01
tsunsau7179-Sep-04 23:01 
AnswerRe: Check Process Running? Pin
Baris Kurtlutepe11-Sep-04 8:42
Baris Kurtlutepe11-Sep-04 8:42 
QuestionHow to know I am on a frame(GroupBox) Pin
Sreepathi9-Sep-04 15:54
Sreepathi9-Sep-04 15:54 
AnswerRe: How to know I am on a frame(GroupBox) Pin
Anonymous12-Sep-04 12:02
Anonymous12-Sep-04 12:02 
GeneralRe: How to know I am on a frame(GroupBox) Pin
Anonymous27-Sep-04 10:49
Anonymous27-Sep-04 10:49 
GeneralReplication Pin
mathon9-Sep-04 4:15
mathon9-Sep-04 4:15 
GeneralMultiple References Pin
Ben Swann7-Sep-04 21:57
Ben Swann7-Sep-04 21:57 
General.NET Applications working on non .NET Platforms Pin
karanba7-Sep-04 21:43
karanba7-Sep-04 21:43 
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 

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.