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 TouchToneTommy 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: xjazz
  • Content: Threads
  • Order by date
  1. xjazz

    creating XML file with VB6

    my program needs to write some information into a log file. now I use XML file as this log. I was using XML object to create and add entries. but seems it will slow down the perfermance.bigger the file, longer it takes to add an entry. so I decide to use file functions to do that. I use "open"...
  2. xjazz

    how to localize msgbox?

    I use resource file to localize my program. but the caption of button in msgbox will still remain in English as "Yes", "No", "OK"... how can I change those as well? thanks
  3. xjazz

    program hang when using Named Pipe

    hi, i am using named pipe to pass values from a dll to a exe file. the executable is an application run as the named pipe server. and it will do something else besides get values from the dll which is the client side of the named pipe. i used a Do Loop in the server. but the program will hang...
  4. xjazz

    what's the best to send values from DLL to EXE ?

    actually, i am trying to this: my client will send some info to my server using SOAP. there is a DLL in my server which receive and handle the infos sent by the client. however, i need this DLL be able to send those infos(or values) to a running EXE program, so that this EXE program can base on...
  5. xjazz

    multi-language resource file doesn't work sometimes

    hi, guys, i have a very wierd problem. basiclly i have a program. it has a resource file which contains a multi-column string table. each column is one language. for instance,this string table has English(United States), Spanish(Mexico) and Franch(France). so it suppose to use different...

Part and Inventory Search

Back
Top