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
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 
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;

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]()
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!

ofcourse C# is better (IMO lol :P )
whats the mission of the app ?
whats the mission of the app ?
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 )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.
whats the mission of the app ?
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]()
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!

MrAksel wrote:[DllImport("user32.dll")]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 )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.
whats the mission of the app ?
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.
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
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
Hmm wow i'm surprised my computer o.e the program didn't freeze :d :lol:
YourSocksRoxx wrote: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 itMrAksel wrote:[DllImport("user32.dll")]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 )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.
whats the mission of the app ?
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...
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]()
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!

8 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023