Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

AsmSource : Assembly Language Programming

Win Source

Dos Source

Links

Email

Utilities

NetLoad.asm - Project Info


Program that displays the net load in a graph, within a small window. Includes a menu to change the options. Lots of thanks to assembly community for your help! - http://board.win32asmcommunity.net/


Version Changes Date
v0.1
Basic features, including graph function and menu
Graph has been majorly reworked to take up less time.
Added tab box for options and about, plus some other things like statistics to come later. Will also add some more options.


11 Aug 2002
v0.2
Added upload measure.
Added network statistics tab, which shows how long program has been running, and how much has been downloaded overall.
Added show all, to show in every available desktop, if you use vwin, which you should!
Made a number of other improvements, and fixed up some bugs.
15 Aug 2002
v0.3
Added minimise when idle, which will hide the window when no network activity is occuring.
Added dodgy move, so the the window can be positioned anywhere. This does not work that well, need to try a better was of doing this.
Having major problems with title-no title, so just switched to no title, and will worry about this later.
Added commas to big numbers in the statistics box.
Added interface info tab, which will show information about each interface, similar to tcptable.
Moved about tab to the last tab, i think this makes more sense.
Fixed up move, so that it records the position. This ensures that the menu will appear in the correct place.
Added new window positioning options, which lets you choose whether you want the window in a set position, or free.
Added interface info consisting of pull-down list of interfaces and variety of information about them, ripped from tcptable program.
Added taskbar icon, and hide the window from the tasbar. Only problem is that popup window wont go away until an entry is chosen. Must be doing something wrong!
Fixed up printing out date time, for network statistics. Will now show 6:04 rather than 6:4.
Fixed up problem with changing adapters, creating a much smaller total down/up number. This is time consuming to check for properly, during the WM_TIMER event, but a quick fix works really well.
19 Aug 2002
Fixed up popup menu problem, something that has plagued me for a long time. This is due to a bug in windows, see http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q135788& apparently this behaviour is "by design."
Added another popup tabbed window, seperating window options and graph options, so that it is possible to add more options to both.
Really fixed the comma problem.
Added correctly formated average values.
Added colour options, to change upload, download and background colours, and save them for next time!
Added the help file function, and a simple help file, which really need to be updated.
23 Aug 2002
Moved up/down storage area to dynamic memory, rather than static-saves 2k of program file.
Fixed up problem with upload button colour not updating the graph.
Writes out time elapsed in a better fashion.
Puts help screen in more readable position. When the graph window was at the bottom of the screen, it would put the help screen in a similar position.
Changed short readout from "D" and "U" to "Dl" and "Ul".
Added graph scale ability, to change from 56k, 512k and 1024k bytes per second download. This does not work perfectly, will take a big rewrite to make perfect.
Added ability to change overlap and text colours, in the options menu.
Added overlap ability, so you can still tell where the lower throughput occurs.
Increased window width to 500, rather than 300
26 Aug 2002
   
   
     

 

NetLoad v0.1

Program that displays the net load in a graph, within a small window. Includes a menu to change the options. Similar to dumeter program, but not quite so many functions yet.

Download Zip File (21,148 bytes)

View Asm File (36,835 bytes)


NetLoad v0.3

Program that displays the net load in a graph, within a small window. Includes a menu to change the options. Similar to dumeter program, including minimise when idle, always ontop, window positioning.

Download Zip File (31,606 bytes)

View Asm File (60,048 bytes)

NetLoad v0.4

Program that displays the net load in a graph, within a small window. Includes a menu to change the options. Similar to dumeter program, but not quite so many functions yet. (Project Info)

Download Zip File (35,857 bytes)

View Asm File (67,266 bytes)


NetLoad v0.5

Program that displays the net load in a graph, within a small window. Includes a menu to change the options. Similar to dumeter program, but not quite so many functions yet. (Project Info)

Download Zip File (38,484 bytes)

View Asm File (75,022 bytes)


NetLoad v0.6

Program that displays the net load in a graph, within a small window. Includes a menu to change the options. Similar to dumeter program, but not quite so many functions yet. (Project Info)

Download Zip File (42,553 bytes)

View Asm File (80,254 bytes)


NetLoad v0.7

Program that displays the net load in a graph, within a small window. Includes a menu to change the options. Similar to dumeter program, but not quite so many functions yet. (Project Info)

Download Zip File (43,466 bytes)

View Asm File (82,948 bytes)