-
MessageBox class In VB.NET 2005
Message boxes are often used objects. They are derived form Form Class, displayed modally and used to take user’s acknowledgement and also inform the user or alert the user of any thing that needs to be informed or alerted.
You cannot create a new instance of the System.Windows.Forms.MessageBox class. To display a message box, call the static method System.Windows.Forms.MessageBox.Show.... -
-
Photos testing in QTP question
I have a page (let say www.abc.com) which contains the text "total photos (15)" where 15 is a variable which keeps changing as and when photos are added or deleted. On this page I have put a Text Checkpoint which is checking whether 'total photos (15)" is there or not and I have given a variable (t) in place of 15, i.e. Browser("abc").Page("def").Check CheckPoint("My photos-Public ("&t&")", so that...
-
-
-
-
-
How to send message to another client machine which is in Network in VB.Net using remoting?
Can any one tell me how to start?plz
-
-
-
-
-
-
How to use indexes in Dot Net 2005?
I am working on migration project from VB to Dotnet 2005.Actually in VB indexes are used.
-
-
JIT (in .NET ) stands for:
A) Just in TimeB) Job in TransitC) Java Intermediate TranslationExplanation: JIT compiler in .NET stands provides Just in time compilation feature.
-
-
-
-
VB.NET Interview Questions
Ans