Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: klima
  • Order by date
  1. K

    merge .txt in one named big.txt

    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...
  2. K

    Extraction of Picture box point / pixel colors.

    I tried his "Even faster DIBs" code, never thought speed with VB。
  3. K

    Installing on Win11

    "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)
  4. K

    Installing on Win11

    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...

Part and Inventory Search

Back
Top