You can design your own usercontrol or refer to the previous post by Qveen72 for an easier solution.
How to Add Spaces and Lines in Message Box?
Collapse
X
-
-
Ok I got the Idea,
Thanks Debasis, Veena
I cant see my other post of Auto Generating the Custom No. While Saving Record? I have posted with the codes I have used. Does it normally take long to Appear in the Forum?
HirenComment
-
Originally posted by Hiren JoshiOk I got the Idea,
Thanks Debasis, Veena
I cant see my other post of Auto Generating the Custom No. While Saving Record? I have posted with the codes I have used. Does it normally take long to Appear in the Forum?
Hiren
The thread is here.Comment
-
whassup guys i dn knw how to do line space in msgbox
which is
Dim year
Dim loan
Dim rate = 0.037
Dim install
loan = CDbl(txtb1.Text )
year = CDbl(txtb2.Text )
install = ((loan + (loan * rate)) / (year * 12))
MsgBox("Loan :" & loan, "year :" & year, "installmen t :" &install.msg box = FormatCurrency( install, 2))
got error but whwn a time do nt have any error
can you guys help me to do this programming ?Comment
Comment