Advertisement

Results for "Author: aminehaddad"

ASP_Volume2 #27799
QueryPerformanceCounter API Call Fully Explained

Most people use GetTickCount, but to be honest this makes GetTickCount look like a joke. QueryPerformanceCounter finds the time in microseconds, and not milliseconds (like GetTickCount). Why use this? If you wanted to see the time that it took for the cpu to proccess an API call, GetTickCount would find 0, because it takes less then a millisecond. But QueryPerformanceCounter would find the real time. I suggest using this because it is much more precise.

ASP_Volume2 #28146
Read Output from Command Prompt [Cpu/User-Friendly Control]

This program reads the output of CLI (Command Line Interface) Applications. Examples of CLI Applications are: -PING -NETSTAT -TRACERT This program will grab the output and call events so that you can process the commands. For example, if you ping a person, the output that is usely returned to the screen by the command prompt is captured and called into an event! This isnt a cheap method, it doesnt use any file input/output. Please vote if you like, would like to hear complaints about bugs if you find any, but I also appreciate comments ;) Thanks again -Endra

ASP_Volume2 #39110
Read Output from Command Prompt v2.0 With Cancel Command! No External Files!

This program grabs the output from the Command Prompt (CMD.EXE or COMMAND.COM) and reads the output from whatever command you give it. NO EXTERNAL FILES! Really good for lots of programs, I really needed this so decided to share. This also kills the PID (ProcessID) when you cancel (thanks to Nick Campbeln for his PID Killing Function). This is also compatible with C/CPP programs (\n bug fixed). If you like this program please vote ;) Have fun!

ASP_Volume2 #39217
ReadOutput v2.1 - New Look like DOS!

Just like the previous versions except with a much better DOS like environment! For new users, this grabs output of CLI programs like PING, NETSTAT, etc. Some changes were made but none to the control! 'NEW IN V2.1: ' -Nice more DOS like environment ' -Replaced TextBox with Rich Text Format Box (More then 65535 chars allowed) ' -Added support to the DOS 'CLS' command (Clear Screen) ' -Replaced output of DOS 'CD' command to be C:\ ' -Made it show default path as C:\> ' -Colors changed ' -Added KeyPress event so you can press ENTER instead of clicking Execute

ASP_Volume3 #63677
QueryPerformanceCounter API Call Fully Explained

Most people use GetTickCount, but to be honest this makes GetTickCount look like a joke. QueryPerformanceCounter finds the time in microseconds, and not milliseconds (like GetTickCount). Why use this? If you wanted to see the time that it took for the cpu to proccess an API call, GetTickCount would find 0, because it takes less then a millisecond. But QueryPerformanceCounter would find the real time. I suggest using this because it is much more precise.

ASP_Volume3 #63678
ReadOutput v2.1 - New Look like DOS!

Just like the previous versions except with a much better DOS like environment! For new users, this grabs output of CLI programs like PING, NETSTAT, etc. Some changes were made but none to the control! 'NEW IN V2.1: ' -Nice more DOS like environment ' -Replaced TextBox with Rich Text Format Box (More then 65535 chars allowed) ' -Added support to the DOS 'CLS' command (Clear Screen) ' -Replaced output of DOS 'CD' command to be C:\ ' -Made it show default path as C:\> ' -Colors changed ' -Added KeyPress event so you can press ENTER instead of clicking Execute

ASP_Volume3 #63679
Read Output from Command Prompt v2.0 With Cancel Command! No External Files!

This program grabs the output from the Command Prompt (CMD.EXE or COMMAND.COM) and reads the output from whatever command you give it. NO EXTERNAL FILES! Really good for lots of programs, I really needed this so decided to share. This also kills the PID (ProcessID) when you cancel (thanks to Nick Campbeln for his PID Killing Function). This is also compatible with C/CPP programs (\n bug fixed). If you like this program please vote ;) Have fun!

ASP_Volume3 #63680
Read Output from Command Prompt [Cpu/User-Friendly Control]

This program reads the output of CLI (Command Line Interface) Applications. Examples of CLI Applications are: -PING -NETSTAT -TRACERT This program will grab the output and call events so that you can process the commands. For example, if you ping a person, the output that is usely returned to the screen by the command prompt is captured and called into an event! This isnt a cheap method, it doesnt use any file input/output. Please vote if you like, would like to hear complaints about bugs if you find any, but I also appreciate comments ;) Thanks again -Endra

C_Volume2 #68861
QueryPerformanceCounter API Call Fully Explained

Most people use GetTickCount, but to be honest this makes GetTickCount look like a joke. QueryPerformanceCounter finds the time in microseconds, and not milliseconds (like GetTickCount). Why use this? If you wanted to see the time that it took for the cpu to proccess an API call, GetTickCount would find 0, because it takes less then a millisecond. But QueryPerformanceCounter would find the real time. I suggest using this because it is much more precise.

C_Volume2 #69208
Read Output from Command Prompt [Cpu/User-Friendly Control]

This program reads the output of CLI (Command Line Interface) Applications. Examples of CLI Applications are: -PING -NETSTAT -TRACERT This program will grab the output and call events so that you can process the commands. For example, if you ping a person, the output that is usely returned to the screen by the command prompt is captured and called into an event! This isnt a cheap method, it doesnt use any file input/output. Please vote if you like, would like to hear complaints about bugs if you find any, but I also appreciate comments ;) Thanks again -Endra

C_Volume2 #80172
Read Output from Command Prompt v2.0 With Cancel Command! No External Files!

This program grabs the output from the Command Prompt (CMD.EXE or COMMAND.COM) and reads the output from whatever command you give it. NO EXTERNAL FILES! Really good for lots of programs, I really needed this so decided to share. This also kills the PID (ProcessID) when you cancel (thanks to Nick Campbeln for his PID Killing Function). This is also compatible with C/CPP programs (\n bug fixed). If you like this program please vote ;) Have fun!

C_Volume2 #80279
ReadOutput v2.1 - New Look like DOS!

Just like the previous versions except with a much better DOS like environment! For new users, this grabs output of CLI programs like PING, NETSTAT, etc. Some changes were made but none to the control! 'NEW IN V2.1: ' -Nice more DOS like environment ' -Replaced TextBox with Rich Text Format Box (More then 65535 chars allowed) ' -Added support to the DOS 'CLS' command (Clear Screen) ' -Replaced output of DOS 'CD' command to be C:\ ' -Made it show default path as C:\> ' -Colors changed ' -Added KeyPress event so you can press ENTER instead of clicking Execute

Java_Volume1 #87405
QueryPerformanceCounter API Call Fully Explained

Most people use GetTickCount, but to be honest this makes GetTickCount look like a joke. QueryPerformanceCounter finds the time in microseconds, and not milliseconds (like GetTickCount). Why use this? If you wanted to see the time that it took for the cpu to proccess an API call, GetTickCount would find 0, because it takes less then a millisecond. But QueryPerformanceCounter would find the real time. I suggest using this because it is much more precise.

Java_Volume1 #87752
Read Output from Command Prompt [Cpu/User-Friendly Control]

This program reads the output of CLI (Command Line Interface) Applications. Examples of CLI Applications are: -PING -NETSTAT -TRACERT This program will grab the output and call events so that you can process the commands. For example, if you ping a person, the output that is usely returned to the screen by the command prompt is captured and called into an event! This isnt a cheap method, it doesnt use any file input/output. Please vote if you like, would like to hear complaints about bugs if you find any, but I also appreciate comments ;) Thanks again -Endra

Java_Volume1 #98716
Read Output from Command Prompt v2.0 With Cancel Command! No External Files!

This program grabs the output from the Command Prompt (CMD.EXE or COMMAND.COM) and reads the output from whatever command you give it. NO EXTERNAL FILES! Really good for lots of programs, I really needed this so decided to share. This also kills the PID (ProcessID) when you cancel (thanks to Nick Campbeln for his PID Killing Function). This is also compatible with C/CPP programs (\n bug fixed). If you like this program please vote ;) Have fun!

Java_Volume1 #98823
ReadOutput v2.1 - New Look like DOS!

Just like the previous versions except with a much better DOS like environment! For new users, this grabs output of CLI programs like PING, NETSTAT, etc. Some changes were made but none to the control! 'NEW IN V2.1: ' -Nice more DOS like environment ' -Replaced TextBox with Rich Text Format Box (More then 65535 chars allowed) ' -Added support to the DOS 'CLS' command (Clear Screen) ' -Replaced output of DOS 'CD' command to be C:\ ' -Made it show default path as C:\> ' -Colors changed ' -Added KeyPress event so you can press ENTER instead of clicking Execute

2_2002-2004 #114552
QueryPerformanceCounter API Call Fully Explained

Most people use GetTickCount, but to be honest this makes GetTickCount look like a joke. QueryPerformanceCounter finds the time in microseconds, and not milliseconds (like GetTickCount). Why use this? If you wanted to see the time that it took for the cpu to proccess an API call, GetTickCount would find 0, because it takes less then a millisecond. But QueryPerformanceCounter would find the real time. I suggest using this because it is much more precise.

2_2002-2004 #114899
Read Output from Command Prompt [Cpu/User-Friendly Control]

This program reads the output of CLI (Command Line Interface) Applications. Examples of CLI Applications are: -PING -NETSTAT -TRACERT This program will grab the output and call events so that you can process the commands. For example, if you ping a person, the output that is usely returned to the screen by the command prompt is captured and called into an event! This isnt a cheap method, it doesnt use any file input/output. Please vote if you like, would like to hear complaints about bugs if you find any, but I also appreciate comments ;) Thanks again -Endra

2_2002-2004 #125863
Read Output from Command Prompt v2.0 With Cancel Command! No External Files!

This program grabs the output from the Command Prompt (CMD.EXE or COMMAND.COM) and reads the output from whatever command you give it. NO EXTERNAL FILES! Really good for lots of programs, I really needed this so decided to share. This also kills the PID (ProcessID) when you cancel (thanks to Nick Campbeln for his PID Killing Function). This is also compatible with C/CPP programs (\n bug fixed). If you like this program please vote ;) Have fun!

2_2002-2004 #125970
ReadOutput v2.1 - New Look like DOS!

Just like the previous versions except with a much better DOS like environment! For new users, this grabs output of CLI programs like PING, NETSTAT, etc. Some changes were made but none to the control! 'NEW IN V2.1: ' -Nice more DOS like environment ' -Replaced TextBox with Rich Text Format Box (More then 65535 chars allowed) ' -Added support to the DOS 'CLS' command (Clear Screen) ' -Replaced output of DOS 'CD' command to be C:\ ' -Made it show default path as C:\> ' -Colors changed ' -Added KeyPress event so you can press ENTER instead of clicking Execute

Languages
Top Categories
Global Discovery