Resources - visual basic programming, Visual Basic Programming

Assignment Help:

RESOURCES

The cursors, Icons, dialog, bitmaps accelerators, menu, table tool bar and string are the different resources. The resources are compiled by the resource compiler. The linker will bind the object (*.obj) files &resource (*.res) files into the executable (.exe) file.

Cursor:

The Cursor points to a few element on the screen. The character-based screens cursor is a blinking rectangle or an underline symbol. On Windows it might be an I-beam or an arrow.

Icon:

An icon is the small image that represents a file, program, link to a Web page, picture, or other type of information stored on the computer. The Double-clicking on an icon causes the file, program, Web page or picture to open.

Bitmap:

The Bitmap is a method of storing the information which maps an image pixel, bit by bit. The bitmapped file format are .pcx, .bmp,.pict, .pict-2, .tif., tiff, and so on.

Accelerator:

The Accelerators are the short cut keys. It is a key combination like Alt+0, Alt+F9, Ctrl+A to activate the task.

Toolbars:

The Toolbars are buttons to activate the functions in the application. The floppy sign is a tool bar for saving. They will be related with the corresponding menu items. The toolbar is a window which contains a row of command buttons. Clicking the button will concern the predefined command. For choosing a menu item you can click the toolbar equivalent to the menu item. The toolbar buttons are arranged and are bitmaps in a row.


Related Discussions:- Resources - visual basic programming

Creation of the menu in visual basic, Creation of the Menu in VB 1. Ini...

Creation of the Menu in VB 1. Initiate a new project by choosing a file and then new project. 2. Now select the Standard EXE as the Project type. 3. Build the Form1 activ

Find the total cost, Case: Design a web page that contains the VBScript uti...

Case: Design a web page that contains the VBScript utilized for calculating subtotals, taxes, discounts & totals as well as code utilized to validate use

Events - intrinsic contol, Events: The Controls are placed on a form a...

Events: The Controls are placed on a form and then to make them functional an "event procedure" is related with the control object. An event process is what happens in respons

The document - document view architecture, The Document: The document ...

The Document: The document contains the user's data. For illustration, after working on a text processor, the user may wish for to save the file. Such an action builds a docum

Insertion and deletion in algorithm, translate''Q''for insert into element ...

translate''Q''for insert into element and''Q''delete for deletion element into programming language

Check whether a number is palindrome or not, Function IsPalindrome(str) ...

Function IsPalindrome(str) Dim iStart,iEnd,ctr,blnPalin str=trim(str) blnPalin=true iEnd=len(str) iCnt=round(iEnd / 2) iStart=1 for ctr=1 to cint(iCnt) if(mid(str,iEnd,

Check box - visual basic, Check Box: The check box control takes the v...

Check Box: The check box control takes the value as on or off or grayed. The grayed one is neither on nor off. The user can transform the setting of the grayed check box.

Scope and lifetime of variables, The scope of a variable is finding out by ...

The scope of a variable is finding out by where you declare it. While you declare a variable in a procedure, only code in that procedure can access or alter the value of that varia

Application to count the number of possible triangles, A triangle is equila...

A triangle is equilateral if all three sides are equal, isosceles if any two (but no more than two) sides are equal, and scalene if no two sides are equal. A triangle will be input

Differences between Property Get, What are the differences between Property...

What are the differences between Property Get, Set and Let? Set - Value assigned to ActiveX Object from the form. Let - Value retried to ActiveX Object from the form. Get- Assigns

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd