-
Using System class in VB6
Hi,
I'm new to Vb6 and its probably a silly question, but how do i use the namespace System in Visual Basic 6? I have added a reference to the System, System_Windows_Forms and System_Drawing namespace, but i don't see System.Drawings.Graphics and many other classes. Am i missing something? Do i need to import the namespace? I have coded in VB2010 and i'm not sure about how it is in 2006 .Please help me out. Thanks!
-
You cannot use .NET namespaces in VB6.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
hi,
Thanks for the reply! So then i cant use graphics or any of those? I'm using VB6 as i have an ActiveX control as a UI on the form, and i would also like to do operations such as displaying a video and drawing on an image in a picturebox on the UI. How else could i get to doing this? Thanks!
-
 Originally Posted by bizzare
How else could i get to doing this?
Switch from using VB6 to using VB.NET
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
Hi,
Thanks for the information. Unfortunately i'm contsraint to using VB6 as i am using API's for the Winspec32 software, which is supported by versions other than .NET. But i also need to use graphics to draw on the image. Please help me out with what i could do.
Thanks,
Hyma
-
VB6 is not the best development platform in the world for graphics. I did a quick search and found these links.
http://www.vb6.us/tutorials/Graphics
http://www.vbtutor.net/vb6/lesson18.html
http://www.dreamincode.net/forums/to...g-a-sketchpad/
There may be more out there if you want to spend some time doing some digging.
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
Similar Threads
-
By IronJack in forum Java
Replies: 12
Last Post: 08-08-2006, 06:52 PM
-
Replies: 0
Last Post: 01-14-2006, 07:01 PM
-
Replies: 205
Last Post: 09-26-2001, 01:37 PM
-
By Patrick Ireland in forum .NET
Replies: 3
Last Post: 05-07-2001, 03:04 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks