-
XCopy Deployment
What is the meant by XCopy Deployment?
-
Check Status of Workstation
How to check the status of workstation programatically?
-
Create Assembly from COM Objects
How to create Assembly from COM objects and COM objects from Assemblies.
-
Assembly Vs. COM Object
How is an Assembly different from a COM object?What is the advantage of Assembly over COM Objects? What is difference between Assembly and Components?
-
Database Connection
How to connect a textbox with backend SQL SERVER to display data from database?
-
Instantiates .NET Object
How does VB.NET instantiates the .NET object ?
-
Redo and Undo in Textcontrol
How will you do Redo and Undo in a TextControl?
-
Create and Use dll, exe and ocx files in VB
How to Create .DLL FilesHow to Create .EXE FilesHow to Create .OCX FilesDifference between .Ocx, .Dll and .Exe Files
-
Crystal Reports at Run Time
What is Difference between Data Report and Crystal Report? How to use Crystal Report.How to create Crystal report at Runtime in VB 6.0.
-
DataGrid Header Text
How to change header text of coloumn in data grid which is binded to access data source dynamicaaly?
-
User Treads and Kernel Threads
What is the difference between User Treads and Kernel Threads?
-
CLR
How does a CLR works internally?
-
Create Assemblies
How to create assemblies?
-
Create Set-up File with Product Key
How to create set up file with product key for Windows application?
-
Remove Records in GridView
How to remove records by selecting checkboxes in gridview?
-
Pring Data Grid
How to print data grid?
-
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...
-
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...
-
Data manipulation using datagridview in vb.net 2005
I would like to ask that in a master detail form I want to add / delete / modify records in master or detail (datagridview ) with the help of different buttons. My problem is I am not able to do this in datagridview. I used dataadapter and update method and various other things but I could not do it. Pl. suggest me how to do this ? How can I achieve this ?
-
VB.NET Interview Questions
Ans