Link to home
Create AccountLog in
Visual Basic Classic

Visual Basic Classic

--

Questions

--

Followers

Top Experts

Avatar of lawrenceq
lawrenceq

3d sheridan controls
I have currently purchased microsoft visual studio which includes visual basic 5.0, but as soon as i installed it there seems to be no 3d sheridan controls as in the previous version of visual basic. I tried searching for it but could not find the ocx file...how can i add the 3d sheridan controls and where can i find it?? thanls.....

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


ASKER CERTIFIED SOLUTION
Avatar of MikeP090797MikeP090797

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of jchongjchong

Sheridan does not support it's 3d controls that comes bundled with VB 4.0 anymore. However a copy of Visual Basic 5 should still come with Sheridan 3D control although it is not installed automatically.
To install the Sheridan controls,
go to the Tools/Controls directory of your Visual Basic 5 CD and the readme.txt file should give you instruction on installing the controls.

The sheridan controls uses Threed32.ocx.

Just follow these steps.
1. Copy Threed32.ocx to your \WINDOWS\SYSTEM directory
2. Register the control by browsing to them in Visual Basic or using
RegSvr32 (located in Tools\RegistrationUtilities).
"RegSvr32 C:\Windows\System\Threed32.ocx.
3. License the control by typing
"regedit vbctrls.reg" in the same directory the .ocx is located in your VB CD.

Hope this helps.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Visual Basic Classic

Visual Basic Classic

--

Questions

--

Followers

Top Experts

Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.