No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Love challenges.
Always try to be optimistic.
Not shy to learn and am always open to suggestions
- Interests
- Reading,painting, creating applications,drawing, etc.
8 Posted Topics
Re: Hi, U just need to install an IDE like Visual Studio .Net (any edition)will do as a start up. later u can upgrade as according to ur needs... | |
Re: Try to use "System.Diagnostics.Process.Start(string Filename)" this can play both video and audio files... as far as the design of the media player goes u can design that in many ways... A basic look would only comprise of a playlist, start and stop buttons... | |
DateTime.UtcNow gets the system date and time, so I was wondering if there is any function to extract only the syetem time and not the date. If not just in case any one knows how to do that... plz revert back... Thanks in earnest... | |
Re: It would be easier i guess to help if u could give us a clue as to what error message u r getting. As far as the code u have posted... Well it looks pretty OK with me... | |
Hi all, I was trying to create an example WindowsCe device application, and i needed to use the Microsoft.WindowsCE.Forms but the .Net (that i have installed ) intellisence is not supporting this namespace... i.e. using Microsoft.WindowsCE.Forms is not being supported in the .Net IDE that i am using. Well if … | |
Re: This might be occuring because of a variety of on going processes that might still be active when u try to dispose the thread... Don't know what exactly is causing problem to u But in a more generic way i might say see that all the processess that u r … | |
Re: I have tried that once but with images in the same picturebox is what i comapared and it worked, but when i did it with 2 images in different picture boxes, as far as i remember the later didn't work for me either | |
Re: well to get the upper or the lower limits of an array .net c# language library provides a function called GetUpperBound(x) and GetLowerBound(x) x: is the dimension of the array 0 for 1-d 1 for 2-d note:it follows 0th index notations |
The End.