Rhizardhy TutoriaL

;

Tag: Basic

Basic : Project and Form Process

by aredie on Jul.05, 2009, under Tutorial

Create a First Project

Step to create a project in the first time is:

  • Running the Visual Basic 6.0. Start > All Programs > Microsoft Visual Studio 6.0 > Microsoft Visual Basic 6.0. Or you can use one click Shortcut. :)
  • And then, appears New Project dialog box such as the image below :
  • (continue reading…)

1 Comment :, , more...

Hole in the Shou*mix

by aredie on Jun.21, 2009, under General, Tutorial

Haha, sebenarnya ini adalah masalah yang sudah ada sejak dulu, tapi karena pihak terkait belum membenarkannya, dan saya hanya ingin berbagi kepada teman-teman blogger.

Sebelumnya, saya ingatkan, saya menulis ini bukan karena saya tidak suka dengan Shou*mix. Saya hanya ingin berbagi informasi kepada teman-teman yang mungkin saja tidak mengetahui.

(continue reading…)

9 Comments :, , more...

Program 1 [Add]

by aredie on Jun.15, 2009, under Tutorial

  • enter the 3 labels, text 3, and 3 commandbutton to the form. And set as the image below.

vb4

  • and change the properties of objects similar to this :

vb7
(continue reading…)

3 Comments :, , more...

Make Readmore in WordPress, Its so simple!!

by aredie on Jun.14, 2009, under Tutorial

are you sure??

yeahh…i will tell you how to make Readmore with a simple steps!!
that all…..

1. prepare your content
2. write the content as usual
3. click “HTML”

wp4
(continue reading…)

Leave a Comment :, , more...

Change Your Theme!!

by aredie on Jun.14, 2009, under Tutorial

are you bored with your current theme??

u can’t change your theme??

yeahhh….in this article, you will know how to change your WordPress theme. First, u must download theme what do you want.  u can download theme in here.  U dont like the theme?? haha, use search engines like Google, Yahoo, and Msn.

Warning!! u must read the detail of the theme, “Compatible with Wordpress 2.7″ your WordPress must 2.7 or higher.
(continue reading…)

1 Comment :, , , more...

Basic of Visual Basic [Design the Interface]

by aredie on Jun.14, 2009, under Tutorial

There are  steps to building a Visual Basic Application :

Step 1 : Design the interface

Step 2 : Setting Properties of the controls.

Step 3 : Write listing program [code of program]

and now, I will tell you about Design the interface.
(continue reading...)

1 Comment :, more...

Basic of Visual Basic 6.0 [Function of Toolbox]

by aredie on Jun.13, 2009, under Tutorial

You must instal Visual Studio, if you want to using Visual Basic. It is finished??, u can click Start > All Programs > Microsoft Visual Studio 6.0 > Microsoft Visual Basic 6.0, or u can double click in your desktop [if u create shortcut].

the first is, u must know about the function of toolbox.  and, this is function of toolbox.

Tool Name

What This Tool Does

Pointer

Selects objects

Picture box

Draws a box to display graphics

Label

Draws a box to display text

Text box

Draws a box that can display text and let the user type in text

Frame

Groups two or more objects together

Command button

Draws a command button

Check box

Draws a check box

Option (or radio) button

Draws a radio button

Combo box

Draws a combo box

List box

Draws a list box

Horizontal scroll bar

Draws a horizontal scroll bar

Vertical scroll bar

Draws a vertical scroll bar

Timer

Places a timer on a form

Drive list box

Draws a drive list box that displays all the disk drives available

Directory list box

Draws a directory list box that displays a directory on a particular disk drive

File list box

Draws a file list box that displays files in a specific directory

Shape

Draws a geometric shape such as a circle or a square

Line

Draws a line

Image box

Draws a box to display graphics

Data control

Draws a control to link a program to a database file

OLE

Draws a box to insert an OLE object

Leave a Comment :, more...