
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 01:55 PM
That is what i can achieve, take a look please on the top left corner, there is a custom checkbox, but i need the same inside of the CListCtrl not in...
9 replies | 157 view(s)
-
Today, 01:51 PM
Hi, VictorN!!! First of all i want to thank you very much for your time and help. Finally i found the almost what i need in this link:...
9 replies | 157 view(s)
-
Today, 08:53 AM
What overly complicated code. Create a modeless dialog. Make its parent window the main app window. Store the pointer to it in the AfxApp (so you can...
4 replies | 78 view(s)
-
Today, 08:06 AM
Basically i was relooking into code, and wondering, after the CLOSE, the window is destroyed, but the handle is still having not deleted. Is it wrong...
4 replies | 78 view(s)
-
Today, 08:01 AM
Thanks a lot Victor i tried it is not working.
if (m_pResultAnalysisDialog)
{
WINDOWPLACEMENT windowPlace;
windowPlace.length =...
4 replies | 78 view(s)
-
Today, 07:53 AM
What if you add (the block in blue)?
if (m_pResultAnalysisDialog)
{
WINDOWPLACEMENT windowPlace;
windowPlace.length =...
4 replies | 78 view(s)
-
Today, 05:47 AM
Hi,
As per discussion one month back, I tried to create the MFC dialog from the existing one. But now when trying to test various scenarios, i am...
4 replies | 78 view(s)
-
Yesterday, 12:49 PM
Thank you for any information you can give me.
1 replies | 59 view(s)
-
Yesterday, 12:48 PM
Hello everyone I am new on here.
I have a simple application that uploads text files into oracle as blobs. These files have text in them.
I...
1 replies | 59 view(s)
-
Yesterday, 11:33 AM
You're making it way harder than it needs to be. The solution Victor proposed does what you ask. He hardcoded values for .8, .9, etc. You'll need...
6 replies | 164 view(s)
-
Yesterday, 11:30 AM
In this case, you have a total of 52 balls in the urn. The chance of picking a blue is 50/52, and a red is 2/52. The total probability is 50/52 +...
6 replies | 164 view(s)
-
Yesterday, 08:01 AM
I'm sorry I might have not explained the problem clearly. What I'm trying to do is something like those random balls pick up where you spin them in a...
6 replies | 164 view(s)
-
Yesterday, 04:07 AM
Perhaps, this one will work?...
6 replies | 164 view(s)
-
Yesterday, 03:08 AM
The link in my previous reply suddenly doesn't seem to work so I supply an example. It is based on the recipe: "Generating pseudo-random numbers" in...
6 replies | 164 view(s)
-
Yesterday, 01:37 AM
If you have the possibilities 0.8, 0.1, and 0.1 you think of them as three intervals,
1: 0.0 <= x < 0.8
2: 0.8 <= x < 0.9
3: 0.9 <= x < 1.0
...
6 replies | 164 view(s)
-
January 13th, 2021, 03:32 PM
Hi,
I would have a technical question regarding MSVC2019.
I got a code written by someone else and would like, step by step, to follow i.e. to...
11 replies | 2486 view(s)
-
January 13th, 2021, 12:52 PM
Okay, so I think I get it now. When you have a * it's sort of just a way of pointing at the original data rather than re-declaring it. I thought...
2 replies | 130 view(s)
-
January 13th, 2021, 12:14 PM
Very simple: you should ask your questions directly in the forum posts, not in some attachments that have to be downloaded just to read what you...
11 replies | 2486 view(s)
-
January 13th, 2021, 12:01 PM
Could you pls let me know what you meant by 'Post your question directly'. Thanks.
11 replies | 2486 view(s)
-
January 13th, 2021, 11:07 AM
(17 years later)....:wave::wave::wave::wave::wave:
There is a VERY real difference. It is physically possible to that multiple instances of theApp...
25 replies | 4156 view(s)
-
January 13th, 2021, 10:23 AM
Then you nave to implement owner or custom drawing!
some examples:
http://codexpert.ro/blog/2013/02/22/custom-draw-vs-owner-draw-controls/...
9 replies | 157 view(s)
-
January 13th, 2021, 09:34 AM
Hello!
10 years into programming and I never ever had to use possibilities in conditional statements. Right now, I'm making a video game and I...
6 replies | 164 view(s)
-
January 13th, 2021, 09:20 AM
Yes i did, this method only change back color of CListCtrl, but not change the color of checkboxes... it doesnt work for me
9 replies | 157 view(s)
-
January 13th, 2021, 02:59 AM
Did you try using CListCtrl::SetBkColor? Does it work or not?
9 replies | 157 view(s)
-
January 13th, 2021, 01:19 AM
Well, according to the link in my previous post, according to the C++ standard, a reinterpret_cast should work,
"3) A value of any integral or...
6 replies | 179 view(s)
-
January 13th, 2021, 01:10 AM
UI with C++ and MFC, COM, to name a few.
25 replies | 707 view(s)
-
January 12th, 2021, 09:27 PM
It would be nice to see a code sample, can anybody share it please?
9 replies | 157 view(s)
-
January 12th, 2021, 06:28 PM
can you be a little more specific? what aspect of this is old technology?
25 replies | 707 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|