Re: How do I load mscomm1?
Just an idea. If you've placed the control on the form, you don't have to Dim a variable with that name. The control name is implicit in the procedure.
[email protected]
Re: How do I load mscomm1?
Perhaps I haven't placed the control "on the form." If I take away the line where I Dim mscomm1 As Control, I get a "variable not defined error." This makes me think that the form isn't seeing the control at all. Does that sound right? If someone could please tell me how to place a control on a form, I'd be mighty grateful. Please spell it out for me in the simplest terms possible. Many thanks!
-Matt
Re: How do I load mscomm1?
Go to the components tab and select MS Communications (if you haven't already done that). On the toolbox, there will appear a symbol like a phone. This is the MSComm symbol. Double-click on it (while a form is opened) and it will place this control on your form. You can then right click on the MSComm1 control and select properties. You can then set the com port, parity, etc. to the settings you need.
Re: How do I load mscomm1?
Thank you very much! I'll look into your advice.