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!

HI guys...help naman oh

may dbgrid ako...kelangan ko na pag nagselect ako ng row sa kanya...magdisplay yung info sa text box....

eto na yung code ko ngaun..

Option Explicit
Public db As Database
Public rs As Recordset

Private Sub Form_Load()
Set db = OpenDatabase(App.Path & "\database\data.mdb")
Set rs = .OpenRecordset("MasterList")
End Sub

Private Sub Grid_Click()
with rs
if .recordcount > 0 then
dim item as string
item = dbgrid.(hindi ko alam yung lalagay dito)
.move item
!Lastname = text1.text
end if
end with
End Sub



help naman po...
help po
 
hi po good day po sa lahat. Nais ko lang pong magtanong kung sino po may installer ng vb.6 pa share naman po. nagsearch na po ako pero halos po dead link. Gusto ko pong matuto ng vb6 "self study/di po kasi ako ngaaral pero gusto ko po matuto".pashare na din po yung sa pang database "myslq" po ata yun.salamat po ng marami sa makakatulong.

boss mag vb.net or c#.net ka na lang po onti nalang po nagamit ng vb6, kahit ako nag aaral mag c#, mejo hirap din ako pero enjoy
 
hindi ko mavisualize gusto mong mangyari may print screen ka ba? pag sinelect mo yung row lalabas ang info sa textbox? row hindi cell?
 
Mga Sir,

Patulong naman po ako dito sa Digital Persona 4500 fingerprint scanner.
Hinge po sana ako sample code.

thanks you po

Once na bumili ka ng Digital persona may kasama na ung sample code. kasama na rin dun ung sdk
 
hai po mga kasymbian,,.. meron ba kayong sample code like buzzer? just click and play music.. patulong po. please
 
Pa help po! School Management System po.. D na kasi kaya.. may enrollment , at cashering at may scheduling pa at grading system kasi may transcript of Record.. sino pwede tumolong jan
 
mga sir/master sa programming pa help naman po yong language ko po is Visual Basic
ganito po yong gusto kong mangyare sa program ko pag nag generate po siya ng report through microsoft word po. may code po ba kayo mga sir? pag click po ng command na print lahat po ng nasa text box is mapupunta po sa microsoft word sana po may tumulong sakin.
 
Last edited:
patulong naman sir pagawa ng Form Login at may registration na may user at admin control na naka bynaries
kung post naman po kung sino po ang may ganon :D


advance thanks sa magpopost :D
 
Last edited:
hai po mga kasymbian,,.. meron ba kayong sample code like buzzer? just click and play music.. patulong po. please

you can check this out.
Code:
Option Explicit
Dim BongSound As String
Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Private Const SND_ASYNC = &H1
Private Const SND_SYNC = &H0
Private Const SND_MEMORY = &H4

Private Sub Command1_Click()
Call sndPlaySound(BongSound, SND_SYNC Or SND_MEMORY)
End Sub


Private Function StoreSound(ByVal FileName) As String
Dim Buffer As String
Dim F As Integer
Dim SoundBuffer As String
On Error GoTo NoiseGet_Error
Buffer = Space$(1024)
SoundBuffer = ""
F = FreeFile
Open FileName For Binary As F
Do While Not EOF(F)
  Get #F, , Buffer
  SoundBuffer = SoundBuffer & Buffer
Loop
Close F
StoreSound = Trim(SoundBuffer)
Exit Function
NoiseGet_Error:
SoundBuffer = ""
Exit Function
End Function

Private Sub Form_Load()
BongSound = StoreSound("bong.wav")
End Sub
 
Guys panu gawing tablename si combo box?
example:

insert into tablename ...

so ang mangyayare instead tablename ang ilalagay eh yung value ni combo box?
help please!

:slap:
 
Pa help naman nito. Thanks po....

1g5zl.jpg
 
Last edited:
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

i need this software with full code library system & record system, yung simple lng pra pwede ma edit ty
 
Mga idol . Ano ang error kpag lumalabas tong error message na to Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified Thanks in Advance :):)
 
Hi guys san ba company pwede mag apply yung mga vb6 programmers? yung malaki laki ang sahod. kasi karamihan ngaun new tech na pero hindi nila alam na pang masa ang VB6
 
Back
Top Bottom