Recent content by Nsane

  1. N

    From formular to function

    Hi. I'm sorry, I messed up in the description. I would like to build this into a function that can be called from the whole project. So I need it to be in a module. But WithEvents is not supported in modules.
  2. N

    From formular to function

    Hello guys! I have recently been messing with a small piece of code that can send / recieve small text-strings over a network. I finally got it to work, but forgot to think ahead :banghead:. Right now it only works in a formular but i really need to be a function with input / output. My...
  3. N

    From VB to VBA

    Hey guys! Yes, thank you for the edit! 1. Cool i might use timer() or skip the timeout 2. On Encoding. Is the "ADODB Stream object" instead of the Networkstreamer or the part where is it encoded to ASCII 3. I'm sorry. What do you mean ? What would you guys use instead of the...
  4. N

    From VB to VBA

    Hello Guys I have been given the source code to a little program that i would like to implement into a .adp project. It is a little program that connects to another program on a server: sends and recieves som information. The code is writtin is MS Visual Studio. I'm very much a beginner but i...
Top Bottom