What is the difference between Implements and Inherits keyword?
What is runtime host?
How to move to the last row of a table in VB.Net
Latest Answer: If any one want to get the last row it simple:TryDim cmd As New SqlCommand cmd.CommandText = "SELECT Max(Tour_ID) FROM Tours"cmd.CommandType = CommandType.Textcmd.Connection = sconnectsconnect.Open()Label20.Text = cmd.ExecuteScalar()Catch ex ...
What is Filenet and Kofax? Explain in detail
Latest Answer: filenet:A system for storage of {images} on laser disk using {COLD}. (1995-11-09). ...
How to create Text report and Excel report?
What is the difference between the picture and image controls in VB6.0
Latest Answer: the main difference bw this two controls is .when you place the picture box on your form .the displaying size of the picture is the size of the picture box .in image controlwhole picture is displayed on the with in the size of image box ...
What is the difference between int and int32
Latest Answer: There are the below differences between int and int321. It is good practice in the programming that code should be more readable, when you will use int32 it is explicitly specifying that it is a 32 bit integer, even int is also 32 bit integer.2. int is ...
How can we make INSERT, SELECT, UPDATE & DELETE statements using Stored Procedures?
How to insert a word file text to database without writing insert statement.?How can we raise a event in interface when RAM is fille of its 80% of memory?
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top