• Forum
  • Windows Programming

Windows Programming

by admin
Welcome to this board!
 
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related t...
[no replies]
.rc file issues
 
Hi, I'm trying to follow this (http://www.winprog.org/tutorial/menus.html) tutorial, but I'm runn...
[3 replies] Last: Which example are you using? Is it "Example One", using the resource ... (by anachronon)
How Do I Filter File Types in IFileDialog?
 
I am trying to create "Open" and "Save" dialog boxes with the "IFileDialog" functions. I would like...
[10 replies] Last: Again, thanks for all of the help. I have found where to place the cu... (by anachronon)
by Mif
How to show in the list box, the elements in Runewords struct by select an element from the ComboBox?
 
#include <windows.h> #include <commctrl.h> #define ARRAYSIZE(sel) (sizeof(sel) / sizeof(sel )) #...
[4 replies] Last: In the end ..I got it on my own.. :) (by Mif)
by Mif
How to use one event handler for multiple radio buttons
 
Hello.. To begin I have this: . .. ... typedef struct { CHAR runes ; }Runes; Runes list = {...
[4 replies] Last: Ahh Okay I understand now.. Okay okay.. thanks freddie1 :) (by Mif)
How to Properly Align Sound Data In An Audio Buffer (e.g. 20bit to 24bit)
 
I'm just getting started on working with WASAPI. My program basically creates a custom signal (rang...
[no replies]
by Weasel
Calculating a date from a given date
 
I want to calculate a date thirty days in the future. So if i have a date like 1st January 2021, ...
[1 reply] : https://www.cplusplus.com/reference/ctime/mktime/ Like time ( &now... (by salem c)
Extracting text from sgm file.
 
I want to read from a file and extract text between two keywords and I've been trying with this ...
[14 replies] Last: If Words is indeed of type std::string, then file >> Words will obtain... (by seeplus)
by chipp
Beginning C++ for Windows Application
 
i wanna ask, what is the best environment for learning C++ for windows application? e.g. Win32 API, ...
[9 replies] Last: [quote=Winele]Go with Qt, all the other environments are doomed ;) h... (by chipp)
Dialogue OK button behaves differently on different PCs
 
Hi, This is actually to do with functionality of the LTSpice simulation software which I am assum...
[4 replies] Last: Because windows can be such a rats nest with DLLs being loaded into pr... (by salem c)
normal vs subcassed edit window
 
Hello. I am a beginner at C++11. I am trying to get to use a subclassed window or edit type of box b...
[5 replies] Last: freddie1, Thank you. I am studying what you said and referenced. The... (by BobQuarter)
Why an Undefined Identifier ?
 
Using CppCLR_Winforms App (extension by Kaiser ) on Win10 { // `Trying this code in the frmMai...
[1 reply] : frm New Account.h is obviously not frm Add Account.h. So #include "frm... (by coder777)
by Winele
Anti-cracking protection for my C++ app
 
Hello, I've been trying to protect my 32-bit music plugin (DLL) using a protection solution called P...
[10 replies] Last: Thank you :) (by Winele)
How to tell if a program is reading or writing to a file
 
Hi, I'm trying to see if a program is writing to or reading a file with vc++. I know you can tell if...
[4 replies] Last: https://stackoverflow.com/questions/2625833/monitor-disk-activity-prog... (by Furry Guy)
VS2019 VC++ Form1 Button Loads Form2
 
Anyone have VC++ code that shows how a Form1 button can cause Form2 to be displayed? In Form1.h I ...
[1 reply] : https://stackoverflow.com/questions/2958912/open-form2-from-form1-clos... (by Furry Guy)
Need help on how to implement c++ move semantic
 
Am learning how to implement c++ move semantic, i need help. The code below are my code so far. It's...
[3 replies] Last: > Am learning how to implement c++ move semantic, i need help. Do not... (by JLBorges)
problem with output
 
Hey! So I wrote this code: #include <iostream> #include <math.h> using namespace std; int main...
[2 replies] Last: #include <iostream> #include <cmath> using namespace std; int main(... (by seeplus)
Redirection of a std::list<CString> content to a text file
 
I am using that code to enumerate files with specific extensions in a drive and write them out to a ...
[4 replies] Last: #ifdef _UNICODE #define cout wcout #endif Right, so your 'CStrings' ar... (by salem c)
block scheme of the copying a file
 
Can anyone show a block scheme of the algorithm when copying а file in oprationg system?
[1 reply] : Are you wanting it flowcharted? I can't do that for you but here's a s... (by lbrandewie)
knowing HDC, can i get the HBitmap?
 
knowing the HDC(like a form\picturebox\control), can i get the HBitmap? or i must create from it?
[3 replies] Last: for use the DIB's(pixel array), i must create the DIB using the HBitm... (by Cambalinho)
Pages: 12
  Archived months: [nov2020]