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!

[MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclipse)

Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

Tanong

bakit di ko po ma install ung VB??? gamit ko pong OS ay windows 7 starter..
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

di supported ng vb6 ang win7 at win8, gamit kayo ng virtual pc at mag format kayo dun ng windows xp at dun nyo i install para magamit nyo ang vb6..
Pwede din kayo gumamit ng virtualbox or virtual machine, search nyo lang dito.

Or try this!
Install VB6 on Windows 7

After surfing around the net, I've found very little information regarding installation of VB6 on Windows 7. Most of the information out there is for Vista, and most of it is queries for assistance.

You may be wondering why someone would want to utilize VB6 on a shiny new operating system like Windows 7. Or even Vista for that matter.

There are about a bazillion legacy applications out there that have to be supported, and people like me who speak VB6 need to have the tools installed on our workstations in order to implement and test updates and such for these legacy applications. It also helps out when I need to squirt out a quick tool for use in my daily work.

This process has been tested on Windows 7, both 32 bit and 64 bit, with no problems.

So without further delay, here is the process that I have used on my Windows 7 machines to install Visual Basic 6.

Bonus tip from BadBrad: I forgot to post about this part, but BadBrad reminded me in the comments.

Before proceeding with the installation process below, create a zero-byte file in C:\Windows called MSJAVA.DLL. The setup process will look for this file, and if it doesn't find it, will force an installation of old, old Java, and require a reboot. By creating the zero-byte file, the installation of moldy Java is bypassed, and no reboot will be required. Thanks for the reminder, BadBrad!
1. Turn off UAC.
2. Insert Visual Studio 6 CD.
3. Exit from the Autorun setup.
4. Browse to the root folder of the VS6 CD.
5. Right-click SETUP.EXE, select Run As Administrator.
6. On this and other Program Compatibility Assistant warnings, click Run Program.
7. Click Next.
8. Click "I accept agreement", then Next.
9. Enter name and company information, click Next.
10. Select Custom Setup, click Next.
11. Click Continue, then Ok.
12. Setup will "think to itself" for about 2 minutes. Processing can be verified by starting Task Manager, and checking the CPU usage of ACMSETUP.EXE.
13. On the options list, select the following:
o Microsoft Visual Basic 6.0
o ActiveX
o Data Access
o Graphics
All other options should be unchecked. Click Continue, setup will continue.
14. Finally, a successful completion dialog will appear, at which click Ok. At this point, Visual Basic 6 is installed.
15. If you do not have the MSDN CD, clear the checkbox on the next dialog, and click next. You'll be warned of the lack of MSDN, but just click Yes to accept.
16. Click Next to skip the installation of Installshield. This is a really old version you don't want anyway.
17. Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!
18. On the next dialog, clear the checkbox for "Register Now", and click Finish.

The wizard will exit, and you're done. You can find VB6 under Start, All Programs, Microsoft Visual Studio 6. Enjoy!

UPDATE

You might notice after successfully installing VB6 on Windows 7 that working in the IDE is a bit, well, sluggish. For example, resizing objects on a form is a real pain.

After installing VB6, you'll want to change the compatibility settings for the IDE executable.
1. Using Windows Explorer, browse the location where you installed VB6. By default, the path is C:\Program Files\Microsoft Visual Studio\VB98\
2. Right click the VB6.exe program file, and select properties from the context menu.
3. Click on the Compatibility tab.
4. Place a check in each of these checkboxes:
o Run this program in compatibility mode for Windows XP (Service Pack 3)
o Disable Visual Themes
o Disable Desktop Composition
o Disable display scaling on high DPI settings

After changing these settings, fire up the IDE, and things should be back to normal, and the IDE is no longer sluggish.



http://www.fortypoundhead.com/showcontent.asp?artid=20502
 
Last edited:
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

di supported ng vb6 ang win7 at win8, gamit kayo ng virtual pc at mag format kayo dun ng windows xp at dun nyo i install para magamit nyo ang vb6..
Pwede din kayo gumamit ng virtualbox or virtual machine, search nyo lang dito.

Or punka kayo dito kung gusto nyo talaga ma install sa win7
http://www.fortypoundhead.com/showcontent.asp?artid=20502




Thanky you Sir Kier!!
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

patulong naman po sa code nito,,, kaylangan po na may database poh siya kaya lang di ko po alam kung paano... kasi po ung instructor namin di po siya gumaganit ng projector siksikan lang sa pagtingin sa isang unit ng PC,,,, d ko po kasi ma get ung sinabi ng proff... tsaka po ung ilang sample codes na biniga nya si po nagwowork,,,
patulong naman poh

Eto po ung ibang codes na binigay nya pero wa epek

Private Sub cmdAddNew_Click()
Adodc1.NewRecord.AddNew
Text1.SetFocus
End Sub

Private Sub cmdSave_Click()
Adodc1.Recordset.Update
End Sub

Private Sub cmdSearch_Click()


If cmdSearch.Caption = "Search" Then
cmdSearch.Caption = "Refresh"

'strDesc = InputBox("Type subject description to search", "Search Record")



'Adodc1.RecordSource = "select * from subject where DESCRIPTION ='" & strDesc & "'"
'Adodc1.Refresh
Else
cmdSearch.Caption = "Search"
Adodc1.RecordSource = "select * from subject order by description asc"
Adodc1.Refresh
End If
End Sub
 

Attachments

  • untitled.bmp
    1.5 MB · Views: 33
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

patulong naman po sa code nito,,, kaylangan po na may database poh siya kaya lang di ko po alam kung paano... kasi po ung instructor namin di po siya gumaganit ng projector siksikan lang sa pagtingin sa isang unit ng PC,,,, d ko po kasi ma get ung sinabi ng proff... tsaka po ung ilang sample codes na biniga nya si po nagwowork,,,
patulong naman poh

Eto po ung ibang codes na binigay nya pero wa epek

Private Sub cmdAddNew_Click()
Adodc1.NewRecord.AddNew
Text1.SetFocus
End Sub

Private Sub cmdSave_Click()
Adodc1.Recordset.Update
End Sub

Private Sub cmdSearch_Click()


If cmdSearch.Caption = "Search" Then
cmdSearch.Caption = "Refresh"

'strDesc = InputBox("Type subject description to search", "Search Record")



'Adodc1.RecordSource = "select * from subject where DESCRIPTION ='" & strDesc & "'"
'Adodc1.Refresh
Else
cmdSearch.Caption = "Search"
Adodc1.RecordSource = "select * from subject order by description asc"
Adodc1.Refresh
End If
End Sub

try mo to, diko na test cp mode lang.

Private Sub cmdAddNew_Click()
Adodc1.NewRecord.AddNew
Text1.SetFocus
End Sub

Private Sub cmdSave_Click()

Dim reply As String
Dim conn As New ADODB.Connection
Dim rs As New ADODB.Recordset

If Text1.Text = "" and Text2.Text = "" and Text3.Text = "" and Text4.Text = "" Then
MsgBox "please fill up the form completely!", vbInformation
Text1.SetFocus
Else
reply = MsgBox("are you sure you want to save this data?", vbYesNo + vbQuestion, "save")
If reply = vbYes Then

conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="database path here with out the quotes";Persist Security Info=False"
rs.Open "select*from subject conn, 3, 3
rs.Find "code ='" & Text1.Text & "'"
If rs.EOF Then
With rs
.AddNew
.Fields("code") = Text1.Text
.Fields("description") = Text2.Text
.Fields("unit") = Text3.Text
.Fields("room") = Text4.Text
.Update
End With
MsgBox "record saved!", vbInformation + vbOKOnlys
Set MSHFlexGrid1.DataSource = rs

Else:
Text1.Text = ""
MsgBox "code number alredy exist!", vbCritical
End If
End If
End If
Set rs = Nothing
Set conn = Nothing

End Sub

Private Sub cmdSearch_Click()
Dim conn As New ADODB.Connection
Dim rs As New ADODB.Recordset

If cmdSearch.Caption = "Search" Then
cmdSearch.Caption = "Refresh"
strDesc = InputBox("Type subject description to search", "Search Record")

conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="database path here with out the quotes";Persist Security Info=False"
Adodc1.RecordSource = "select * from subject where DESCRIPTION ='" & strDesc & "'"

If rs.RecordCount > 0 Then
Text1.Text = rs!code
Text2.Text = rs!description
Text3.Text = rs!unit
Text4.Text = rs!room
Set MSHFlexGrid1.DataSource = rs
Else
MsgBox "record not found!", vbQuestion + vbOKOnly
End If
Set rs = Nothing
Set conn = Nothing
Adodc1.Refresh
Else
cmdSearch.Caption = "Search"
Adodc1.RecordSource = "select * from subject order by description asc"
Adodc1.Refresh
End If
End Sub
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

Patulong po ulit

1.ayaw po mag-display ng data sa data grid
2. mali ata ung commamd ko sa edit
3. pano po gawin ung pag nagclick ka sa save button magiging blank na ung nauna mong na-input sa txtbox.

4. pwede po bang palitan ung command button imbis na sa originall form na rectangle or square pwede po bang pictures??
 

Attachments

  • VB6morales01.rar
    5.8 KB · Views: 8
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

dun sa command, pwede ka naman mag insert ng picture dun..
Dun naman sa save button,
add mo lang tong codes na to..
Text1.text = ""
text1.setfocus

ung flexgrid sa taas nung unang binigay ko sayong codes,
palitan mo lang ng pangalan ng datagrid mo ang flexgrid name sa taas..
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

Sir Kier thank you po sa code mo.... di ko po lahat na lagay ung code kasi nag-eerror...

though nagde-display na siya without code

pero me new problem po ako

Thank you kita ko na pero me bago na naman akong problem ehh


My problems

1. Sa Form3 po ayaw magdelete pagna-click ung delete button,,, tapos po ung halimbawa ung na change ko sa form na to pagdating sa form1 di na man po na change...

2. sa form2 naman po ung dapat po na mag-aapear eh ung na type ko lang sa search textbox.

3. Sa Add new button po once lang siya nagpeperform.. sa second na pag-click ko sa add new nag-error na po..


Pasensya na kung maraming tanong ah.... self study lang ako kasi ung instructor namin di naman nageexplain eh,,, binigyang lang kami kung ano gusto niya makita den kanya-kanya ng diskarte,,,,


kung may mali man sa mga coding ko pa correct po please,,,
 

Attachments

  • VB6morales01.rar
    11.3 KB · Views: 5
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

salamat po TS malaking tulong po ito nagaaral na po ako ng programming kahit na engineer po ako,sana matutunan ku sya ng mabilis.


Thanks again. . .
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

sir di po ba pwede vb6 sa os na win7 pro?
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

patulong naman po sa code nito,,, kaylangan po na may database poh siya kaya lang di ko po alam kung paano... kasi po ung instructor namin di po siya gumaganit ng projector siksikan lang sa pagtingin sa isang unit ng PC,,,, d ko po kasi ma get ung sinabi ng proff... tsaka po ung ilang sample codes na biniga nya si po nagwowork,,,
patulong naman poh

Eto po ung ibang codes na binigay nya pero wa epek

Private Sub cmdAddNew_Click()
Adodc1.NewRecord.AddNew
Text1.SetFocus
End Sub

Private Sub cmdSave_Click()
Adodc1.Recordset.Update
End Sub

Private Sub cmdSearch_Click()


If cmdSearch.Caption = "Search" Then
cmdSearch.Caption = "Refresh"

'strDesc = InputBox("Type subject description to search", "Search Record")



'Adodc1.RecordSource = "select * from subject where DESCRIPTION ='" & strDesc & "'"
'Adodc1.Refresh
Else
cmdSearch.Caption = "Search"
Adodc1.RecordSource = "select * from subject order by description asc"
Adodc1.Refresh
End If
End Sub



Mas madali po yung without coding ....sa pagconnect..
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

pde sa win 7 ultimate ang vb6 nkkgmt kao ng vb6 eh hehe
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

thank you po kasymbian.. Nice trend..
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

nagagamit ko sya sa xp ko pero sa win7 wala pa....
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

sir kier, padl po. salamat po sa apps na eto. sana po working. salamat po ulit!
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

Salamat jud..
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook)

Thanks!:)
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

:thanks: ts...pwede po parequest naman ng jcreator...salamat in advance
 
Re: [MF] Visual Basic 6, Visual C++ 6, plus (Portable + Ebook + netbeans 7.0 + eclips

master maraming salamt malaking tulong to.
 
Back
Top Bottom