Windows Programming (Page 4)

by sambos
Logging button clicks etc
 
Hi, I'm writing two programs at the moment. One is for an administrator and the other is for a us...
[7 replies] Last: You suggested a named pipe or shared memory rather than my own sugges... (by knn9)
by Zaaku
[C++] How to embed files into exe
 
Hello, I want embed 2 folders(in this folder I have all data client), This files are located in thes...
[2 replies] Last: I don't understand, can you give example? (by Zaaku)
by sambos
Win Forms etc
 
Hi, I have a program that has multiple forms that has buttons that open new forms / return to previ...
[1 reply] : I don't know much about Win Forms or .NET although years ago I worked ... (by freddie1)
by tec23
RegSetValueEx question
 
Hi. I have this code BYTE bShow = 1; DWORD size = sizeof(BYTE); RegSetValueEx(hKey, TEXT("ToolBar"...
[4 replies] Last: Now I have same problem like in the beginning. In my original post i m... (by tec23)
by derk
Creating an array on the heap that is not deleted
 
Hi there! Currently I'm working on a c++/cli windows forms app. What I want to do, is creating a...
[2 replies] Last: Thank you! In c++/cli you can use the new keyword, but I read somewher... (by derk)
by Raikoh
Link issue with DeleteProfile windows shell function
 
I'm trying to write a program that deletes user profiles after x amount of months pass. Everything w...
[1 reply] : You got the solution from the link you posted. Add userenv.lib if yo... (by modoran)
Problem in processing the buttons created at runtime
 
Hello everybody, I am developing a small game using MFC in which the game options like new game, sa...
[no replies]
Error exporting to PDF (RPC server is unavailable)
 
Hello. First of all, sorry for my English, it's not my first language. I have a problem testin...
[no replies]
i need a sample code for non client area painting
 
hey guys, can someone write a sample code(Native Windows api) for non-client area painting (the titl...
[1 reply] : http://www.catch22.net/tuts/custom-titlebar (by tath)
c++ - my timer class
 
heres my class timer: class Timer { private: int MilliSecondsTimer; bool blnDestroyed; ...
[19 replies] Last: the messagebox don't need be closed, because is open anotherone (by Cambalinho)
by wlock
Access Denied (runtime error) while useing RETR in FTP COMMAND
 
Hello I'm writing a very simple FTP manager,when I send a message to RETRIEVE the file from server m...
[2 replies] Last: no unfortunately. (by wlock)
by dzaho
New to Prog. C++
 
Hello, am new in programming (C++). This assignment was given in class. I try to code but am not get...
[2 replies] Last: line 13 and 21, be careful of integer division. e.g. what's 40 divided... (by mutexe)
Run C++Console on Winform.
 
Hello every body. I use VC++2012. This code run ok with Console. But i want to run on winform VC+...
[6 replies] Last: Hi Plexus. I very scare when read msdn.microsoft.com hic hic .... (by taipscode)
by zdzero
Translating Virtual addresses into Physical addresses
 
I'm trying to understand how virtual addresses are translated to physical addresses. I started with...
[no replies]
How does winProc Get called?
 
I know you set a pointer to the function but when does that lpfnWndProc get called???
[5 replies] Last: freddie1: Windows (the Operating System) calls that function throug... (by plexus)
GET_X_LPARAM | GET_Y_LPARAM
 
I am trying to get the x and y pos of the mouse.. It keeps giving me the x position not the y.. Wh...
[1 reply] : I read an interesting piece about WM_MOUSEMOVE if you have multiple mo... (by plexus)
adding USB in my dll
 
Hi, I'm trying to install in my dll USB capabilities. Actually I've a working MFC program and I wo...
[no replies]
Windows Programming industry
 
hello all, im learning C++ for Windows programming, so far is just a hobby of mine (self studying), ...
[1 reply] : This should probably be moved to the Lounge. If you want to do Window... (by kbw)
by Joren
out_of_range error
 
hi everyone, I'm a beginner in SFML, but have some experience with c++. when i was writing a sim...
[2 replies] Last: Thank you so much for the fast answer! I've been struggling with this... (by Joren)
Multiple source files+ header w/ Eclipse
 
Hi guys, I was wondering how do you compile multiple sources files with a header file also into an e...
[no replies]
Pages: 12345
  Archived months: [sep2014]

Cannot post in this page. To post a new message, go to the first page.