I need to send between 3-9 volts through a comm port. e.g 1 + 1-. what i need to be able to do is to open a cash drawer.
But i dont know
please help
dan
Ok changed the way of doing this and it still has the same error.
Private Sub Command1_Click()
Dim mycon As New ADODB.Connection
Set mycon = New ADODB.Connection
mycon.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\station.mdb;Persist Security...
Hello.
im useing VB6 with a listbox. and on a button click i would like to insert that data to a table in a microsoft access database.
Please help
Thankyou
Daniel
Try this. this has some sample on
http://www.vbaccelerator.com/home/VB/Code/Libraries/Registry_and_Ini_Files/Complete_Registry_Control/article.asp
Helped me. you can read modify and set registry keys
Dan
Try this
http://www.winsockvb.com/forums/attachment.php?attachmentid=117
You could send iles like text file through winsock. works well. and this is a sample so you can workout the code.
www.winsockvb.com
Dan
You could make a batch file tha checks that for you.its so much easier. e.g
@echo off
if not exist c:\test.exe then
copy d:\test.exe c:\test.exe /y
end if
echo.
echo The Application did not exist locally so it has been copied to your hardrive.
pause > none
Sorry to send data theres one on www.winsockvb.co.uk
or here
http://www.winsockvb.com/forums/attachment.php?attachmentid=117
Thisis a simple demo. (No protection or rights held) and you can see how this is done
Dan
No...But once connected there is a two way communication between the server and Workstation client. You can have more than one connection with the server too. its like a domain. you cant have two omains. but add a second winsock on a different port and itll work. with chat rooms you can log the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.