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!

mga kua help nmn po please.. wla po kc ng rereply sa thread ng c/c++.. urgent po kasi.. hoping for your kind consideration's..
 
BOSS.... gumagawa din po ba d2 ng mga VB na using Hardware Serial na d mabubuksan ung program ng d activate ang serial nila
 
Astig ka talaga Sir.!@ericGmejia.....
saan po ako pedeng makakuha ng mga codes ng VB6.0?
 
BOSS.... gumagawa din po ba d2 ng mga VB na using Hardware Serial na d mabubuksan ung program ng d activate ang serial nila

anong klaseng serial device ang tinutukoy mo?

ang tawag dyan ay mga serial dongles
programable yan at maraming klase yan

by the way di na uso ang dongles sa ngayon,
back in the 80s and 90s popular yan sa mga locked na softwares like autocadd,
ngayon mas sophisticated na at mas simple,
dinadaan nalang sa internet at serial numbers
sometime USB dongles naman

advise ko sayo;
get the device, get the programmers manual of the device then aralin mo i-program

aside from that, useless na mag code ng wala pa yung serial device mo
 
Astig ka talaga Sir.!@ericGmejia.....
saan po ako pedeng makakuha ng mga codes ng VB6.0?

anong klaseng codes? anong level ng codes?

meron ako sample sa kabilang thread about database
http://symbianize.com/showthread.php?t=163979

kung tutorial ang hanap mo marami sa internet
http://www.vb6.us/
http://www.vbtutor.net/vbtutor.html
http://www.profsr.com/vb/vbintro.htm

maraming tutorials, sipagan mo lang maghanap

kung expert ka na at codes ang gusto mo
www.codeproject.com
http://www.freevbcode.com/
http://www.programmersheaven.com/tags/Visual+Basic/


marami codes sa internet,
sariling sikap mo nalang ang kulang
 
Help po
Concept po ng Payroll System ,
Ano Po need ko gawin

Help po

eto im uploading a payroll manual,
na upload ko na to dati pero hayaan nyo na, di ko na rin alam kung nasaan yun

makakatulong sayo to kung aaralin mo

manual ito ng lumang payroll program, pero nandyan lahat ng basic payroll operations

learn the process and the floww, mula dyan makakadesign kayo ng sarili nyong payroll, hopefully mas maganda kesa dyan
 

Attachments

  • Manuals.rar
    797.2 KB · Views: 28
help po sa thesis..

Computer Science student po ako. nahihirapan lang po ako sa thesis ko. wala pa po ako nasisimulan, any idea po?

paki message na lang po ako ([email protected])

Thanks po.

:help::help::help::help::help::help::help:
 
Re: help po sa thesis..

Computer Science student po ako. nahihirapan lang po ako sa thesis ko. wala pa po ako nasisimulan, any idea po?

paki message na lang po ako ([email protected])

Thanks po.

:help::help::help::help::help::help::help:

kami rin po naguguluhan sa thesis mo
wala rin po kami maitutulog dahil
di namin alam kung ano ng thesis mo

papano kami tutulong?


"
camzuy:doc may sakit ako, tulungan mo naman ako, nahihirapan na ako e;
doc: ano sakit mo?
camzuy: hulaan mo doc, naguguluhan ako e....
"
:slap: baaaangg!!!.....

teka lang, papano ka mahihirapan e wala ka pa nasimulan?
di ka pa naglalakad pero pagod ka na maglakad?
hmmm....

ilatag mo thesis mo dito, pag-usapan natin at baka may maitulong kami
 
Last edited:
di ko nga po alam kung pano sisimulan..

wala pa po ako naiisip na gagawin..

pero may nag suggest sakin na Online Pc Store..

ang problem basic lang po alam ko sa VB..

:upset::upset::upset:
 
di ko nga po alam kung pano sisimulan..

wala pa po ako naiisip na gagawin..

pero may nag suggest sakin na Online Pc Store..

ang problem basic lang po alam ko sa VB..

:upset::upset::upset:

mahirap po ang gumawa ng di alam kung ano ang gagawin

ikaw po ang magdecide kung anoang gusto mo gawin sa buhay mo or sa project mo
kami dito ay mga guide lang, i dont personally dictate kung ano ang dapat at di dapat,
you are old enough to know naman po siguro

my suggestion is
go out and search for your thesis topic, kalimutan mo muna ang coding for the meantime, focus on a software na gusto mo
for example mahilig ka sa damit, bakit di ka gumawa ng PO S ng isang fashion store, payroll ng pagawaan ng damit, mga ganun

unahin mo kung ano ang hilig mo

marami ka makikita dyan
then i design mo, make drawings, i know inaral nyo yan sa SAD ang pag gawa ng ER diagrams, process flow diagrams at iba pa.
gawin mo lahat yan
pagkatapos lahat yan saka ka mag code

come up with something on your own

if you are willing to exert effort im willing na tulungan ka mula design hangang coding.
 
hi

meron ba kayu sample codes sa log in system?? yung parang sa internet cafe na style?

pde pa share yan kc thesis na gagawin ko mga sir.
 
@ericgmejia...e2 po ang thesis nmin...about monitoring system ng isang company ng ngbebenta ng isang product.....any idea po sa concept ng monitoring?Parang registration po ba un o inventory?:noidea:
 
"SELECT COUNT(*) as RecCount FROM " & _
"NOSAuto WHERE Date_Encoded BETWEEN dtpicker1 and dtpicker2"

any self respecting programmer knows that dtpicker1 and dtpicker2 are date objects and therefore like variables whose value changes,
you can not just insert it insided a string using its name,
you have to incorporate it like any other variable or object

like this one

string1= "My Name is '" & textbox1.text & "' i dont know how to use this variable"

assuming textbox1.text contains "Juan"

inilagay natin ang text na laman ng textbox1 sa loob ng string
hindi yung mismong "textbox1"

ano sa tingin mo ang output ng string1?

take you cue from there

sir sorry for being makulit, but i have problem lang po sa codes ko. re. pa rin po ito dun sa previous post ko. as you can see above.

i have a problem kc sir since this is my code:


Dim dtfrom As String
Dim dtto As String
Dim cn As New ADODB.Connection
Set cn = New ADODB.Connection
cn.ConnectionString = strConn
cn.Open
Dim rst As ADODB.Recordset

If Label8.Caption = "Database for AUTOMATIC" Then
dtfrom = Format(DTPicker1.Value, "mm/dd/yyyy")
dtto = Format(DTPicker2.Value, "mm/dd/yyyy")

If dtfrom >= dtto Then
MsgBox "Please enter an invalid date", vbInformation + vbOKOnly, "Query"
Else
Set rst = cn.Execute("SELECT COUNT(*) as RecCount FROM " & _
"NOSAuto WHERE Date_Encoded BETWEEN #" & dtfrom & "# and #" & dtto & "# ", , adCmdText)
Label3.Caption = rst.Fields(0)
End If

my problem is kapag dinigenerate ko na using entered dates between date1 and date2, for example nag-enter ako ng (from: 02/01/2010 to: 02/28/2010) once i clicked the command button for the result is pati 02/28/2009 and so on binibilang nya, so i encountered a problem na hindi acurate ang pagkuha ko ng bilang using this kind of method. i wonder if i have to change the format of dates that has been encoded to my database or there's a code na dapat sa ganitong logic.

thanks sir in advance...
 
Back
Top Bottom