I think you'd better tell us what the difference between those forms.
if the only difference is the caption, then you can just change it when you load it.
but I bet it's not that simple though. :)
thanks you so much.
but there are three downloads.
1 for SP5, 1 for SP4, 1 for SP3.
I am using SP6, should I go ahead install the one for SP5 and try it? :(
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"...
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
i tried.
i use this to create named pipe:
dwOpenMode = PIPE_ACCESS_DUPLEX Or FILE_FLAG_OVERLAPPED
dwPipeMode = PIPE_WAIT Or PIPE_TYPE_MESSAGE Or PIPE_READMODE_MESSAGE
hPipe = CreateNamedPipe(szPipeName, dwOpenMode, dwPipeMode, _
10, 10000, 2000...
tried,
but failed.
because i found actually, it's the ConnectNamedPipe function block the process.
it will hang until it connected to that named pipe.
don't know what to do now. :(
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...
Sheco:
you are right.
there are four programs.
Client.exe, (send SOAP request)
Server.exe(actually is IIS or other web server)
Server.dll(to listen SOAP request)
User.exe(communicate with user base on the info received)
BobRodes
could you give me more hints?
thanks
i didn't see any dependancies i left out with the tools.
and i don't know why it always uses EN-US.
but as long as there is EN-US in the string table, it will use it no matter if it's default or what the language setting is.
if you are talking about setting as default is making the column the...
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...
of course i distribute my program with setup program which created by installshield.
but i have no idea about what dependency it use here.
:(
can anyone help me out?
hi, guys
i installed a vm machine which is WinXP Pro+SP1
then i tried to run my program. but it didn't work. always use English(US)
then i installed Visual Studio 6 + SP6(because i can't run VB until installed SP6)
before installed SP6, it didn't work either.
but after SP6 installed and VB can...
JAG
i don't think you are right.
on those working machine, when you choose a language from the list of "Standards and forms", you don't even click apply button, the program will run with proper language.
anyway, i tried to change Location to Mexico or France too.
doesn't work either.
once...
no, the program didn't do anything to determine what language to use.
because Windows supposes to be able to choose the right language base on windows OS's language setting.
and it works sometimes, it really confused me.
i have two computers, A and B.
A has Win XP Pro+SP2 and VS 6.0 installed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.