DOWNLOAD [TUT] Learn How to make Basic Program/Software using VB.net

Status
Not open for further replies.

TAMARAW8

Registered
Joined
Jun 12, 2014
Messages
230
Reaction score
11
Points
1
Mga idol, Sa mga gustong matutong gumawa ng software/program, Lagi ng tumutok dito
Pambawi sa pagkawala ko.. :D :wink

Good for IT Students na member ng ANT COLONY

Tools needed:
DL po kayo ng Visual Basic 2010 dito
then install nyo na lang po sa PC nyo.


[TUT] Learn How to make Basic Program/Software using VB.net

ANT COLONY 1st PROJECT "HELLO"

Procedure:

1. Open VB
2. Click "New Project" Button Select windows forms application
ant_A.png


ant_B.png



3. Click "toolbox" then drag and drop the ff:
(1) textbox
(2) labels
(1) button
ant_C.png



4. Double click form1 and change "TEXT" in properties
ant_D.png


5. Do this also in Labels, and button
Change Label 1 text to "username"
Change button text to "Enter"
Change label 2 text to "Please enter your username"
ant_E.png



6. double click Button then insert this code
ant_F.png



Code:
 If TextBox1.Text = "" Then
            Label2.Text = "Please Enter your Username!"
        Else
            Label2.Text = ("Welcome idol " & TextBox1.Text)
        End If


ant_G.png


7. Press"F5" to test our project
ant_H.png


ant_I.png



br. TAMARAW8
 
Last edited by a moderator:
up ko lang po...

idol pwede bang gumawa ng program/software using Portable - MS Visual Basic 6.0
 
up ko lang po...

idol pwede bang gumawa ng program/software using Portable - MS Visual Basic 6.0

Opo idol... pwede po..

Pero mas maganda po ay DL nyo po itong tested ko na Visual Studio 2012

DOWNLOAD HERE


at ito ang serial na gamitin ny para maging Full

MMVJ9-FKY74-W449Y-RB79G-8GJGJ

br. TAMARAW8
 
galing boss..gagawa pala para TMA program pra sa costumer na nakatingin sa. pc..ung cmd lang po sya na nagkacount 1to 100..hehe. para di masabi ni tumer na madali lang paggawa..
 
galing boss..gagawa pala para TMA program pra sa costumer na nakatingin sa. pc..ung cmd lang po sya na nagkacount 1to 100..hehe. para di masabi ni tumer na madali lang paggawa..

sige ka awayin ka nanaman ng customer mo pogz! nyehehehe...=))
 
ang thread starter ay matagal ng patay..

ipagpaumanhin po ninyo na hind ena namin binura ang kanyang threads

closed!
 
Status
Not open for further replies.
Who read this thread (Total readers: 0)
No registered users viewing this thread.
Back
Top