my final project for the Bsc in computer science is to write a programme in vb 6. But the interface provided by vb6 is too old.the vb6 interface looks more like a windows 2000 which is very old. is there a way to use the same programming language but with a better interface?
interface in vb 6
Collapse
X
-
Originally posted by dadabee4umy final project for the Bsc in computer science is to write a programme in vb 6. But the interface provided by vb6 is too old.the vb6 interface looks more like a windows 2000 which is very old. is there a way to use the same programming language but with a better interface?
Also, you may need to show some of your work for added support, especially that this is school work related.
Good luck with the project! -
Originally posted by dadabee4umy final project for the Bsc in computer science is to write a programme in vb 6. But the interface provided by vb6 is too old.the vb6 interface looks more like a windows 2000 which is very old. is there a way to use the same programming language but with a better interface?
Hi there, dadabee4u!
you could use API for that (if you know how to use it)
Good luck! (-.-)
Better Than YesterdayComment
-
Originally posted by dadabee4umy final project for the Bsc in computer science is to write a programme in vb 6. But the interface provided by vb6 is too old.the vb6 interface looks more like a windows 2000 which is very old. is there a way to use the same programming language but with a better interface?
Have you studied GUI design and interaction design? You should be able to create an effective, elegant interface whether you're using VB 6 or some .NET language.
You could create funky virtual controls by drawing shapes on the form and handling MouseMove events, but ouch! that's a lot of work. A simpler and quicker route would be to create custom graphics for the standard set of controls; you'll find plenty of examples online explaining how this is done.
If you haven't already programmed in VB 2005, then you may want to invest a little more effort in the interface design rather than jumping from VB 6 to .NET. Depending on how much time you may have, I'd recommend looking up one or more of the following books in your library:
Universal Principles of Design by Lidwell, Holden, and Butler
About Face 3.0 by Alan Cooper
The Design of Everyday Things by Don Norman
Tog on Interface by Bruce Tognazzini
Designing Interactions by Bill MoggridgeComment
-
Good advice. Designing a decent user interface has always been my weakpoint.
Oh! And I just remembered, you may want to have a look here: Add Vista Window Style To VB.Last edited by Killer42; Jan 14 '08, 02:19 AM.Comment
-
Hello,
I have a lot of threads here about graphics. You may take a look to all of them. They may help you a lot. They are about Effects, From Styles, different cool controls.
Serach for them.
Serach for Cool Form i think that ll help u a lot because no os has still that type of visuls.
For more helps to improve graphics interface using vb6 mail me or contact me using messenger. You ll find my email address from my profile(Click on my name or avatar).
Regards
>> ALI <<Comment
-
Originally posted by dadabee4uBut the interface provided by vb6 is too old.the vb6 interface looks more like a windows 2000 which is very old. is there a way to use the same programming language but with a better interface?
Comment
-
I can't find the article mentioned in the link.
Oh! And I just remembered, you may want to have a look here: Add Vista Window Style To VB.[/QUOTE]Comment
-
Hellow CBrain the link you provide "Add Vista Window Style To VB" is not working properly , so please provide a valid link
Originally posted by CBrianAI can't find the article mentioned in the link.
Oh! And I just remembered, you may want to have a look here: Add Vista Window Style To VB.Comment
Comment