Windows Programming - November 2015

by feco
Circles intersecting arrays Visual Studio
 
I've got a task to find which circle intersects with the most other circles. I have the x-coordinat...
[1 reply] : You need the distance of the coordinates of two circles. I don't s... (by coder777)
active windows timer
 
To keep track of my time online, I would like to make a C program in Visual Studio Express for Windo...
[1 reply] : Well, that was easier than I expected. (by lorasaur)
by Gyiove
2 Threads, one waiting for certain variable update, best way to wait?
 
Hello everyone! I have 2 threads. One is main thread what is updating certain variable sometim...
[1 reply] : Standard C++ uses std::condition_variable for this (by Cubbi)
Windows Prevent A Process From Being Terminated
 
How do I prevent a process from being terminated by an administrator using c++? What I want to know ...
[1 reply] : Might be of interest? It is possible to end any process even though ... (by andywestken)
Mixing the RDW_NOERASE and RDW_INVALIDATE flags of RedrawWindow()
 
In this previous thread: http://www.cplusplus.com/forum/windows/107905/, I found the following code:...
[4 replies] Last: So if I want my window to only receive a WM_PAINT message without the ... (by paul172)
unexpected behavior of wordpad/firefox.
 
i am unable to understand this.my code is working as expected in notepad,file/ folder names,explorer...
[no replies]
How to wait for multiple work object in threadpool in c++
 
In my program, I create a number of TP_WORK objects and submitting to threadpool. Here I want to wai...
[no replies]
by apomin
C++ web script
 
Hi, I am writing a web site script in Visual C++ under Windows. The site runs on Windows 2008 R2...
[no replies]
Program compiles, but doesn't run from .exe because of missing dlls
 
I apologize if this happens to have been asked before, but I couldn't find a recent reply that actua...
[1 reply] : What compiler do you use ? You better use TDM version of GCC, never ha... (by modoran)
by RST81
Output to file from System()
 
Hi, I have the following command: system("start \"\" \"C:\\Program Files\\Wireshark\\tshark.exe\...
[2 replies] Last: Thanks for replying! I tried the escape solution and the window only ... (by RST81)
by jhent
remote client, possible port exhaustion? networking
 
I'm working on a remote client program that gets data from a serial port sensor and sends it to a se...
[1 reply] : It is not impossible (though rather unlikely) that ports exhausts: ht... (by coder777)
Very new to C++ playing with CLR
 
I have played with basic for years but want to exercise the ol gray matter. As I read thru the book...
[11 replies] Last: Thanks mutexe! (by keanedawg)
Need Working IDE for Vista
 
Was told to use Codeblocks but after a few days it malfunctioned. Was told to download older versio...
[10 replies] Last: Visual Studio is just an IDE, if you want to use C++11 features and us... (by modoran)
CLI/C++ UI Display image from web using Textbox and a Button Picturebox
 
Hello! I'm trying to make a program (UI) that shows my schedule (from the internet) so I thought...
[1 reply] : Basically you need to create an eventhandler for the button - just dou... (by Thomas1965)
by crazar
Folder Created & IRC
 
I found a tutorial on youtube and it used the Filesystemwatcher. What I am trying to do is, everyti...
[no replies]
by evaboy
System message listener
 
Good day mates, l need help with which API function or library to use in other to trap a specific me...
[no replies]
how can i make a new thread and synchronicity?
 
i did these code for a new thread and i use a synchronization, but the input values can be adressed ...
[3 replies] Last: i did several errors: 1 - in these case, i can't use event functions, ... (by Cambalinho)
Not possible add Event handler for Custom Control
 
Hi people, There is any way to add a Message for Custom Control? Event Handler Wizard dial...
[2 replies] Last: I might be able to help you with this Emanuel, because Custom Controls... (by freddie1)
PDB not found of NVIDIA card, using VS2015 Express
 
How do I resolve the following run-time error? C:\Program Files (x86)\NVIDIA Corporation\coprocma...
[1 reply] : A PDB file is what MSVS uses to figure out the debugging symbols for t... (by Computergeek01)
by RichaS
Active window issue in IE11
 
Hi, I have a application written in C++ 7.1 that launches a web application in the IE browser. ...
[no replies]
November 2015 Pages: 123
  Archived months: [oct2015] [dec2015]

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