Results 1 to 2 of 2

Thread: Kernel32 - Using FoldString Function - Help Needed

  1. #1
    fnb
    Guest

    Kernel32 - Using FoldString Function - Help Needed

    Public Declare Function FoldString Lib "kernel32" Alias "FoldStringA" (ByVal dwMapFlags As Long, ByVal lpSrcStr As String, ByVal cchSrc As Long, ByVal lpDestStr As String, ByVal cchDest As Long) As Long

    Any of you guys has actually used the above function in VB 6. If so, please share your sample code here.

    Thanks

  2. #2
    Member
    Join Date
    Jan 2002
    Posts
    35
    hi i found a link that might help
    MSDN FoldString
    it doesn't make much sense to me though. I can't try it because the function isn't supported by win 9.x

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width