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