15,747,111 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 C++ questions
View Python 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 C3D1 (Top 35 by date)
C3D1
8-Sep-15 9:15am
View
Sorry, could you explain that a little bit more? I'm a little bit confused at the moment...
C3D1
8-Sep-15 9:12am
View
Thank you, but i want to create PDB-Files and don't include the debug info into the .lib file.
C3D1
2-Apr-15 3:21am
View
Hey,
i'm not planning to do that via an self-written-programm. I want to do that with windows on-board features. That's because there are no language/technology tagged.
Sorry for the confusion
C3D1
3-Mar-15 5:39am
View
Yes, i know this.
Did you read my question till the end?
The problem is what is the Category-Items-Relationship?
C3D1
21-Oct-14 5:57am
View
I have it done now with FindFirstChangeNotification and FindNextChangeNotification. But the question is still there.
It seems to be a general problem with ReadDirectoryChangesW. So IMHO there should be any solution (or maybe just a workaround) out there.
It's not that important anymore for me to find 'THE' solution for this problem, because i have solved it with your Link, but i'm still interested to solve it.
At the moment i think it's okay to accept your solution, because it solved my problem. But i'm glad to see if anyone knows 'THE' solution for ReadDirectoryChangesW, and then i will mark his (/or her) Answer as solution.
Thank you verry much for any new answers.
C3D1
21-Oct-14 2:14am
View
Please accept this solution if it solved your problem. Then the other members could see in the quick answers overview that this question is solved. :)
Thank you
C3D1
21-Oct-14 2:05am
View
Yes, i know in C# this is pretty simple.
My first attempt was in C#, but poorly i have to implement it in VC++/MFC.
C3D1
26-Aug-14 8:53am
View
You are a genious :) Thank you so much!
C3D1
26-Aug-14 8:44am
View
Hey,
thank you a lot for your solution.
But i have done a quick look in regex101.com and found, that your regex match to the number after the dot:
http://regex101.com/r/cQ5qB6/2
So it's not exactly what i want, but it's really close to it! :)
C3D1
26-Aug-14 5:57am
View
Hey,
in your link they suggest to use "^\d$".
But i think i've made it clear in my question above that something like ^[\d]*$ doesn't work in my (special) case.
C3D1
22-Aug-14 7:15am
View
yes, i know that i cannot use strings in preprocessor directives in the way i asked.
I wrote "something like". I know the code above will not work.
Therfore i ask, if there is a way to do something like that
C3D1
22-Aug-14 7:13am
View
Sorry, i'm using VC++ not C#
C3D1
22-Aug-14 4:11am
View
#ifded _DEBUG doesen't work in this case, because the test computer sould do debug too.
And the computer who compile the release version have the same paths and harddrives like our dev computers. Only the test computer have different paths
C3D1
26-Jul-14 14:10pm
View
sorry, i have tryed that, but that doesent work.
I don't want to paint a solid color, i want to paint the area transparent to show a underlaying control
C3D1
24-Jul-14 9:11am
View
The biggest problem is, that i'm only apprentice in this company and i have to do what the others tell me to do.
We used a 3rd party TabCtrl in the past which support this feature. But now we are moving back to the Microsoft controls, so i replaced the 3rd party TabCtrl with the Microsoft Ctrl and added DnD functionality.
So the deisgn team and the management knows that it worked in the past so it have to work in the future too...
I'm not happy with this, but i have to find a way to implement that functionality...
C3D1
24-Jul-14 7:45am
View
Yes, that's the problem. I don't want to handle WM_PAINT by myself.
And tell it to our design team to expand the main window and move the button. They want to have it exactly in this area right of the tabs. There is no compromise...
C3D1
24-Jul-14 7:07am
View
Sorry for the confusion. I'm trying to get the space right of the Tabs transparent. I tryed a few things, but all the time nothing happens. So i decided to color the area in red to see if anything happens inside OnEraseBkgnd.
At the picture you can see the Button hided a little bit the grey area. This grey area i'm trying to get transparent.
Sorry for my bad english!
I hope you could understand what i mean
C3D1
17-Jul-14 1:43am
View
Oh sorry, that's a miskate. I use the CFontDialog not the CColorDialog.
I correct it right now. Thanks for the hint.
C3D1
16-Jul-14 2:59am
View
*facepalm* okay now i see where is the problem!
Thanks a lot!
C3D1
16-Jul-14 2:53am
View
I'm more interessted in the reason why the RGB-Value is reversed than in the solution.
C3D1
8-May-14 6:00am
View
Thank you so much!
This helped me a lot in my current project!
C3D1
3-Apr-14 4:46am
View
Exactly i want to get every entry in the eventlog for the protocol "Security" from the provider "Microsoft-Windows-Security-Auditing" with the EventID 4625 at Level 0 or 1
C3D1
20-Mar-14 5:30am
View
Maybe you could inherit the toolbar to have your own customizable toolbar and then in your custom toolbar you could send these messages directly to your view class
C3D1
19-Mar-14 10:43am
View
Thank's alot!
In my oppinion you could not fix my problem exactly but close enougth to accept your solution
C3D1
19-Mar-14 10:43am
View
Deleted
Thank's alot!
In my oppinion you could not fix my problem exactly but close enougth to accept your solution
C3D1
19-Mar-14 10:23am
View
Hey,
thanks for your reply.
I checked the discussion at your link, but WM_ENTERIDLE didn't work on my Win8.1 machine.
check my source:
UINT CALLBACK HookProc(HWND hWnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
{
// ...
if( nMessage == WM_ENTERIDLE )
{
// Do some other stuff here and place a breakpoint at this line
}
// ...
}
The breakpoint is never reached.
Is there an other solution?
Thanks a lot for your answer!
PS: i know google and if i found something what helped me, i wouldn't ask here ;)
C3D1
10-Mar-14 11:55am
View
yea, i have no idea how this could happen...
Maybe at the time i read the MSDN documentation about the assembly class it was early in the morning and the first coffee was still in progress at the machine and then i accidently skipped this property...
Really sorry for wasting your time!
C3D1
10-Mar-14 3:23am
View
thanks for your help!
I don't know how i could miss this property...
*Facesmash*
C3D1
28-Feb-14 9:36am
View
sample code or a little bit more information would be helpfull
C3D1
19-Feb-14 4:19am
View
Thank's for the advice with the IDs.
I will give it a try!
Yes, i/we use MFC, but not the CFileDialog directly.
It's a CCommonDlg derviated class and in DoModal() the co-worker, who has written the class, call GetSaveFileName() or GetOpenFileName.
The main goal of my modification/customation can be found here: http://www.codeproject.com/Questions/719055/CCommonDlg-how-to-scroll-automaticly
C3D1
19-Feb-14 4:17am
View
The Article you submitted look good and i think this is the way i should do it
C3D1
19-Feb-14 3:35am
View
I verifed the HWNDS by setting a breakpoint at the top of my function, stepp trough all relevant lines and copy all HWND values to notepad.
Then i return back to my application and check the handle values using Spy++.
All HWNDs should was ok.
I tested the macro at this sample project: http://www.codeproject.com/Articles/5782/Implementing-a-Read-Only-File-Open-or-File-Save-Co at the CDN_FOLDERCHANGE Message after the HWNDs are detected.
Same here, it return 0.
C3D1
19-Dec-13 9:34am
View
Hey,
i'm interested in the Sourcecode too. But i won't pay for such informations!
Informations into the Internet should be free for everyone!!!!
C3D1
23-Aug-13 4:09am
View
What's about a Namespace around your class?!
C3D1
23-Aug-13 4:07am
View
Every one of these IDEs has it's pro and cons. I like them all verry much!
Show More