I prefer binary access.
Private Sub MergeIt(ByVal sPath As String)
Dim sFile As String
Dim bText() As Byte
sFile = Dir(sPath & "*.txt")
Open "textFile.txt" For Binary Access Write As #1
Do While Len(sFile) > 0 '
bText = sLoadFile(sPath & sFile) 'encoding is not...
"C:\Program Files (x86)\Common Files\Microsoft Shared\VS98" is right path.
I have no idea about splash. Could you confirm your control version like this?
Project->Components->control->Microsoft Comm Control 6.0 (SP6)
Hi, you may find "vshelp.dll" in \OS\SYSTEM\ from VB install CD, or download one.
Then, copy it to system32 folder.
Then, open a cmd window via administratorr privileges and type "regsvr32 %yourpath%\vshelp.dll" to regist the dll file.
Then, the msdn help file will link to VB IDE.
F1 key may not...
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.