-
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,
-
-
How to remove application name form application tab in task manager using vb.net windows application
hi all,In my project is also administrator purpose also.I have not found solution about how to remove application from task manager using vb.net windows application.In vb.net I have not found properties of application with respect of that issue.But in vb it have properties of app.task visible then it is possible in vb.Please help me to avoid that issue.Imports System.Diagnostics The there is a method...
-
Which of the following is not a method of a Connection Object in VB.NET?
A) Open ( )B) BeginTransaction ( )C) Execute( )D) Commit Transaction( )
-
-
File System Object
How do create a fileSystemObject?
-
The metadata stored in the assembly is called :
A) AssemblyInfoB) manifestC) AssemblyData
-
VB.NET Array Problem
if i identify an array ,like the below and thenDim color() As String Private Sub coloring_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load color(0) = "red" color(1)="blue" color(2)="black" i want to take each element to give it some specification like the belowred use 2 day , 10 people wear it ,valid for 25 dayblue use 9 day , 25 people wear it...
-
VB.NET List Box
How can i retrieve records of a column having certain criteria and display the records in a list box? Please help me...
-
Windows-based application code segment
You develop a Windows-based application that includes the following code segment. (Line numbers areincluded for reference only.)01 Public Sub password_Validating (ByVal sender As _02 Object, ByVal e As _03 System.ComponentModel.CancelEventArgs)04 Handles password.Validating05 If ValidPassword() = False Then06 'Insert new code.07 End If08 End SubYou must ensure that users cannot move control focus away...
-
Dataset is always disconnected
A) TrueB) False
-
Class Library
What Is Class Library? How will you use class library in project?
-
Examples of Extended Provider are
A) Dataprovider & Error HandlerB) Errorprovider & HelpproviderC) Errorhandler & FinalizerD) None
-
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
-
Pring Data Grid
How to print data grid?
-
Class Library
What are the benefits of using Class Library?
-
Remove Records in GridView
How to remove records by selecting checkboxes in gridview?
-
Date Time Picker
HiI am doing a project on bug tracking tool using VB.NET. For that i need a date time picker control as one in usual vb. I checked the tool box but i couldn't find it. So for the time being i am using a text box and a button to enable the calender control,using which i am selecting the date. Is there any reference to add to get that control.Can some one help. Regards...
-
How many levels of compilation happens in .NET Framework
A) One LevelB) Two LevelC) Three LevelExplanation: Source Code to MSIL in first level & MSIL to Native code in second level
-
Create Set-up File with Product Key
How to create set up file with product key for Windows application?
VB.NET Interview Questions
Ans