Help, I`ve just starting a new job and my first task is to write a CanBus interface program in VB6. I`ve never used VB before (die hard C programmer). I am struggling with the passing / returning variables. I have got the hang of the ByVal when passing, but is there such a thing as return() aka C?
My next problem is with the structure to the programming, in C things flow but as far as I can tell they happen all over the place in VB (event driven) If I have a form (say for setting up baud rate etc) whats the best way of storing the baud rate (after it has been altered by the user) so that I can access it from a different module? thanks in advance.