Search results for query: *

  1. I

    ASCII to Binary

    im not sure, heres the thing, im working with a board which is attached to my comport, im using mscomm controls, the board btw only accept binary(10101), when i issue a "10101" string to the board, i doesnt respond.. i guess its still an ascii even tho its 10101, here's the snipet Dim...
  2. I

    ASCII to Binary

    Hi, is there a command that will convert ASCII to binary??
  3. I

    binary convertion

    Hi, im working with a board that receives binary command, im using mscomm controls on sending command, on sending a binary i just type "1010" is this command considered as ASCII or binary?? is ther a convertion function in the FCL??
  4. I

    Whats the general use of Deleagates???

    Hi, can someone advice me on the use of Delegates, I saw a snippet, all it does is to bind itself to a method. its the same as calling a calling a method right?? :rolleyes: Regards :p
  5. I

    creating Banners

    Its the same as the pop-ups that flooded the internet, I would like to create it in a vb.net form or vb.net will call an ie explorer, the explorer does not have toolbars, address bar something like that, so that i would look like a form. have any idea?
  6. I

    creating Banners

    Hi, can anyone advice me how to create a banner type on forms.
  7. I

    whats more effective in declaring variables?

    how about difference bet shared and protected variables
  8. I

    module or shared method?

    whats more effective? a shared method or a module??
  9. I

    whats more effective in declaring variables?

    i have read some snippets that uses fields in declaring their variables: Whats more effective? dim strVariable as string or Private strVariable as string?? :confused: or is it the same?
  10. I

    Reading com port

    Hi, do you guy have an idea on how can i read port, whether a cable is connected to it or not.. thanks
Back
Top