decimal

  1. A

    Logic needed... decimal numbers

    I need some help with VB coding. I need to split the decimal part of a number and use it later. eg.input is 10.88, splitted to say num1=10 and num2=88 . Can someone help me with the logic here. :)
  2. Ankur Mittal

    Ultimate VISTA screensaver Tweak Guide

    Microsoft released many new screensavers for Windows Vista that look great. However, for some reason they never made option screens for them. All of the new screensavers have settings that you can tweak to completely change the look and behavior. Without an options screen, the only way to do...
  3. sabret00the

    Convert and locate IP addresses

    Conversion of a 32bit IPv4 IP address between 4 formats: dotted quad decimal octet string (classic standard notation), decimal (base 10), hex (base 16) and binary (base 2). Reverse DNS lookup (PTR) with the host utility and another host lookup on that result -- to see if the results match...
  4. M

    [vb quest] convert a decimal to binary

    hi there, can ny1 tell me how to convert a decimal no into binary in visual basic 6.0 sending the function a call (argument is the decimal) getting back the binary as string say i send a no 45 i need to return the string :101101 can ny1 help me d this thnx
Top Bottom