Consider this: class Foo{ void func1(){ /*func1 code*/ } void fun开发者_高级运维c2(){ /*func2 code*/
i\'m not a VB programmer but i need a vbscript that convert image file (from local disk) to be converted to binary data and the passed to webservice. I realize how to pass data to webservice but i can
I am reading a bitmap file and converting each of the RGB values ranging from 0 to 255 to binary. So a 240 by 320 bitmap will have 230400 RGB values to convert. The original dec2bin function was too