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