How can we get the contents information that are displayed in a web browser control in vb.net.Suppose if we display the "C:\" or "D:\" of the computer in a web browser and we want to get any folder details but not ny rigth clicking the folder. How to do that plz help
Latest Answer : we can use adrotator control to use like powerpoint presentation ...
Latest Answer : Dim con As New SqlConnection _
("Server=YourServer;uid=;pwd=;database=northwind")
Dim da As New SqlDataAdapter _
("Select * From MyImages", con)
Dim MyCB As SqlCommandBuilder = New SqlCommandBuilder(da)
Dim ds As New DataSet()
da.MissingSchemaAction ...
Latest Answer : i want to store word/excel/text file into sql server database from vb.net and also want to retrieve it give source code and explanation ...
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
Latest Answer : see carfully datetimepicker control in toolbox where windows controls show ...
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
Latest Answer : e.cancle = TrueIf the input in the control does not fall within required parameters,the property within your event handler can be used to cancel the Validating event and return the focus to the control. ...
You use Visual Studio .NET to create a Windows-based application. The application includes a form named GraphForm, which displays statistical data in graph format. You use a custom graphing control that
Latest Answer : F. Set GraphForm.FormBorderStyle to one of the Fixed styles. ...