PDA

View Full Version : Torque - A Media Player designed using VB 6


T159
05-12-2007, 05:17 PM
Designed and developed by me in third sem of Engg, there are minor bugs here and there but none so critical to crash ur system :D.

I was digging all my backups today and found this in archive. Thought of posting.

Here are the screenshots:
Compact:

http://farm3.static.flickr.com/2096/2088105479_bf68cd49c4_m.jpg
original pic (http://farm3.static.flickr.com/2096/2088105479_44c5cc9d77_o.gif)

Normal:
http://farm3.static.flickr.com/2116/2088105477_fca7a82908.jpg
original pic (http://farm3.static.flickr.com/2116/2088105477_b5e8141be4_o.gif)

Requirements:
1) VB installed or VB runtime (http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&displaylang=en) installed
or
2) Download these two dlls and place them in system32 folder in windows directory.
MSCOMCTL.OCX (http://www.ascentive.com/support/new/images/lib/MSCOMCTL.OCX) and Comdlg32.ocx (http://www.ascentive.com/support/new/images/lib/COMDLG32.OCX)

and run these commands in "command prompt" or "run":

regsvr32 \windows\system32\comdlg32.ocx


regsvr32 \windows\system32\mscomctl.ocx

Download Torque player here (http://www.esnips.com/doc/1a5de153-a791-41aa-95bd-64eabb3d61f1/Torque-Media-Player)

No installation needed, just extract and click to play video/audio/pictures.

ArZuNeOs
05-12-2007, 07:12 PM
looks nice man

Can u gimme the memory usage details

deathvirus_me
05-12-2007, 07:18 PM
Interface looks so blunt :( .... sorry to say that :P ... maybe i could help u out in redesigning the interface if u wish :p .. basic functions are fully working i hope ...

T159
05-12-2007, 07:30 PM
yeah i can provide source code,
Most of the advanced functions are also implemented.

I feel lazy to make over it again, may be someone can remove bugs (i know there are 4-5 bugs).

looks nice man

Can u gimme the memory usage details

memory is abt 30k avg and CPU usage varies from 0-15 avg is 2-3(at least on my C2D).

Interface looks so blunt :( .... sorry to say that :P ... maybe i could help u out in redesigning the interface if u wish :p .. basic functions are fully working i hope ...

whats so blunt man ? tell me ur concept UI:)

There is no window native feel, yeah making it funky helps but then memory usage will increase.

Haven't done optimization on UI.