|
-
Jul 16th, 2008, 04:27 PM
#1
Thread Starter
PowerPoster
[RESOLVED] about graphics libraries type
i'm using visual basic 6.
how can i use GDI+?
how can i use system.drawing.dll?
i think(but not sure) these libraries are very good for work with graphics...
thanks
-
Jul 17th, 2008, 03:24 AM
#2
Hyperactive Member
Re: about graphics libraries type
If you are using VB6 then you should not be able to use the .net framework, both VB.net and C# can though. System.Drawing.Dll is part of the .net framework and I believe that GDI+ is part of the Com framework and I know that you can only use GDI+ through C/C++: http://msdn.microsoft.com/en-us/library/ms533798(VS.85).aspx
I recommend learning DirectX8, it works nicely with VB6 and its fun and powerful. Despite being scary at first, I heartly recommend it!
-
Jul 17th, 2008, 05:50 AM
#3
Re: about graphics libraries type
You can use GDI+ in VB6 but it's a bit of a pain and there is no official documentation (You might need to join PSC to use the link). It's much much easier to use it with .net.
-
Jul 17th, 2008, 04:21 PM
#4
Thread Starter
PowerPoster
Re: about graphics libraries type
 Originally Posted by singularis
If you are using VB6 then you should not be able to use the .net framework, both VB.net and C# can though. System.Drawing.Dll is part of the .net framework and I believe that GDI+ is part of the Com framework and I know that you can only use GDI+ through C/C++: http://msdn.microsoft.com/en-us/library/ms533798(VS.85).aspx
I recommend learning DirectX8, it works nicely with VB6 and its fun and powerful. Despite being scary at first, I heartly recommend it!
i'm so sorry, i never did nothing with directx... but can you give an simple code?... for i try start it...
thanks
-
Jul 18th, 2008, 07:59 AM
#5
Hyperactive Member
Re: about graphics libraries type
Sure, look in my signature. It's where I learned VB6+DX8.
Happy Coding!
-
Jul 18th, 2008, 01:50 PM
#6
Thread Starter
PowerPoster
Re: about graphics libraries type
the directx is only graphics and sound(and media) aspects, right?
-
Jul 21st, 2008, 03:29 AM
#7
Hyperactive Member
Re: about graphics libraries type
DirectX comprises of:
Direct3D: For graphics
DirectMusic/DirectSound: For audio
DirectInput: For keyboard and mouse input
DirectPlay: For networking
DirectShow: For playing certain media types
All are covered on Jack Hoxley's site.
-
Jul 21st, 2008, 01:46 PM
#8
Thread Starter
PowerPoster
Re: about graphics libraries type
 Originally Posted by singularis
DirectX comprises of:
Direct3D: For graphics
DirectMusic/DirectSound: For audio
DirectInput: For keyboard and mouse input
DirectPlay: For networking
DirectShow: For playing certain media types
All are covered on Jack Hoxley's site.
thank you very much...
-
Jul 21st, 2008, 01:49 PM
#9
Thread Starter
PowerPoster
Re: about graphics libraries type
 Originally Posted by Milk
You can use GDI+ in VB6 but it's a bit of a pain and there is no official documentation (You might need to join PSC to use the link). It's much much easier to use it with .net.
i'm so sorry only answer you now 
thank you for your advice, i don't knew that. thanks
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
|
Click Here to Expand Forum to Full Width
|