C
ChristyC
I am trying to add a drop down box to a Dialog box that is created on the fly
when a user selects a button located in the tool bar. I know the code to
create textbox, option buttons, and buttons. Can someone please help. I
have looked everywhere for a sample code module with no luck.
CODE for the Dialog box:
WordBasic.BeginDialog 606, 260, "TxDOT Memorandum Information"
WordBasic.Text 24, 11, 123, 13, "Memo Recipient", "Text1"
WordBasic.TextBox 24, 28, 301, 18, "Recipient$"
WordBasic.Text 24, 53, 108, 13, "Memo Sender", "Text2"
WordBasic.TextBox 24, 69, 302, 18, "Sender$"
WordBasic.Text 24, 93, 108, 13, "Memo Subject", "Text3"
WordBasic.TextBox 24, 110, 302, 18, "Sub$"
WordBasic.OKButton 364, 40, 123, 21
WordBasic.CancelButton 364, 80, 123, 21
WordBasic.EndDialog
when a user selects a button located in the tool bar. I know the code to
create textbox, option buttons, and buttons. Can someone please help. I
have looked everywhere for a sample code module with no luck.
CODE for the Dialog box:
WordBasic.BeginDialog 606, 260, "TxDOT Memorandum Information"
WordBasic.Text 24, 11, 123, 13, "Memo Recipient", "Text1"
WordBasic.TextBox 24, 28, 301, 18, "Recipient$"
WordBasic.Text 24, 53, 108, 13, "Memo Sender", "Text2"
WordBasic.TextBox 24, 69, 302, 18, "Sender$"
WordBasic.Text 24, 93, 108, 13, "Memo Subject", "Text3"
WordBasic.TextBox 24, 110, 302, 18, "Sub$"
WordBasic.OKButton 364, 40, 123, 21
WordBasic.CancelButton 364, 80, 123, 21
WordBasic.EndDialog