D
Dannyboy
Please help me.
I am not a programmer, just self-taught at ASP and VBA in Access and CorelDraw.
I cannot understand which version of Visual Basic I actually have installed and
whether I can use, or need to use mscomm32.ocx for a procedure I need in a small
app.
I have VB 6.3 (actually 6.3.8863) installed. I program in it within MS Access
and CorelDraw 11.
I have it on 3 machines, XP, Win2k and Win98SE.
I cannot find much about it on microsoft.com or on the internet. Does it really
exist? Or is it really VB 6.0???
I am trying to communicate with a serial port to cause a cash drawer to open in
a MS Access cash register app I created to run on the Win98SE machine.
All code examples I see to do this use VB 6.0 and mscomm32.ocx. Mscomm32.ocx
just doesn't seem to be part of VB 6.3, but it is part of 6.0. For example...
'*************************************
with MSComm1
.CommPort = 1
.Settings = "300,n,8,1"
.PortOpen = True
.Output = Chr$(7)
.PortOpen = False
end with
'*************************************
I am so confused.
I am not a programmer, just self-taught at ASP and VBA in Access and CorelDraw.
I cannot understand which version of Visual Basic I actually have installed and
whether I can use, or need to use mscomm32.ocx for a procedure I need in a small
app.
I have VB 6.3 (actually 6.3.8863) installed. I program in it within MS Access
and CorelDraw 11.
I have it on 3 machines, XP, Win2k and Win98SE.
I cannot find much about it on microsoft.com or on the internet. Does it really
exist? Or is it really VB 6.0???
I am trying to communicate with a serial port to cause a cash drawer to open in
a MS Access cash register app I created to run on the Win98SE machine.
All code examples I see to do this use VB 6.0 and mscomm32.ocx. Mscomm32.ocx
just doesn't seem to be part of VB 6.3, but it is part of 6.0. For example...
'*************************************
with MSComm1
.CommPort = 1
.Settings = "300,n,8,1"
.PortOpen = True
.Output = Chr$(7)
.PortOpen = False
end with
'*************************************
I am so confused.