Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Please tell me on, how do I change the caption (name) of dialog window at runtime. I thank in advance. cheers mughi
There is more than way to do that. The easyest one I think is SetWindowText(). Search the MSDN for this function, you'll find the details. johnnyl
Thanks a lot. Got it working. cheers mughi