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!

Help naman po. request po sana ako ng installer ng MS SQL SERVER 2000. window 7 gamit kong OS 32bit. thanks po.
 
sir... baka may code ka jan nang nag co compute nang monthly interest sa mga naglo loan. thanks
 
Mga masters, pa help naman po sana. I'm trying to make a trainer para sa game ko . Ang gusto ko sana eh, palitan ang value (array of bytes) ng isang address.
For example, ang address na &H101E45F2 ay nag ho-hold ng value(AOB) na: 34 55 66 72
Gusto ko sana palitan yung 34 55 66 72 ng 30 50 60 70 .(using a button sana)
Ganon po sana. Yun lang po. salamat po ng marami sa makakatulong :pray:
 
mga boss patulong po panu po ilipat text sa excel example po yung text1,text pag pinindot ko yung command yung value ng text1.text mapupunta sa specific cell ng excel..... salamat po sa mga tutulong
 
mga boss patulong po panu po ilipat text sa excel example po yung text1,text pag pinindot ko yung command yung value ng text1.text mapupunta sa specific cell ng excel..... salamat po sa mga tutulong

TRY mo to :)

Private Sub cmdPrintExcel_Click() 'Palitan mo nalang Name ng button mo

Dim ExcelObj As Object
Dim ExcelBook As Object
Dim ExcelSheet As Object


Set ExcelObj = CreateObject("Excel.Application")
Set ExcelSheet = CreateObject("Excel.Sheet")

ExcelObj.WorkBooks.Open App.Path & "\Name_ng_Folder_mo\Name_ng_Exel_mo.xlsx"

Set ExcelBook = ExcelObj.WorkBooks(1)
Set ExcelSheet = ExcelBook.WorkSheets(1)

With ExcelSheet

.cells(1, 1) = Text1.Text

End With

Set rsSalesAreaGroup = Nothing

ExcelObj.Visible = True

Set ExcelSheet = Nothing
Set ExcelBook = Nothing
Set ExcelObj = Nothing

End Sub

Sample File: ito download mo ^_^
https://www.mediafire.com/?m6bphwl5pfp374q
 
Last edited:
may DL link po kayo ng visual studio yung free na po at full version ? :D pahinge naman po
 
:help:sino po may program ng patient record?.pahingi naman po kahit yung simle lng po.
salamat po ng marami:pray:
 
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

may program po ba kayo para sa tower of hanoi? salamat po
 
MGA BOSSING HELP PO... CNU MAGALING DITO SA COMM PORT SCAN?? for vb6? PATURO naman po..
:help::help::help::help::help::help:
THANK YOU IN ADVANCE MGA BOSSING
 
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

mga boss,

pano ba ako makakapag model find sa vb6?

halimbawa may image ako tapos may set ako ng object na gusto ko makita sa image.

gusto ko makita lahat ng katulad ng set ko.
 
Mga Sir,

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

thanks you po
 
sir patulong po panu po mag calculate ng di gumagamit ng command button

salamt po sa makakatulong sakin need lng po kasi ehh
 
sir patulong po panu po mag calculate ng di gumagamit ng command button

salamt po sa makakatulong sakin need lng po kasi ehh

Sir imbis po sa command button ka mag lalgay ng code lagay mo po sa LABEL or TEXTBOX

dapat may 2 textbox ka para sa input ng numbers and label or textbox for display
 
mga sir pa help nmn po para sa aming program pwede !???

pano po ba mangyayari ung pag nag search ka sa datagrid tapos pag click mo un isa sa mga laman un
and pinindot mu ung command lalabas ung form ng kiclick mo

e2 po ung code ko

Private Sub Command1_Click()
If Adodc1.RecordSource = Text1.Text Then
Text1.Text.frm.Show
End If

End Sub

Private Sub Text1_Change()
Adodc1.CommandType = adCmdText
Adodc1.RecordSource "select * FROM table1 where Name='" & Text1.Text & "' "
Adodc1.Refresh

End Sub

maraming salamat po sa makapagtuturo sakin para po kasi sa thesis nmin
 
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.
 
TS paturo po assignment ko. m to km, m to cm & m to mm. thanks po :)
 
Back
Top Bottom