Search:

Type: Posts; User: dvdza

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    9,839

    Re: [VB6] Bandwidth Monitor (internet and lan)

    Hi,

    This was knocked together really quickly, so there will be a lot of bugs. At first I thought of using WMI to get sent/recieved but the problem there is its global sent/recieved. This app uses...
  2. Replies
    3
    Views
    9,839

    [VB6] Bandwidth Monitor (internet and lan)

    Hi all,

    Only source NO compiled EXE

    This app shows lan bandwidth in KB and internet bandwidth in KB.

    Also shows combined total.

    Please let me know what you think, I am sure it needs some...
  3. Replies
    10
    Views
    1,371

    Re: Internet bandwidth and Traffic

    Hi,

    As promised I knocked something together. Just as I thought, using the SUBNET Anding process works great to determine whether packets are being sent/received locally or remotely.

    I am sure...
  4. Re: List available wireless networks (using WMI) - Help pls

    This is super, thanks Doogle, going to start playing with it now.

    Westconn1, works on XP SP2 with MS update KB918997, that update is the Wlanapi. you may also need to updates MSXML to V6.
    ...
  5. Replies
    10
    Views
    1,371

    Re: Internet bandwidth and Traffic

    I know this might sound a bit complicated (but if you understand networking then this will be easy), oh and with my idea only packets destined to/from the internet will be captured.

    First off, I...
  6. Replies
    10
    Views
    1,371

    Re: Internet bandwidth and Traffic

    Has anyone ever thought of the following.

    Lan traffic bypasses the Default Gateway of you network settings.

    When you need to access the internet the packets are sent to the Default Gateway...
  7. Replies
    3
    Views
    5,812

    Re: Wireless Stats (for connected AP)

    :) I am ecstatic....

    I have just used Ndis driver call, through VB6 and received my first successful results (thus communicating directly with the driver and totally avoiding WMI). So far its...
  8. Replies
    3
    Views
    5,812

    Re: Wireless Stats (for connected AP)

    Hi Jim,

    Its still work in progress, definately not the final result.

    I am a firm believer in declaring my variables, I just wanted to knock something together quickly.

    I will post a new...
  9. Replies
    3
    Views
    5,812

    Wireless Stats (for connected AP)

    Hi,

    Hope you all can find this usefull (not Vista compatible). Zip only contains source, no compiled .EXE.

    No error handling as yet.

    Need to be connected to a wireless network for stats (as...
  10. Re: List available wireless networks (using WMI) - Help pls

    Hi,

    Well, after more research and finally realising that straight WMI calls aren't going to do the job, and the reason is the variable length SSID, plain WMI does not include an SSID_Length...
  11. Re: List available wireless networks (using WMI) - Help pls

    As per 5th post (Petes).

    I've done further research and DAMN, SSID in the new structs IS variable length.... now what :(

    From the net somewhere (this relates to XP SP2 and up)
    "This is because...
  12. Re: List available wireless networks (using WMI) - Help pls

    I know, but yet again what boggles my mind is that the ssid retrieved from WMI is 32 ascii parts long. So how on earth there can be an overlap.

    Thanks for all the help, I know I'll get it right...
  13. Re: List available wireless networks (using WMI) - Help pls

    Interesting....

    Thanks for all the tips. I am going to work on this and post my results.

    I've been thinking about this now, and if the AP ssid is in an array, and there is byte shifting and as...
  14. Re: List available wireless networks (using WMI) - Help pls

    Hi Pete,

    Thanks for the reply.

    I noticed the same.

    At first I thought it had something to do with the networks encryption. I thought that WEP networks showed up correct and WPA networks...
  15. List available wireless networks (using WMI) - Help pls

    Hi all,

    I have written a simple prog (button, listbox), to list available wireless networks.

    When you click scan it will show 1. the SSID and 2. signalstrength of discovered networks.
    ...
  16. Thread: IP Validate

    by dvdza
    Replies
    0
    Views
    2,863

    IP Validate

    Validate an IP address entered into a form so that is conforms to IP standards.

    A standard IP version 4 address is a 32bits comprising 4 x 8bit octets.

    This application takes the number entered...
  17. Replies
    0
    Views
    2,813

    MAC of remote system

    Get MAC of remote system by typing IP address in text box and clicking
    Get MAC. (Using API's only)

    Also included in the code is a function called CheckMac.
    I noticed that often the leading 0 is...
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width