16,015,973 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 FISH786 (Top 32 by date)
FISH786
31-Aug-16 21:29pm
View
I am sorry, when I said plain text should have said as colorref from the pixels.
FISH786
31-Aug-16 21:26pm
View
Instead of saving it as a bitmap, I was hoping to save it in the registry.
This way, I don't have to worry about the bitmaps.
FISH786
7-May-16 15:56pm
View
thank you. that worked.
FISH786
13-Dec-14 15:01pm
View
I finally manged to do it by simulating mouse movements.
FISH786
11-Dec-14 21:12pm
View
Sure will. Thanks again.
FISH786
11-Dec-14 19:50pm
View
Yes using VS2010. Thank you again.
FISH786
11-Dec-14 19:23pm
View
Thank you. Are there any links you can recommend to read on?
FISH786
11-Dec-14 18:21pm
View
You are right, either a bug or a feature one or the other. Is there a way to use the WM_MOUSEMOVE and WM_LBUTTONDOWN and achieve the same result?
FISH786
11-Dec-14 14:04pm
View
it sure does, I thought the HWND to the window would have solved it. I know for a fact that i have different HWND because I get different values and i get the same values when i check it through SPY
FISH786
10-Dec-14 7:35am
View
TRUE!!! I totally agree with you. However I was trying to avoid using the EnumWindows Function.
But looks like thats the only option to use.
Thank you all.
FISH786
10-Dec-14 7:03am
View
I am sorry, I should have mentioned this is an external app.
I am starting up the target application using "ShellExecute".
I don't have the code for the target application.
Once I execute that I am looking for the HWND of the target window.
FISH786
19-Feb-14 7:59am
View
I tried doing this. I got a compile error.
RGBA: Identifier not found.
FISH786
18-Feb-14 4:54am
View
Thank you. The question I would like to ask now is how load the image for RGBA?
FISH786
5-Feb-14 23:30pm
View
I can use MFC.
FISH786
20-Sep-13 3:11am
View
Thank you.
FISH786
20-Sep-13 3:08am
View
I am sorry. I must have not mentioned in my question. I haven't pasted the part I do the totaling. The totaling is easy.
FISH786
25-Jul-12 9:13am
View
Thank you for your input. It's greatly appreciated. I guess I have work cut out for me. Any suggetion as to what book or a good article to read on threads?
I looked at a couple on here and was trying to create this small app to understand threads and syncrinization.
FISH786
24-Jul-12 18:57pm
View
Thank you. I will try that. :)
FISH786
24-Jul-12 18:18pm
View
I am just starting to learn. I do appreciate the feed backs. I am kind basically self teaching trying to read samples and articles. :(... However it's all good. I hope I haven't missed anything in the code.. That was just a dummy tryout.
FISH786
24-Jul-12 18:12pm
View
I have posted the code I am using... If there is anything I have missed would greatly appreciate the feed back(good or bad).
FISH786
24-Jul-12 17:04pm
View
Thank you. I will read on the articles.
FISH786
24-Jul-12 16:57pm
View
I am using AfxBeginThreads. I have been using it for a while. Not having any problems so far.
FISH786
24-Jul-12 16:55pm
View
If I let the threads run without Semaphore and I pause the creation of the threads before I exit, I don't get memory leak, however my threads are not in sync. As soon as I use semaphore my threads are in sync but when I exit I get memory leak.
FISH786
7-Jul-12 13:51pm
View
I have been reading and trying to understand. However, I am not sure what else am I using to get the actual coordnates after I use HORZRES and VERTRES. I can only for sure do a multiplication with the 2 numbers, however not sure from the list what to use to divide the result by.
FISH786
6-Jul-12 20:24pm
View
One last question I hope. How do I convert the screen coordinates that I got from WM_PAINT to the client coordinates?
FISH786
4-Jul-12 6:29am
View
Well I really appreciate the help and Ty all.
FISH786
3-Jul-12 18:25pm
View
enhzflep:
When you mention Subclass : In short It's the same as hooking and monitor the changes.
I am new at this. I have been reading as thats how I am learning programming is hands on.
Well appreciate the feedback.
FISH786
3-Jul-12 18:15pm
View
Espen Harlinn:
I am just learning to programme. If I understood your Solution correct. In short first I would be creating a Hook for WM_PAINT to the thirdparty application and if WM_PAINT gives location of the paint, I should have the full 100% from this process.
If I am right, there will be work cut out for me. :)
Thank you.
FISH786
3-Jul-12 18:06pm
View
Sergey Alexandrovich Kryukov:
Yes. I am trying to replace it just short of that 3-5%. However it's been a pain. It's just I am learning to programme at the same time.
Code-o-mat:
Yes. It does fail. However I am short of that 3-5% to be able to reverse engineer and replace it.
FISH786
21-Jun-12 6:40am
View
Thank you.
FISH786
21-Jun-12 6:40am
View
Thank you so much.
FISH786
18-May-12 19:08pm
View
You right. I am having perfomance issue and am just searching on BITMAPINFO. I guess, I have work cut out for me on reading. I was expecting a quick resolution before I finished reading. Guess not going to happen.
BTW the above code works as part of a function, its just slow. not just slow VERY SLOW. So yes you right with WOW! :(
Show More