answersLogoWhite

0

You can make a clear text button just by dragging the textbox from toolbox window and drop on form design window,then you can modify the text button by either enlarging it or decreasing the size

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can you make an URL button at visual basic 6?

http://www.swapitshop.com/friend_jump?user_id=1759213&creative_id=17


How do you make back buttons in Visual basic 2008?

If you are using it for a web browser like internet explorer, add a back button, then double click it and enter: webbrowser1.goback.


Why was Visual Basic invented?

I guess Visual Basic was invented for people to make their own programs and also to have an interest in programming or computer science.


How to make grading system in visual basic 6.0?

first you must have a visual basic if not how can make this?? jsut simply follow this code: end that's it.. thank you/..:) i hope i help..


Make a os with visual basic 2008?

No but you can in C or C++


Can you make a cp trainer without visual basic?

yes :)


How do you make a webcam recording software with Visual Basic?

yes


When command button is pressed in visual basic then how to make a form appear?

jst type this in the coding of command button me.hide form2.show


What program did microchip123 make penguin storm?

Visual basic 6


What language do I need to know to make softwares in Microsoft visual basic 2008 express edition and which internet sites can teach me it?

The language you need to know is called "visual Basic" (what a surprise!) and there is a tutorial actually on visual basic 2008 express edition


What is VB program?

Visual Basic is a powerful programming language used to make programs for use with Windows. VB can make from either the simplest, to the most advanced programs. Visual Basic is very easy to learn compared to other languages.


How do you make a button in visual studio that will make a checkbox turn to the checked state?

Double Click your button and add this code...CheckBox1.CheckedState = CheckBox1.Checked