How to Display Text in DialogBox (Using VB)? Please Help

Hi,Currently, my app is able to open up the dialogbox under NotesUIWorkspace enviroment.

Below is my sample code.

Dim uiwork as New NotesUIWorkspace

Dim doc as new NotesDocument(db)

Call uiwork.DialogBox(“Form”, true,true,…

But how do I display text the dialogbox field?

Thanks for those can help me. Thanks.

Subject: How to Display Text in DialogBox (Using VB)? Please Help …

Might I suggest reading the help file? Particularly the part that has an entire section on DialogBox, including many fine examples.

Stephen Lister

Subject: RE: How to Display Text in DialogBox (Using VB)? Please Help …

Hi Stephen Lister thank for reply.But is the method in displaying text in LN Script is similiar as VB program?

Currently I only able display text in the Current Document, but not in DialogBox (using VB program).

Can u please show me some examples.

Thanks for respone.

Subject: RE: How to Display Text in DialogBox (Using VB)? Please Help …

I repeat - look in the Notes Designer help file - everything you need is there. The help has lots of examples of exactly how to use the LotusScript version of DialogBox. LotusScript may be similar to VB, but it isn’t VB.

I’m sorry, but I refuse to help anyone who can’t even be bothered to look at the Help first. If that seems harsh, then too bad.

Stephen Lister