15,998,694 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 C++ questions
View Javascript questions
View Visual Basic questions
View .NET 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 Mohamed Ahmed Abdullah (Top 17 by date)
Mohamed Ahmed Abdullah
23-Mar-12 15:32pm
View
did you add the following 3 references?
1- System.Windows.Forms
2- Microsoft.ReportViewer.Common
3- Microsoft.reportViewer.WinForms
Mohamed Ahmed Abdullah
19-Mar-12 23:24pm
View
Deleted
the grapper is instance from Capture thats in Emgu.CV.dll so yes i am using OpenCV, the problem is that i amt to take the image from file not from the webcam
Mohamed Ahmed Abdullah
18-Mar-12 15:57pm
View
it depends, give us more information please, describe your problem in details.
Mohamed Ahmed Abdullah
18-Mar-12 15:55pm
View
improve your question please, i couldn't understand any thing
Mohamed Ahmed Abdullah
16-Mar-12 2:47am
View
you need to share your code with us
Mohamed Ahmed Abdullah
16-Mar-12 2:38am
View
clarify your question Please !!!
Mohamed Ahmed Abdullah
15-Mar-12 15:58pm
View
i think you need a professional help. God with you
Mohamed Ahmed Abdullah
15-Feb-12 2:34am
View
nice, but only i need the call back after the minimized or maximized not before,
but thank you very much for your response
Mohamed Ahmed Abdullah
13-Feb-12 14:45pm
View
try this
<combobox itemssource="{Binding Names}"/>
Mohamed Ahmed Abdullah
10-Feb-12 1:47am
View
if you share your code with us, or explain your problem in detailed so we can help you, it will be nice
Mohamed Ahmed Abdullah
30-Jan-12 0:29am
View
Where is the problem????
Mohamed Ahmed Abdullah
26-Jan-12 22:42pm
View
yes it's embedded resource but still how can i write on it??
Mohamed Ahmed Abdullah
16-Dec-11 3:55am
View
Thank you Dave Kreskowiak, ok i worked before with image processing but i never worked before with OCR can you tell me how to begin.
Mohamed Ahmed Abdullah
15-Dec-11 15:08pm
View
Thank you Marcus Kramer and SAKryukov i was thinking of this:
1- take a snapshoot of the screen
2- analyze the image (bitmap) by any ocs program or even create my own, to get all the words in the screen
3- map the mouse location with the image and determine the word
but this is a very long way and not powerful at all
and this is a very old and bad school
But now, i found this http://www.codeproject.com/KB/dialog/FindWindow.aspx but i am thinking of, this is the beginning of the road.
Mohamed Ahmed Abdullah
15-Dec-11 14:46pm
View
http://www.codeproject.com/KB/cs/ResxMergeUtility.aspx
http://www.codeproject.com/KB/vista/LINQ_3.aspx
http://www.codeproject.com/KB/XML/XMLAlphabetizer.aspx
Mohamed Ahmed Abdullah
8-Nov-11 23:08pm
View
Thank you Andre Kraak, I Well
Mohamed Ahmed Abdullah
8-Nov-11 23:07pm
View
Thank you thatraja very much
this application is very helpful
so i found the solution
var r = new Regex(@"(\s\w{0,}=""{Binding .+}""){0,}");
the previous expression will give you all the Bindings in the file
Show More