Find Interview Questions for Top Companies
Ques:- Difference between DDE and OLE.
Asked In :-
Ques:- What methods are used for DBGrid in unbound mode?
Asked In :-
Right Answer:
In unbound mode, the methods used for DBGrid include:

1. **AddItem** - To add a new row of data.
2. **RemoveItem** - To remove a specific row.
3. **Clear** - To clear all rows from the grid.
4. **Refresh** - To refresh the display of the grid.
5. **Move** - To navigate to a specific row.

These methods allow for manual management of the data displayed in the DBGrid.
Ques:- How to find size of the file. Which method or function is used to occomplish this?
Asked In :-
Right Answer:
You can use the `FileLen` function in VB to find the size of a file. For example: `fileSize = FileLen("C:pathtoyourfile.txt")`.
Ques:- Private Dim x as integer. Valid ?
Asked In :-
Ques:- To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Asked In :- blue yonder gmbh,
Ques:- How would you find out the value property in Slider Bar Control?
Asked In :-
Right Answer:
You can find the value property of a Slider Bar Control in VB by using the `Value` property of the slider control. For example, if your slider control is named `Slider1`, you can access its value with `Slider1.Value`.
Ques:- Difference between Dynaset and Snapshot?
Asked In :-
Ques:- How would you create Visual basic Document file?
Asked In :-
Ques:- Types of LockEdits in RDO.
Asked In :-
Ques:- Types of ActiveX Components in VB?
Asked In :-
Ques:- What is the diff between the Create Object and Get object?
Asked In :-
Ques:- How would you view html code in Active Server Pages?
Asked In :-
Ques:- HTML stands for What? Use of HTML ?
Asked In :-
Right Answer:
HTML stands for HyperText Markup Language. It is used to create and structure content on the web.
Ques:- How to get freefile location in memory?
Asked In :-
Right Answer:
You can get the free file location in memory in VB by using the `FreeFile` function, which returns the next available file number. For example:

```vb
Dim fileNumber As Integer
fileNumber = FreeFile()
```
Ques:- What is the diff between RDO and ADO?
Asked In :-


The Visual Basic (VB) category on takluu.com is tailored for developers and IT professionals preparing for interviews focused on VB programming and application development. Visual Basic, a product of Microsoft, offers an event-driven programming environment ideal for building user-friendly Windows desktop applications rapidly.

This section covers fundamental and advanced topics including VB syntax, variables, data types, control structures, procedures, functions, error handling, and event-driven programming. You will also find detailed explanations on working with forms, controls, ActiveX components, and database connectivity using ADO or DAO.

Interview questions often focus on your ability to write efficient code, debug applications, and design intuitive interfaces. Candidates preparing for roles such as VB Developer, Software Engineer, or Application Programmer will benefit from learning about object-oriented features in VB, modular programming, and integration with other Microsoft technologies like Excel VBA.

The content also addresses real-world scenarios like automating business processes, managing user inputs, and handling exceptions gracefully. Understanding legacy VB applications and transitioning to VB.NET or other modern platforms is an added advantage.

At Takluu, we provide comprehensive study materials, coding examples, and interview tips to help you master Visual Basic and succeed in your technical interviews.

Whether you are a beginner or experienced developer, this category equips you with the skills needed to build robust Windows applications and excel in your career.

AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users