Windows Programming - August 2011 (Page 6)

Unicode Box Drawing chars
 
Hi, i have a simple question: in a Win32 console application, how do you get Unicode characters? Wha...
[6 replies] Last: Just had a look at the CRT code. _setmode() is not calling SetConsole... (by andywestken)
data from address
 
Hi, I am up with a small question. It would be helpful if anyone could provide me with apt solution...
[12 replies] Last: have you considered injecting a dll (http://codepad.org/JMWXlFhZ) and ... (by Kiana)
Microsoft Visual C++ wont run applications
 
Hi all, Having a rather strange issue with Microsoft Visual C++ (.Net Express 2008). Basically, I u...
[13 replies] Last: Yeah. Ive tried rebooting and using a different computer (in case it w... (by Hibblejaybob)
Can anyone offer any advice on CMutex (M.F.C.).
 
Hi, I've been trying to implement the CMutex class in my own code. I have a method that refresh...
[3 replies] Last: Out of interest, is your list control costly to refresh because it tak... (by andywestken)
by Skirox
Please Help!
 
Hello! I'm developing a C program, mixed with C++, but what is wrong with this code (C-code, made w...
[3 replies] Last: @andywestken : Good catch Andy: I have been out of Windows program... (by kooth)
GetExitCodeProcess returns random values?
 
Hi Gurus, I just don't seem to be able to figure this out. I wrote some program which spawns a c...
[3 replies] Last: :-) I do usually close the thread handle immediately after a Create... (by andywestken)
Auto-resizing a text box object with the main window
 
I am currently working on writing a Notepad clone from scratch. I have a good base set up, but I am ...
[10 replies] Last: Sounds like you need to close the case statement in braces (a variable... (by andywestken)
Qt Windows and multiplatform programming GUI libs
 
Right now at my job we are starting a new project and we are in search for new libraries that allow ...
[2 replies] Last: Hi thanks for the help! We usually interface hardware, we communicate ... (by closed account N85iE3v7)
Microsoft VB 2010 Express
 
Werent all versions of VB proprietary software that one would have to fork out sums of cash to use? ...
[10 replies] Last: [quote=sohguanh]Visual C++ with MFC framework but even with that, the ... (by lnk2019)
VC++ 2008 and Ultragrid 2.0
 
Hai, We have a VC++ application [Acrobat plug-in] where we are using Ultragrid 2.0(a third p...
[2 replies] Last: thank you, I want to reframe my question now. I have an applicat... (by palaksha)
by Phiru
I am looking for an API which can...
 
Hi. I am working on a project that senses files modified or added on C:\. My way is that first, sc...
[2 replies] Last: But if you only need to support Windows 2000 onwards, you could use ... (by andywestken)
Preventing the Resize of a Window
 
Hi everybody: I have a CLI form, and while its constructor method I do a resize of that window (It ...
[1 reply] : Just give the form a fixed border. (by webJose)
Code Review Please (1,2)
 
I just want someone to read over my code below and review it. Tell me their thoughts. This is my fir...
[36 replies] Last: I mark all variable that have a fixed value as const. This allows the ... (by andywestken)
Accessing the IDE/ATA/ATAPI bus
 
Hey! I am writing a program to send custom ATA commands directly to drives on the IDE/ATA/ATAPI bus....
[1 reply] : Hail from Finland! Just updating this incase anyone comes across this... (by zippyking)
Dectecting ListView keypress or click
 
Hi, I'm trying to detect when the user press some key or click over the LV i was trying with this: ...
[1 reply] : Sorry, i just solved it adding in the new procedure this: return Ca... (by naderST)
icons
 
How do I make an icon a part of my project? I am using VS 2010. I know how to load and icon fr...
[6 replies] Last: Thanks, it helped me a lot. (by mistures)
Issue with send mail program
 
Hi to all. I got a code in C++ to send E-Mail form program. I executed the code and it is wrkng ...
[1 reply] : Please use code tags :) (by TheMassiveChipmunk)
problem with using SDL
 
ok so i am using Dev C++ to do all my programming stuff and i decided to try out SDL for it but i c...
[3 replies] Last: also this is weird #include <"SDL/SDL.h"> (by blackcoder41)
Display an Icon and Text in a Window
 
I am new to Windows programming and need some help with a simple task(?!) How do I display a folder,...
[6 replies] Last: Cool! I have a TX2, too! But so far I've only played with the touch... (by andywestken)
by Troy
C++ and DLL's
 
Ok, I have a DLL I found on the internet. The only documentation is http://pastie.org/pastes/1121840...
[3 replies] Last: You could also load the DLL into your application with "LoadLibrary()"... (by Computergeek01)
August 2011 Pages: 1... 4567
  Archived months: [jul2011] [sep2011]

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