GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET
Go To First  |  Previous Question  |  Next Question 
 VB.NET  |  Question 8 of 60    Print  
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

  
Total Answers and Comments: 1 Last Update: May 02, 2007     Asked by: Rajiv khanna 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 01, 2007 21:45:44   #1  
gamesday        

RE: How can we get the contents information that are d...
I think you want the openfiledialog unless your saving then savefiledialog. Add one to your project. the simplest usage allowing you to use in any fashion would be

Dim OPEN as New Openfiledialog
open.showdialog()

then when you hit open on the dialog you can pass that information such as

Dim a as string
a open.filename()

a will then D:/Filename.smt or whatever its real directory is

Ofcourse there more recomended approaches to this method but that should get you somewhere

 
Is this answer useful? Yes | No

 Related Questions

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
Read Answers (1) | Asked by : Rajiv khanna

Latest Answer : we can use adrotator control to use like powerpoint presentation ...
Read Answers (1) | Asked by : Neelam Gupta

How to check for a particular record whether it is present or not in dataset if the record is not present i want to display a message as no records what is the code for checking
Read Answers (7) | Asked by : subrahmanyam

View Question | Asked by : sushil kumar

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 ...

How can i retrieve records of a column having certain criteria and display the records in a list box? Please help me... 
Latest Answer : dim con as sqlconnectioncon=new sqlconnection("server=visuall;database=urdbname;uid=sa;password=urpassword")con.open()dimquerycommand as sqlcommanddim reader as sqldatareaderquerycommand=new sqlcommand("select * from emp",con)reader=querycommand.executereader()while(reader.reader())listbox1.items.add(reader(0).tostring() ...

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. ...
Read Answers (2) | Asked by : Sudiya

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. ...
Read Answers (1) | Asked by : Sudiya


 Sponsored Links

 
Related Articles

High Level Data Link Control (HDLC)

High Level Data Link Control HDLC The High Level Data Link Control protocol was developed by the International Organization for Standardization ISO It is used for switched and non switched networks and is a bit oriented architecture The High Level Data Link Control has been accepted and used widel
 

Synchronous Data Link Control (SDLC)

Synchronous Data Link Control SDLC The SDLC or the Synchronous Data Link Control was first developed by IBM It is basically a linked layer protocol which can be used with systems network architecture or the SNA environment In this system all the functions in a network can be defined and slotted into
 

ERP Operation and Control

ERP Operation and Control The selection of the most suitable management system is it a difficult decision to make but once it is decided the next step is the operation and maintenance of ERP It is necessary to know well all the capacities and abilities in order to exploit the system to its fullest e
 

ERP Systems as Quality Control Support

ERP Systems as Quality Control Support For the past few years ERP systems have became one of the most powerful tools for quality control management But ERP is just an informatics system that provides support to the integrated business management mosgoogle center Goals of the Quality Control Module i
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Supply Chain Management : Quality Control in Industrial Engineering

Supply Chain Quality Control in Industrial Engineering When it comes to the industrial engineering aspect of supply chain management quality control and quality assurance are two duties that must be undertaken The former refers to the process whereby measures are taken to make sure defective product
 

VSAM Control Interval and Control Area

VSAM Control Interval and Control Area In this Mainframe tutorial you will learn about VSAM Control Interval What is a Control Interval in VSAM and Control Area what is VSAM control area attributes in the control area index component mosgoogle center What is a Control Interval in VSAM Control Interv
 

JavaScript Browser Objects Part 2

JavaScript Browser Objects Part 2 In this JavaScript tutorial you will learn about Browser Objects viz button object properties of button object form name value Methods of button object checkbox object properties of checkbox object checked defaultChecked form name type value Methods of checkbox obje
 

JavaScript Browser Objects

JavaScript Browser Objects In this JavaScript tutorial you will learn about browser objects in JavaScript categories of browser based objects additional browser objects anchor object link object properties of link object and methods of link object mosgoogle center JavaScript supports a number of bro
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape