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!

This thread is open for all vb programmers. .you can post anything you like as long as it is related with Visual Basic 6.0 Programming. .Assignments and tutorials are accepted. .


So mga Visual basic Programmers tambay na po kayo dito. .hehe


sir paturo naman kung panu ung log in log out, tapos pwede mag register.
 
Penge naman po ng sample source code at program ng VB6 yung computer rental system?
 
Mga Bro sino po my alam para ma-set ang data report to legal size using vb6.0....ty
 
mga ate at kuya patulong kung anu ang code sa pag gawa ng simple calculator . yung parang 3 text lang po at 5 command lang po ginawa ko +,-,*,/, at clear paanu po ang code nun ?
 
Plsssss. help po kasi when i filter the data and showing the data on the report once tama po siya then on the second time kung anu yung lumabas nung una yun pa din lumalabas. . kelangan ko pa iclose yung program bago pa ulit mgfilter. . . adodc nga po pala gamit ko saka datareport, data environment at datagrid

bro, post mo dito yung gamit mong code sa filter, para madebug natin

pa sama naman ako dito mga sir

sige lang bro, tambay ka dito, open ito sa lahat ng mga vb6 coder....

mga ate at kuya patulong kung anu ang code sa pag gawa ng simple calculator . yung parang 3 text lang po at 5 command lang po ginawa ko +,-,*,/, at clear paanu po ang code nun ?

bro, try mo munang gumwa nyan, then kung may problema, tanong ka lang dito....
pag'matapos mo yan na simple calcultator na gawa mo mismo, I'm sure na matutuwa ka sa sarili mo, hehe, try mo muna bro, masaya yan :yipee:
 
Hello to all....pahelp naman po ko about sa data report gusto ko po maggawa ng report na legal size.

pwede po ba ang legal size sa data report??plss anyone....ty
 
Mga sir patulong po

I really hate strings and characters pano po ba to:

An application that accepts a title and reformats it by replacing in capital letter only the FIRST character of EACH word.
 
meron pa po ba kayo alam na different type ng pag connect ng ADODB? diba codes po? pero meron po ba kayo mas maganda at marami pa alam, naintindihan ko yung logic pero di ako maka Flow sa program.. kasi dami ako nakikita ibat iba yung type ng pag coconect nila ng adodb.. di ko alam kung ano ang mas MAGANDA pa help naman po... ADODB CONNECTION po..
 
Plsssss. help po kasi when i filter the data and showing the data on the report once tama po siya then on the second time kung anu yung lumabas nung una yun pa din lumalabas. . kelangan ko pa iclose yung program bago pa ulit mgfilter. . . adodc nga po pala gamit ko saka datareport, data environment at datagrid

kailangan mo ireset yung mga datasource ng datareport bago mo idisplay ulit.
 
ts? help naman uh?, paturo po kmi using vb po.. gagawa kasi kmi ng projectt eh. library system ung gagawin namin,,sana maktulong po kayo salamt hehehe..:yipee::yipee::yipee:
 
meron ba kayong membership form system..pahinge naman..salamat sa inyo,,,,na maka add,edit,delete,search, at may kasamang FEE......saLAmat sa inYO..
:help:
 
mga boss pede pahelp sa code ng enrolment system.....
thesis lng po.......pls help..:praise:
 
ts? help naman uh?, paturo po kmi using vb po.. gagawa kasi kmi ng projectt eh. library system ung gagawin namin,,sana maktulong po kayo salamt hehehe..:yipee::yipee::yipee:

tol simulan muna ang project nyo...kung meron kang mga tanong...post mo lng ddto dami 22long sau...
 
mga tol patulong nman po s image control ng vb6.pano po b mag store ng picture from a folder and ung path nya masasave s database q s access?svi kz d daw advisable n s access magsave ng images directly mas mganda daw s app.path nya kukunin un pic..pero pano po un?
e2 po code q to insert an image

dim strPic as String
Private Sub cmdInsertPic_Click()
With cdlgImage
.FileName = ""
.Filter = "Image (*.gif; *.jpg; *.png; *.bmp)|*.gif *.jpg; *.png; *.bmp"
.ShowOpen

If Len(.FileName) <> 0 Then
strPic = .FileName
Set rstCustomers = New ADODB.Recordset
rstCustomeers.Open "insert into tblCustomers(Picture) values('" & strPic & "') ", c, adOpenKeyset, adLockOptimistic
MsgBox "Picture Succesfully Added", vbInformation, "Record Addition"
imgPicture.Picture = LoadPicture(.FileName)
End If

End With
End Sub

tinitignan q s database qng nasasave ung path pero ayaw nya pero pag gumawa q ng code n palabasin ung strpic s textbox lumalabas ung path..text ung data type ng picture field q s access..

pls p2long po ntry q n ung magsave mismo s database using .stream pero lalaki lng daw ung access file q and babagal pano pag s folder q kukuhanin ung path? ano ilalagay to save the path s database para malagay s .loadpicture?:help::pray:
 
Last edited:
mga tol patulong nman po s image control ng vb6.pano po b mag store ng picture from a folder and ung path nya masasave s database q s access?svi kz d daw advisable n s access magsave ng images directly mas mganda daw s app.path nya kukunin un pic..pero pano po un?
e2 po code q to insert an image

dim strPic as String
Private Sub cmdInsertPic_Click()
With cdlgImage
.FileName = ""
.Filter = "Image (*.gif; *.jpg; *.png; *.bmp)|*.gif *.jpg; *.png; *.bmp"
.ShowOpen

If Len(.FileName) <> 0 Then
strPic = .FileName
Set rstCustomers = New ADODB.Recordset
rstCustomeers.Open "insert into tblCustomers(Picture) values('" & strPic & "') ", c, adOpenKeyset, adLockOptimistic
MsgBox "Picture Succesfully Added", vbInformation, "Record Addition"
imgPicture.Picture = LoadPicture(.FileName)
End If

End With
End Sub

tinitignan q s database qng nasasave ung path pero ayaw nya pero pag gumawa q ng code n palabasin ung strpic s textbox lumalabas ung path..text ung data type ng picture field q s access..

pls p2long po ntry q n ung magsave mismo s database using .stream pero lalaki lng daw ung access file q and babagal pano pag s folder q kukuhanin ung path? ano ilalagay to save the path s database para malagay s .loadpicture?:help::pray:

Bro, ok sana yan yung path ng images ang isasave sa db, para hindi mabigat sa database, Pero hindi user friendly yun ksi kung imove yung mga images, kelangan mong baguhin ulit yung path sa db, Try mo muna yung sample ko under my siggy...
 
Bro, ok sana yan yung path ng images ang isasave sa db, para hindi mabigat sa database, Pero hindi user friendly yun ksi kung imove yung mga images, kelangan mong baguhin ulit yung path sa db, Try mo muna yung sample ko under my siggy...

boss ano pass ng database?dq mabuksan..ole object b yung data type nya dapat? ntry q na mkpag save ng images s database kxo dq alam qng pano iretrieve? ang mga nqqta lng example using listview o kya ung sau using search function...ung sken kzi boss un sken kzi boss nkpopulate ung data ng mga field q s textbox so pag cniclick q ung next,previuos,etc,s next record n cya pumupunta..pano pag ganon?e2 gngmit q s pagpopultae ng data:


Set rstCustomers = New ADODB.Recordset
rstCustomers.Open "select * from tblCustomerss", c, adOpenKeyset, adLockOptimistic

if rstCustomers.recordcount<> 0 then
with rstCustomers
Me.txtId.text=!ID
Me.txtName.Text=!Name
.
.
.
'pano pag picture na?
Me.Picture1.Picture=Loadpicture(????????)

pahelp po pls...:help::pray:
 
boss ano pass ng database?dq mabuksan..ole object b yung data type nya dapat? ntry q na mkpag save ng images s database kxo dq alam qng pano iretrieve? ang mga nqqta lng example using listview o kya ung sau using search function...ung sken kzi boss un sken kzi boss nkpopulate ung data ng mga field q s textbox so pag cniclick q ung next,previuos,etc,s next record n cya pumupunta..pano pag ganon?e2 gngmit q s pagpopultae ng data:


Set rstCustomers = New ADODB.Recordset
rstCustomers.Open "select * from tblCustomerss", c, adOpenKeyset, adLockOptimistic

if rstCustomers.recordcount<> 0 then
with rstCustomers
Me.txtId.text=!ID
Me.txtName.Text=!Name
.
.
.
'pano pag picture na?
Me.Picture1.Picture=Loadpicture(????????)

pahelp po pls...:help::pray:

me.picture1.picture=loadpicture(!picture path) - take note field ito ah
 
Back
Top Bottom