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 pa share nmn ng installer para sa windows 7 64bit meron ba ?? Wla tlga mahanap kay pareng google huhu
 
wooh..natapos ko rin computerized examination system ko..mejo my flaws pah..pero ver 1.0 pa naman..sa susunod na ang modification.. :)

pasilip nmn ng codes sir pra may reference ako.nka database ba?salamat..
 
guys as in newbie tlaga ako :D .. mula ngayun magaaral na ako nito :D:D

bakit sa form1 ko>icon..pag magbrowse ako ng icon ay INVALID PICTURE kahit .ico yung format nya ???
 
Buhay pa po ba thread na to mga sir.. pa tulong po sana ako gumawa simpleng library system.. yung pwede mag add edit delete ng Book sa DB.. at Didisplay yung hinram n Book, at sinu nag hiram ng Books.
 
pahelp po pano po ba mg exe dito s VB6 ung kahit sang pc mgrun kasi ung sa file menu na make exe project dapat nasa loob padin ng folder ung exe eh gusto ko po wala na nun exe nlng po tlga kaya lng try ko hiwalay ung exe di na mread ung database help po please thanks..
 
pahelp po pano po ba mg exe dito s VB6 ung kahit sang pc mgrun kasi ung sa file menu na make exe project dapat nasa loob padin ng folder ung exe eh gusto ko po wala na nun exe nlng po tlga kaya lng try ko hiwalay ung exe di na mread ung database help po please thanks..

Dun sa Connection String mo... Intead of fix na C:\myFolder\myAccessFile.accdb

strConnString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myFolder\myAccessFile.accdb;
Persist Security Info=False;"

palitan ng

strConnString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & App.Path & "myAccessFile.accdb;
Persist Security Info=False;"
 
guys as in newbie tlaga ako :D .. mula ngayun magaaral na ako nito :D:D

bakit sa form1 ko>icon..pag magbrowse ako ng icon ay INVALID PICTURE kahit .ico yung format nya ???

ganyan yan. limited lang kasi ang dpi na kayang tanggapin ng Visual...high resolution ang inilagay mo na icon...try ka e lower ang bits ng icon mo like 32x32 pero 24bits lang

- - - Updated - - -

mga sir panu po ma g filter sa data report kapag po senearch ko sa data grid dapat yun lang po ang laman ng data report

sa declaration ng recordset mo ang filter

shall we say
db is your database name
rs is your recordset name

sa rs mo or recordset:

rs = db.opendatabase("SELECT * FROM YOUR_TABLE_NAME WHERE YOUR_FILTER_STRING ='" & QUerY_STRING & "'")

do while not rs.eof

or do until rs.eof

same result lang yan

do until rs.eof
listview.clear
set x = listview.additem(,,rs.fields!YOUR_FIELDS_WANT_TO_DISPLAY)
x.subitems(1) = rs.fields!YOUR_FIELDS_WANT_TO_DISPLAY
and so on...
rs.movenext
loop

- - - Updated - - -

help po need namen sa system kase, pano po yung pag ka hit ko ng delete cmd ma dedelete lahat ng laman ng database ,

sa delete button lagyan mo ng filter kung ano lang ang gusto mo edelete...example filter mo ang seriesID or yong uniqueID or any filter na gusto mo...

rs = db.openrecordset("SELECT * FROM TABLE_NAME WHERE seriesID ='" & val(UNIQUE_STRING) & "'")
rs.delete
rs.movenext

or kahit wala na movenext

reload lang ang recordset.

val(UNIQUE_STRING) == bakit may val sa unahan?

lagyan mo ng val if ang seriesID mo is value pero kung character..wala na ang val

- - - Updated - - -

mga masters patulong naman po sa thesis namin. grading system po siya na magsesend ng grades through sms sa parents. hinge po sana ako idea sa inyo mga masters.:help:


kailangan mo ang port_mapper dyan and dapat familiar ka sa AT Command. yon kasi ang command ng mga phone

ATSMS = send sms
ATSMSC = service center

but the easiest way...try mo hanapin ng library ng KylixSMS.ocx
yon ang gamitin mo na library

then meron din yan sample code..

good luck
 
help naman po.. pano po ung codes na magbabawas ang quantity..
ex. hihiram ako ng libro, tas dapat yung quantity ng libro eh mag minus 1..
sana may makatulong
 
Good evening! Query lang ako, my project is to build a simple calculator, may idea ako about how to do it.
One question : I'm getting an error called "Compile Error - Argument Not Optional" Whenever I click my equal sign.

Here are my sample codes :

Assigned Global Variable :

Code:
Private Sub Form_Load()
Dim first, second, ans As Single
Dim pindot As Integer
Dim xc As Boolean
End Sub

for clicking a # button, example 1 :

Code:
Text1.Text = Text1.Text + "1"

for clicking an operator, example addition :

Code:
pindutan = 1
first = Val(Text1.Text)

Text1.Text = ""

my code for clicking the equal sign :

Code:
Private Sub Command17_Click()
second = Val(Text1)
Select Case pindutan
Case Is = 1
ans = first + second
Case Is = 2
ans = first - second
Case Is = 3
ans = first * second
Case Is = 4
ans = first / second
End Select
Text1 = ans

If Val(first) > 0 And Val(second) > 0 Then
ans = Val(first) / Val(second)
ElseIf Val(Text1.Text) = 0 And Val(second) > 0 Then
ans = Val(first) / Val(second)
ElseIf Val(Text1.Text) > 0 And Val(second) = 0 Then
ans = Val(first) / Val(second)
ElseIf Val(Text1.Text) = 0 And Val(second) = 0 Then
ans = Val(first) / Val(second + 1)
End If


End Sub


Any idea bakit siya nag.eerror? Also, tama bang sa form ako nag-declare ng global variable, if not, saan? salamat.
 
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


patulong naman po :( san po ba pwede makahanap ng vb6 program na pwdeng i download..computerized enrollment system..kelangan ko lang po aralin for my thesis :( thankyou
 
patulong naman po :( san po ba pwede makahanap ng vb6 program na pwdeng i download..computerized enrollment system..kelangan ko lang po aralin for my thesis :( thankyou

sir ito po yung nakaraang feed ko dito sa may nag tanong ng gaya mo po..

Gumagana po ba sa windows 7 ung visual basic 6.0? Tsaka saan po pwede magdownload? Patulong naman po

Yes po sir gumagana po yan
kung marunong ka po gumamit ng torrent (utorrent or bittorrent) ito po
http://thepiratebay.se/torrent/7043427/Visual_Basic_6.0_Enterprise_Edition[A4]

or dito po sa thread na ito... credit na lamang po kay sir clovis_94
http://www.symbianize.com/showthread.php?t=715970&highlight=visual+basic

ito naman po yung site sa mga vbcodes
http://www.vbcode.com/
 
Last edited:
Good evening! Query lang ako, my project is to build a simple calculator, may idea ako about how to do it.
One question : I'm getting an error called "Compile Error - Argument Not Optional" Whenever I click my equal sign.

Here are my sample codes :

Assigned Global Variable :

Code:
Private Sub Form_Load()
Dim first, second, ans As Single
Dim pindot As Integer
Dim xc As Boolean
End Sub

for clicking a # button, example 1 :

Code:
Text1.Text = Text1.Text + "1"

for clicking an operator, example addition :

Code:
pindutan = 1
first = Val(Text1.Text)

Text1.Text = ""

my code for clicking the equal sign :

Code:
Private Sub Command17_Click()
second = Val(Text1)
Select Case pindutan
Case Is = 1
ans = first + second
Case Is = 2
ans = first - second
Case Is = 3
ans = first * second
Case Is = 4
ans = first / second
End Select
Text1 = ans

If Val(first) > 0 And Val(second) > 0 Then
ans = Val(first) / Val(second)
ElseIf Val(Text1.Text) = 0 And Val(second) > 0 Then
ans = Val(first) / Val(second)
ElseIf Val(Text1.Text) > 0 And Val(second) = 0 Then
ans = Val(first) / Val(second)
ElseIf Val(Text1.Text) = 0 And Val(second) = 0 Then
ans = Val(first) / Val(second + 1)
End If


End Sub


Any idea bakit siya nag.eerror? Also, tama bang sa form ako nag-declare ng global variable, if not, saan? salamat.

Dapat sa Taas ng Module ka mag-declare ng Global Variable, not inside the Form_Load.
Pwede lang sa Form_Load ay mag-assign ng initial value.

Yun muna, i-run mo at pag nag-error ulit, post mo lang.

- - - Updated - - -

help naman po.. pano po ung codes na magbabawas ang quantity..
ex. hihiram ako ng libro, tas dapat yung quantity ng libro eh mag minus 1..
sana may makatulong

SQL Statement, pwede yan..

Meron ka na ba naumpisahan?
Ano na nagawa mo?
Mahirap kasi magbigay ng sample code, tapos hindi mo pa pala alam.
 
Mam Sir Baka pwede pong makahingi ng installer ng Visual Basic 6 puro dead link kasi nappuntahan ko at kung hindi nmn corrupted naman at yung gagana po sa vista .. salamat ng marami
 
Last edited:
Pre hanap ka na lang sa torrent. Dami jan.. Ako nga nakakuha pa ng MSDN library sa torrent at very useful sa pagpractice ng VB6 hehe..
 
Mga Sir, Any Idea kung paano yung textbox na parang textbox sa mga website? na kapag nag type ka lilitaw yung parang mga cache or history ng mga tinype mo?
Like Facebook pag mag log-in ka pag type mo palang ng letter "A" sa textbox may lilitaw ng history lahat ng nagsstart sa "A" na natype dun.
May Third party ba o code para dito? Salamat :)
 
Last edited:
Mga Sir, Any Idea kung paano yung textbox na parang textbox sa mga website? na kapag nag type ka lilitaw yung parang mga cache or history ng mga tinype mo?
Like Facebook pag mag log-in ka pag type mo palang ng letter "A" sa textbox may lilitaw ng history lahat ng nagsstart sa "A" na natype dun.
May Third party ba o code para dito? Salamat :)

Sa VB.net meron, auto-complete.
Pero sa VB6, wala eh...

Try mo to, haven't tried it, baka lang pwede.. :)http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=11619&lngWId=1
 
Good eve!
back ako sa tanong ko sa visual basic.
I'm making a calculator, pano magandang gawin para once lang pwede pindutin yung decimal (.) i mean pag present na yung tuldok kahit pindutin mo siya wala nang output.
 
mga sir .. may command po ba sa vb 6 na dapat number lang ang pwedeng ilagay sa text box? at kung character lang dapat ang lalagay sa textbox? otherwise error? :thanks:
 
Back
Top Bottom