-
-
-
-
-
-
How to stop a form refresh in vb.net windows application
hi all,I am used in me.showintaskbar property to remove application from taskmanager.but it removes the form(application)it still refreshes.How to stop the form refresh.to avoid that issue please help me.Thanks,
-
-
VbCrLf
Hello I would like to know what vbCrLf stands for? How it is used and where it is used? Private Sub btnCalculate_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btnCalculate.Click Try Dim decMiles As Decimal = Convert.ToDecimal(txtMiles.Text) Dim decGallons As Decimal = Convert.ToDecimal(txtGallons.Text) Dim decEfficiency As Decimal = decMiles / decGallons...
-
-
-
-
Can you create Windows Services using VB.Net
A) YesB) No
-
Every .NET compliant compiler generates IL:
A) TrueB) False
-
Can you have optional parameters in VB.NET code?
A) YesB) No
-
My.Application.Log.WriteEntry , by default , writes to the file:
A) assemblyname.logB) Applog.LogC) Application.LogExplanation: This file is located in the application�s data directory.
-
To find out the role of the logged in user, you�ll use:
A) User.IsInRole(�Administrators�)B) User.Role(�Administrators�)C) UserRole(�Administrators�)
-
What is the corresponding datatype in VB.Net for variant in VB
A) ArrayB) ObjectC) ListD) String
-
In VB.NET which of the following restrictions does not exist?
A) No of variables used in modulesB) Module sizeC) NamingD) All of the above
-
In VB.NET Optional parameters must be
A) First parameter in method signatureB) Second parameter in method signatureC) Last parameter in method signatureD) None
-
Select the keyword used to declare an event signature
A) SignatureB) EventC) EsigD) Eref
VB.NET Interview Questions
Ans