Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the diff between the Create Object and Get object?

Answers were Sorted based on User's Feedback



What is the diff between the Create Object and Get object?..

Answer / guest


Create Object - To create an instance of an object.
Get Object ? To get the reference to an existing object.

Is This Answer Correct ?    10 Yes 0 No

What is the diff between the Create Object and Get object?..

Answer / abcd

1. CreateObject creates an instance of a class
2. GetObject gets the reference of an running object
to another object
3. Always use CreateObject except for Windows
Management Instrumentation (WMI) and Active Directory
Service Interfaces (ADSI)
The below script demonstrates the use of these two VBScript
functions.
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
Set objWorkbook = objExcel.Workbooks.Add

Set objExcel2 = GetObject(, "Excel.Application")
Set objWorkbook = objExcel2.Workbooks(1)
Set objWorksheet = objWorkbook.Worksheets(1)
objExcel2.Cells(1, 1).Value = "In god I TRUST everything
else I TEST."

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What do you mean by HTTP?

1 Answers  


what is differece b/w Module and class Modules in vb6? thanks

4 Answers   Ask Techsys, TCS,


How can you Navigate from the DHTML application to another DHTML application? .

0 Answers  


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


What is MAPI ?

2 Answers  


Which controls can not be placed in MDI?

3 Answers  


What is the difference between <F8> and <Shift-F8> when debugging?

2 Answers  


What is the error message that you would get if you try to use a recordset that is not initialized to anything?

2 Answers  


What is DSN?

0 Answers  


How would you create your application in DHTML?

0 Answers  


____ property is used to lock a textbox to enter a datas.

0 Answers  


Types of LockEdits in DAO? 51 .Types of Recordsets.

0 Answers  


Categories