Test my video viewer

Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
8 posts Page 1 of 1
Contributors
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Test my video viewer
MrAksel
Hey guys, im making a video viewer and i want you to test the speed of it. Someone told me that C# is faster than VB, so i made it in C#. It shows a video with 500 frames. You can choose the framerate too :D
Anyway, test it and tell me if it is slow/fast, flickers much/less or giving you errors. To test it, just press the load button and it will start loading in another thread. That means you can press start right after you pressed load, if you have a slow PC you might want to wait 5 seconds before pressing start.
Thanks in advance loove;

And if someone wants to create an icon for it, ill pay 3-5 credits if i like it wahooo;
You do not have the required permissions to view the files attached to this post.
Last edited by MrAksel on Sun Dec 19, 2010 7:07 pm, edited 2 times in total.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Test my video viewer
Usman55
Hello MrAksel, When i pressed the Load button it got stuck.
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Test my video viewer
Axel
ofcourse C# is better (IMO lol :P )

whats the mission of the app ?
http://vagex.com/?ref=25000
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Test my video viewer
MrAksel
Usman55 wrote:
Hello MrAksel, When i pressed the Load button it got stuck.
What you mean by stuck? When you press load, it starts loading in another thread so it wont get stuck. It also means that you can press the start button right after you pressed load. Just click load, then start.
YourSocksRoxx wrote:
ofcourse C# is better (IMO lol :P )

whats the mission of the app ?
I think it was you that told it to me on MSN. Anyway its supposed to be a video viewer, but for now I'm just interested if it flickers or not. I haven't worked on the design or loading video files yet.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Test my video viewer
Axel
MrAksel wrote:
Usman55 wrote:
Hello MrAksel, When i pressed the Load button it got stuck.
What you mean by stuck? When you press load, it starts loading in another thread so it wont get stuck. It also means that you can press the start button right after you pressed load. Just click load, then start.
YourSocksRoxx wrote:
ofcourse C# is better (IMO lol :P )

whats the mission of the app ?
I think it was you that told it to me on MSN. Anyway its supposed to be a video viewer, but for now I'm just interested if it flickers or not. I haven't worked on the design or loading video files yet.
[DllImport("user32.dll")]
public static extern bool LockWindowUpdate (IntPtr hWndLock);

this prevents my form from flickering , i dunno if it works for you too...

then in the event where a new picture appears ( i believe you did that in panel_paint... :P)
panel_paint(object sender....)
{try{LockWindowUpdate(panel.Handle);}finally {LockWindowUpdate(IntPtr.Zero);}}

you need to import system.runtime.interopservices first...
Last edited by Axel on Thu Dec 16, 2010 2:59 pm, edited 1 time in total.
http://vagex.com/?ref=25000
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Test my video viewer
Dummy1912
MrAksel wrote:
And if someone wants to create an icon for it, ill pay 3-5 credits if i like it wahooo;
Hey buddy

I'll make it for you FOR FREE :P
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Test my video viewer
Agust1337
Hmm wow i'm surprised my computer o.e the program didn't freeze :d :lol:
Top-notch casual Dating
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Test my video viewer
MrAksel
YourSocksRoxx wrote:
MrAksel wrote:
Usman55 wrote:
Hello MrAksel, When i pressed the Load button it got stuck.
What you mean by stuck? When you press load, it starts loading in another thread so it wont get stuck. It also means that you can press the start button right after you pressed load. Just click load, then start.
YourSocksRoxx wrote:
ofcourse C# is better (IMO lol :P )

whats the mission of the app ?
I think it was you that told it to me on MSN. Anyway its supposed to be a video viewer, but for now I'm just interested if it flickers or not. I haven't worked on the design or loading video files yet.
[DllImport("user32.dll")]
public static extern bool LockWindowUpdate (IntPtr hWndLock);

this prevents my form from flickering , i dunno if it works for you too...

then in the event where a new picture appears ( i believe you did that in panel_paint... :P)
panel_paint(object sender....)
{try{LockWindowUpdate(panel.Handle);}finally {LockWindowUpdate(IntPtr.Zero);}}

you need to import system.runtime.interopservices first...
I made a new usercontrol and made a timer in it. And the timer is just painting a bitmap at its tick event. But ill test it

Edit, it didn't work, i guess its because i use graphics
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
8 posts Page 1 of 1
Return to “Work in Progress”