Click here to Skip to main content
15,914,419 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Auto Hide Task Bar Pin
Zaegra27-Aug-08 1:37
Zaegra27-Aug-08 1:37 
GeneralRe: Auto Hide Task Bar Pin
rajesh_ncc27-Aug-08 4:06
rajesh_ncc27-Aug-08 4:06 
QuestionCPU Usage History from Task Manager using vb.net Pin
pavanip26-Aug-08 20:19
pavanip26-Aug-08 20:19 
AnswerRe: CPU Usage History from Task Manager using vb.net Pin
jzonthemtn27-Aug-08 5:10
jzonthemtn27-Aug-08 5:10 
QuestionWrite all URL in to a file used in the browser Pin
yesu prakash26-Aug-08 18:16
yesu prakash26-Aug-08 18:16 
AnswerRe: Write all URL in to a file used in the browser Pin
Jon_Boy27-Aug-08 4:01
Jon_Boy27-Aug-08 4:01 
QuestionComputer Name and IP Addresses Pin
programmervb.netc++26-Aug-08 8:20
programmervb.netc++26-Aug-08 8:20 
AnswerSolve it with scripting Pin
David Mujica26-Aug-08 9:32
David Mujica26-Aug-08 9:32 
You may be able to do this with scripting.

Use the tracert utility to reverse an IP address to a computer name, then parse the output to a cleaner list.

Try it out.

1) Use IPCONFIG on your machine
2) Use TRACERT x.x.x.x (where the x.x.x.x is your machine's IP address) and observe the output results.
3) You would capture this output to a file and parse the output to get the machine name.

Just a thought. Smile | :)
GeneralRe: Solve it with scripting Pin
jzonthemtn26-Aug-08 15:06
jzonthemtn26-Aug-08 15:06 
QuestionVB.NET to respond to change of sheet in excel? Pin
craigmg7826-Aug-08 8:04
craigmg7826-Aug-08 8:04 
AnswerRe: VB.NET to respond to change of sheet in excel? Pin
John_Adams26-Aug-08 11:30
John_Adams26-Aug-08 11:30 
JokeRe: VB.NET to respond to change of sheet in excel? Pin
Bassam Saoud26-Aug-08 11:52
Bassam Saoud26-Aug-08 11:52 
GeneralRe: VB.NET to respond to change of sheet in excel? Pin
craigmg7827-Aug-08 9:27
craigmg7827-Aug-08 9:27 
QuestionNeed to create a container window like MDI but can't use MDI Pin
rcrafton726-Aug-08 7:50
rcrafton726-Aug-08 7:50 
AnswerRe: Need to create a container window like MDI but can't use MDI Pin
jzonthemtn26-Aug-08 8:02
jzonthemtn26-Aug-08 8:02 
QuestionRe: Need to create a container window like MDI but can't use MDI [modified] Pin
rcrafton727-Aug-08 6:25
rcrafton727-Aug-08 6:25 
AnswerRe: Need to create a container window like MDI but can't use MDI Pin
jzonthemtn27-Aug-08 6:47
jzonthemtn27-Aug-08 6:47 
AnswerRe: Need to create a container window like MDI but can't use MDI Pin
Chris Quinn27-Aug-08 3:23
Chris Quinn27-Aug-08 3:23 
QuestionStarting index Pin
indian14326-Aug-08 5:42
indian14326-Aug-08 5:42 
AnswerRe: Starting index Pin
jzonthemtn26-Aug-08 5:54
jzonthemtn26-Aug-08 5:54 
GeneralRe: Starting index Pin
indian14326-Aug-08 6:02
indian14326-Aug-08 6:02 
GeneralRe: Starting index Pin
jzonthemtn26-Aug-08 6:10
jzonthemtn26-Aug-08 6:10 
GeneralRe: Starting index Pin
indian14326-Aug-08 6:19
indian14326-Aug-08 6:19 
GeneralRe: Starting index Pin
Christian Graus26-Aug-08 11:48
protectorChristian Graus26-Aug-08 11:48 
GeneralRe: Starting index Pin
Jon_Boy26-Aug-08 6:53
Jon_Boy26-Aug-08 6:53 

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.