what does mbln in mblnrects mean? my boolean?
No Answer is Posted For this Question
Be the First to Post Answer
how to use the GetTickCount() properly and what is that procedure for?
Keep all the contract numbers in a array and make a loop . Example:12134,5678,91011,1214125 are contract numbers.
can everyone explain this code Private Sub DrawRect(rectSource As RECT, lngColour As Long) Line (rectSource.Left, rectSource.Top)-(rectSource.Left, rectSource.Bottom), lngColour Line (rectSource.Left, rectSource.Top)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Left, rectSource.Bottom), lngColour End Sub
write the vbscript code to print the following pattern :- 1 + (1 + 2) +(1+2+3).....
how to write a program to accept names and marks of 10 students from the user and display the names and markes of only the passed students. Marks greater than or equal to 35 is considered as pass.
Can Any one suggest how we connect QTP and Mainframe and do validation from Mainfram screen
In QTP one function can return more than one value?
display 1 to 9 in a 3*3 matrix in vbscript
what is the full form of dim?
How to Check if a string is alphanumeric or not using VB Script
write a vb script to check equal two 2*2 matrix
what does mbln in mblnrects mean? my boolean?