Wednesday, January 6, 2010

In VB6, how would I add text to the end of the already existing caption?

...instead of completely replacing the caption with something new. I only want to add additional text to the end of a caption, not replace the entire caption with the new text. How would I do this?In VB6, how would I add text to the end of the already existing caption?
You can append the caption easily





Consider your form name is Form1





Form1.Caption = Form1.Caption %26amp; '; This is additional Caption';





In the above example, You can change ';This is additional Caption'; to whatever you want





All the bestIn VB6, how would I add text to the end of the already existing caption?
ASP Tutorials-


http://asptutoring.info/
  • treatments
  • No comments:

    Post a Comment