15,667,949 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View Python questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by mmm3743 (Top 18 by date)
mmm3743
28-Jun-13 15:30pm
View
If you mean why do I need it, it's because I'm currently trying port program I created in visual studio to mono.
mmm3743
26-Mar-13 4:26am
View
I already know how to play audio and video files, what I need is to send image from service to activity
mmm3743
25-Oct-12 10:02am
View
Monodevelop is a c# ide that uses gtk# to build applications for windows,linux and mac
mmm3743
8-Aug-12 7:17am
View
No problem, when I first found Windows API, I was interested in taskbar options, I found the tutorial here: http://www.youtube.com/watch?v=XG-p-u7TrCM&feature=BFa&list=ULV0aykYnS4GA
mmm3743
8-Aug-12 4:04am
View
Good idea
mmm3743
8-Aug-12 4:01am
View
I don't know why that error occurred, but I have forgotten that code I wrote was to save panel in case it's docked. I've changed code so that panel doesn't have to be docked, and tested it, and it works on my pc.
mmm3743
3-Jul-12 4:53am
View
Thank you
mmm3743
26-Apr-12 16:18pm
View
Try changing backcolor of the picturebox to transparent
mmm3743
13-Apr-12 15:03pm
View
thanks for the code,works perfect
mmm3743
10-Apr-12 16:13pm
View
It didn't solve the problem,thanks for trying
mmm3743
8-Apr-12 11:46am
View
I saw the article,It's a good article,but I want to extract the frame without double opening the same video file since that would slow weak computers too much.I know how to extract the frame using ffmpeg,but then I would also double open file,so I want to extract it using mci
mmm3743
8-Apr-12 4:48am
View
Put command in the from load event
Try to load 1 item at the time:
mmm3743
27-Feb-12 3:34am
View
I had same problem,and I discovered that visual studio can't load all icons(if you have letters other then english that's the reason why you can't load your icon),try making a new icon or renaming old one.
mmm3743
25-Feb-12 12:06pm
View
Thanks,this helped,for everyone who need an awnser,the awnser is:
public static Bitmap LoadBitmap(string path) {
using (Bitmap original = new Bitmap(path))
{
return new Bitmap(original);
}
}
mmm3743
25-Feb-12 11:57am
View
do you mean connecting your database with your application?
mmm3743
12-Feb-12 6:46am
View
I'm using MCI in c#,MCI string are same for c++ and c#,but sending MCI string is different.I already know how to send MCI string,but my problem is the string i need to send for keeping aspect ratio
mmm3743
12-Feb-12 6:45am
View
Deleted
I'm using MCI in c#,MCI string are same for c++ and c#,but sending MCI string is different.I already know how to send MCI string,but my problem is the string i need to send for keeping aspect ratio
mmm3743
28-Jan-12 6:30am
View
Sorry,I fixed the question,I already used Picturebox1.Handle.ToString(),but for some reason my old app doesn't work anymore
Show More