Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Exclusively for Visual Basic 6.0 Programmers Only!

Guys,

pahelp naman po..baka po pwede makahingi ng reviewer ng NC4 sa vb6.0 at c++..need ko lng po talaga makapasa para makuha ko na diploma at tor ko..

tulungan nyo naman po ako..cge na po guys...

salamat..

basta review ka lang about SQL,Adodb tsaka Adodc sa Vb6 library system kac gagawin nyo dun.. sa c++ naman how to connect sa notepad ang gagawin nyo..

read and write sa text file..
 
HELP: paano gumawa ng installer?

almost done na po ako sa case study namin vb6 then dapat daw po gawin namin syang installer. ano po ba ung mga dapat kong gawin? wala po akong idea kung papano gawin yun. saka gumamit din po ako ng mga ocx automatic na po ba un ma reregister kapag nag install na ung project? help naman po.a

thanks!
 
mga bossing baka po alam nyo kung panu toh icode :D

ito poh ung situation

> panu poh iadd ung digit ng isang positive number pra makuha ung total nila

example : 314

3+1+4 = 8

panu poh mku2ha ung total number n 8 baka alam nyo poh kung panu.. any help po is highly appreciated..

thank you poh in advance :D
 
Phonebook [vb6.0]

sample po ng phonebook using vb 6.0
maikli po ang code sa delete, update and save;

sample code po sa delete

Private Sub cmdDelete_Click()
tbl.Delete
tbl.UpdateBatch adAffectAll
MsgBox "Record Succesfully Deleted!", , "Deleting.."
Set tbl = Nothing
tbl.Open "Select * from tbl", db, adOpenStatic, adLockOptimistic
Call disp
Call nav
End Sub
 

Attachments

  • Phonebook.zip
    53.7 KB · Views: 6
mga bossing baka po alam nyo kung panu toh icode :D

ito poh ung situation

> panu poh iadd ung digit ng isang positive number pra makuha ung total nila

example : 314

3+1+4 = 8

panu poh mku2ha ung total number n 8 baka alam nyo poh kung panu.. any help po is highly appreciated..

thank you poh in advance :D

eto po ung code


Dim num, a, b, c, total As Integer

num = Val(Text1)
a = num / 100
b = Val(num Mod 100) / 10
c = num Mod 10
total = CInt(a) + CInt(b) + CInt(c)
 
hi po sa lahat ng tao dito ^__^

sarap pala dito dami ko matutunan lalo na sa vb6, kakaumpisa kolang ng vb6 mga 5days palang kaya kunti lang alam kong codes...

dahil dito sa thread nato, nakagawa na ako ng login form... Yepey ^__^

so far e2 na nagawa ko---->View attachment 332950

gusto ko pa sana i momodify to ehh, kaso hangang dito palang tlga ang kaya ko.

2 types po ang user dyan which is admin at end-users

gusto ko po sana makakagawa ng account management sa admin side pero parang nahihirapan pa ako....

account management is yung mga may Edit or Delete account (End user), andun yon sa admin account file>manage>user account

calculator pala eto na may log in form hehehe

patulong naman po... gusto ko pa matuto, sana may maka tulong sa kin...

admin account = admin:admin

e2 po ung program na minodify ko, ahm ung idea is from your program itself but I included something na makakatulong.
:thumbsup: :clap:
 

Attachments

  • Modified project.zip
    87.4 KB · Views: 12
sino pwede makatulong sakin?

gumgawa po akong inventory system
di ko po alam kung pano po isave sa records ng database ko po ung mga nasa loob ng lexgrid. meron poba kaung tuts dun? nid helppo asap :((
 
ayus to ahh hehehe buti nalang meron to VB 6.0 na kami sa programming
 
:)tanx sa thread na to :yipee:
mga sir, request po ng code, yung po magchange ng shape ng form and if meron po keo link jan pra makadownload ng OxenXPsuit sir full version? tanx in advance po!
 
basta review ka lang about SQL,Adodb tsaka Adodc sa Vb6 library system kac gagawin nyo dun.. sa c++ naman how to connect sa notepad ang gagawin nyo..

read and write sa text file..

meron po ba kayong sample program ng library system na pwede ko pong aralin..please help me po...salamat po talaga..
 
help mga bros, saan po ako makakadownload ng complete software ng Visual basic 6..
 
mga sir.. pede po phelp?? pnuh po madisable ung Alt+tap ? or ung alt key lan... please help.. at ung start shortcut key,, ung window key po... please,,
 
um e2 po sana mka2long Sci calculator po.. by seil13 hit tnx.. nlng po.// sa skul ass

yan po pwa sa inu hit tnx :pray:
 

Attachments

  • SieL13-sci=cal.rar
    144.3 KB · Views: 8
mga bossing panu po ung form caption na parang text marquee pa help naman po :noidea:
 
baka po sakaling magustuhan nyo po e2ng Library System ko
may retrieve button po sya para pag nag delete ka ng record pwede nyo pa po syang iretrieve :thumbsup:
 

Attachments

  • Library System with retrieve record button.zip
    59.7 KB · Views: 30
THANK YOU VERY MUCH sniper010110 .. :D


MERON P AKO TANUNG OKAY LANG POH?..HEHE


ITO POH SITUATION

PANU IDIVIDE UNG DALAWANG INTEGER N D GA2MIT NG DIVISION OPERATOR OR "/" SA VB DIN :D

TNX POH IN ADVANCE :D
 
THANK YOU VERY MUCH sniper010110 .. :D


MERON P AKO TANUNG OKAY LANG POH?..HEHE


ITO POH SITUATION

PANU IDIVIDE UNG DALAWANG INTEGER N D GA2MIT NG DIVISION OPERATOR OR "/" SA VB DIN :D

TNX POH IN ADVANCE :D
 
THANK YOU VERY MUCH sniper010110 .. :D


MERON P AKO TANUNG OKAY LANG POH?..HEHE


ITO POH SITUATION

PANU IDIVIDE UNG DALAWANG INTEGER N D GA2MIT NG DIVISION OPERATOR OR "/" SA VB DIN :D

TNX POH IN ADVANCE :D


kung ung tinutukoy nyo po sir na divide is parang separate ganito po ang code

Dim a, b, c, d As String

Private Sub Command1_Click()
a = Mid(Val(Text1.Text), 1, 1)
b = Mid(Val(Text1.Text), 2, 1)
Label1 = a & " && " & b
End Sub

pero pag ung divide na division ahm try ko p pong icode, d ko p natry un eh hehe ;)
 
Back
Top Bottom