How to embedded Long sensitive data in VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ginozl
    New Member
    • Sep 2012
    • 1

    How to embedded Long sensitive data in VB6

    Hi all,

    I like to know is that any possible way to embedded text file into VB6 program, in state of stand along .txt file. The reason i do that is to avoid end user to be able to see what the configuration file is.

    example:-

    conf.txt
    =============== =============== ==========
    [Header]
    Sign = Clientfile
    [Common]
    Timeout =2
    SearchFlag =2
    ProtoFlag=0

    [TCPUDP]
    bUsedTCP =1
    bUsedUDP =1
    TCPUDP Port= xxxx
    IPRange =xxxx

    [NetBios]
    bUsed =0
    RegGrpName =WORKGROUP
    SearchList= xxxxxx
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    I think "resource files" may be what you need. Try a quick search here, or via Google for something like "VB6 resource files".

    Comment

    Working...