Windows Programming - August 2014 (Page 2)

Making Accessible Keyboard for Win 8.1
 
Hi, I have a friend who has only good use of one hand, and they mentioned improvements to the windo...
[no replies]
Starting off grid based program
 
I have a okay understanding off C++ console programming and an extensive understanding of many other...
[4 replies] Last: Thanks again for your input it was very helpful (by tsutttra12)
Performance when using TCHAR (1,2)
 
I have started to move over to using Unicode, wide character null-terminated strings in my Windows p...
[26 replies] Last: I thought this thread was about wide vs. narrow operations. Might I ... (by helios)
LInker error 1120 followed by 2001
 
I've a MFC Dll from where I'm trying to export certain functions. These functions have been expo...
[2 replies] Last: Where should I put it, please? If I put it in the place where it needs... (by starbearer)
opening an external program
 
I am tying to open a program by using the system command. system ("C:\\Users\\someone\\Desktop\\som...
[6 replies] Last: Your welcome, glad to help! Just remember that WinAPI has functions fo... (by AceDawg45)
C++ logging
 
Hi, Does anyone know about C++ logging library which can filter out certain classes to be logged on...
[3 replies] Last: Have you never used Windows Event Viewer? It's been built into Windows... (by Computergeek01)
Converting string or byte to hex display
 
Hello, I really need a method, that converts array of bytes to hex, but not the WHOLE array, but onl...
[no replies]
Working with .csv and strange symbols being inserted
 
Hey, I am working on a program that reads in a .csv file. One of the files requires the data to b...
[no replies]
by Kawaii
System Tray Notification Information
 
Hello everyone, I am trying to get the balloon to display an Icon. http://i.imgur.com/Bcvtsbj.png ...
[2 replies] Last: Didn't return anything, still completely lost as to why something so s... (by Kawaii)
take screenshot mouse pointer
 
hello I need to take a screenshot from mouse pointer in 1cm * 1cm when user click the mouse. and a...
[no replies]
Online courses or books
 
I've seen this question asked before but I didn't see any real answers. Is there any good books o...
[3 replies] Last: @Polairis It's easy to learn. You are on the right track .. start ... (by anmol2701)
by tec23
FillRect question
 
Why doesn't FillRect work in WM_CREATE but works in WM_PAINT?
[1 reply] : Because when a window is ready to be painted it sends the WM_PAINT mes... (by Homberto)
Get my own wifi ip
 
Hey everyone, i want to write a program (client) that looks up its own wifi ip and sends it to a ...
[2 replies] Last: Yes thank you ! it's just a hack at the moment but it think this shoul... (by Thanatos)
Windows EditText Control Colouring
 
I am currently making a programming language, and I've almost finished it. I've got this window cont...
[2 replies] Last: Thanks! (by Irrelevant Elephant)
by tec23
ZeroMemory question
 
WNDCLASSEX wc = {0}; WNDCLASSEX wc; ZeroMemory(&wc, sizeof(WNDCLASSEX)); Is there...
[6 replies] Last: @ OP: The point is that you should be wrapping these structs, especia... (by Computergeek01)
by kawa46
combinations of sums
 
Good Evening, I write on this forum because i need help to solve the following problem in c: give...
[no replies]
win api learning
 
Hi guys , I would like to learn WIN API programming is there any good books that any one would reco...
[7 replies] Last: C++ includes C, of course. The reason I made the point about C is th... (by freddie1)
by rrvv
undefined reference to `Strcpy(char*, char const*)
 
so basically I have task to create strcpy funtion using header. the function i tested is working but...
[2 replies] Last: got it working thanks a lot! (by rrvv)
Windows has stopped working; compilier throws no error
 
Something is terribly wrong in my code, and I cannot find where the problem is. I think it is a cas...
[2 replies] Last: Horrible variable names. lol.... --- And thanks. It looks like th... (by Homberto)
checkbox
 
At the start of my program, I have a window pop up that tells the user about the program. I want to ...
[3 replies] Last: You have not included "PPMessageBox.h". As you put the problem, I assu... (by modoran)
August 2014 Pages: 12345
  Archived months: [jul2014] [sep2014]

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