Windows Programming - August 2021

WM_PAINT
 
I have a small snippet of code in my WndProc that has a WM_PAINT with nothing in it except return(0)...
[4 replies] Last: Many thanks for this. That answers my question. (by dodge55)
Providing electronic car weighing station management software nationwide
 
Providing electronic car weighing station management software nationwide Nowadays, the control of t...
[no replies]
by Geckoo
Letter Occurences
 
https://en.wikipedia.org/wiki/Letter_frequency Hello. I am working on a simple program so as to che...
[12 replies] Last: You are right Furry Guy. It is very important to foresee some user mis... (by Geckoo)
by Weasel
Common controls
 
When I change the colours of Windows or the theme, the controls change their size and position. How...
[5 replies] Last: I've decided not to continue with this issue as it is a minor one and ... (by Weasel)
Is intellisense broken in VS 16.11.0?
 
Is it just me and my code or is intellisense broken is VS 16.11.0 for you too? Did you find any w...
[13 replies] Last: Thanks, I have reported my issue with intellisense soon after and the ... (by malibor)
Delete logs after N Days
 
Hi. I have a website. I'm getting logs via syslog to my website. I want to write a c++ code for, de...
[13 replies] Last: you can use the dreaded system() function to invoke the command line.... (by jonnin)
Bigram
 
count the number of occurrences of each bigram in a text bigrams.size(); https://en.cppreferenc...
[15 replies] Last: Damn, this thread certainly has gone off into the weeds of the Twiligh... (by deleted account xyzzy)
by thmm
Windows programming: where to start? (1,2)
 
My ultimate goal would be to create a more or less complex application What kind of application -...
[20 replies] Last: Nowadays nobody (ok somebody's going to say they do here to confirm t... (by deleted account xyzzy)
by Weasel
Trackbar control
 
How can I ensure that the background colour of my trackbar control is the same colour as the backg...
[1 reply] : You need to handle WM_CTLCOLORSTATIC to update background color: htt... (by malibor)
Evdev Equivalent for Windows
 
I’ve been designing a keyboard macro program that takes control of a second keyboard and turns it ...
[2 replies] Last: Yeah dude, I've thought up maybe something similar. The idea I was ha... (by zEcs Cilnt)
C++ move assignment compile time error
 
Good day admin I need a cue here the below c++ code is spoiling my coffee. #include <iostream> #...
[4 replies] Last: Something like (NOT properly tried/tested): #include <iostream> #in... (by seeplus)
Comparing pseudo handles?
 
I know we can check whether 2 handles are same by using CompareObjectHandles API. https://docs.mic...
[5 replies] Last: pseudo handles are local to process as opposed to real handles which a... (by malibor)
Win32 TabControl Flicker
 
I made a GUI with a native splitter separating a ListView and TabControl. The TabControl has two chi...
[1 reply] : #include <Windows.h> #include <commctrl.h> #include <windowsx.h> #in... (by InNeedOfHelp)
Full duplex on win32 api
 
Hey just a beginner here to the win32 API so hopefully you'll bare with me :) Programing in c++ w...
[6 replies] Last: Ok that clears it up a bit! Thanks for the help! (by ManlishPotato)
by Wali23
Code running error
 
Level 1: Small perfect numbers Begin by writing a program that prints perfect numbers (those with a ...
[1 reply] : This isn't windows programming - its just c++. You'd be better off re-... (by seeplus)
Create Multiple Binary Files in C++
 
Hello guyz, i need little help i created C++ program thats suppose to create binary files from hexa ...
[3 replies] Last: Why so complicated? You need to open the output stream once and write... (by thmm)
Repainting the Client area
 
I'm new to Windows Programming as I've been doing embedded for many years. I am using Petzold's boo...
[18 replies] Last: I was sloppy, and lazy. My example is to be ignored. (by deleted account xyzzy)
NaN string to double GCC
 
Good day! ;) Noticed strange behavior is some rare cases in my program, and after some digging foun...
[6 replies] Last: > How does a C++ program specify which C standard to use? The C++ sta... (by JLBorges)
  Archived months: [jul2021] [sep2021]

This is an archived page. To post a new message, go to the current page.