Code Comments
Programming Forum and web based access to our favorite programming groups.Hi I'm having some ShowMessages in my program, but the caption says. "Project1". Can I just add another line, and decide the caption myself ? Also, how do I make a delay order.. I'm generating a class by a repeat order, and there is a picture for each student, and I then want like a 0,5 sec delay, or pause. -- --- Svend Emil ---
Post Follow-up to this messageOn Sun, 29 Feb 2004 19:18:44 +0100, Svend Emil <hader@spam.ja> wrote: > Hi > > I'm having some ShowMessages in my program, but the caption says. > "Project1". Can I just add another line, and decide the caption myself ? > > Also, how do I make a delay order.. I'm generating a class by a repeat > order, and there is a picture for each student, and I then want like a > 0,5 > sec delay, or pause. > If you want different caption in message window, try using "MessageBox" function. If you want delay, try the "Sleep" function. Grtz, Andrzej -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Post Follow-up to this messageJust before the ShowMessage line, add Application.Title :='your new name'; "Svend Emil" <hader@spam.ja> wrote in message news:40422d04$0$55950$edfadb0f@dtext01.news.tele.dk... > Hi > > I'm having some ShowMessages in my program, but the caption says. > "Project1". Can I just add another line, and decide the caption myself ? > > Also, how do I make a delay order.. I'm generating a class by a repeat > order, and there is a picture for each student, and I then want like a 0,5 > sec delay, or pause. > > -- > --- Svend Emil --- > >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.