Can we display only integers / numbers through the message
box? Is there any constraint to do so?
Answer Posted / sachin
Message box can display both integer and string like we can
give
Msgbox 5
Msgbox "5". But really there is an issue with VB's message
box for the length. It can only display limited text. What
I mean is
If we concatenate a string to a very large string in a loop
(for eg selected items in a listview,grid etc) then if we
put this string in a message box like
msgbox strSelection . Then you will notice that half of
your string will be missing. So same will happen with
number but it doesn't make sense we ever having a large
number like that !
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is meant by Establish Connection in RDO?
Types of LockEdits in RDO.
Difference between ActiveX Exe and Dll.
what is the Difference between Recordset and Querydef?
How do I make my applications screen-resolution independent?
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
How can you Implement windows functionality in VB?
Scope of API?s can be of different types, what are they Why API functions are Required?
Explain the working with task in Gantt chart view.
How many tabs in a tabbed dialog do you consider appropriate?
How would you use ActiveX Dll and ActiveX Exe in your application?
___ argument can be used to make a menuitem into bold.
What is hyperlink?
How would you convert a form into document?
Difference between Recordset and Resultsets.