[try Beta version]
Not logged in

Windows Programming - June 2011 (Page 2)

An advanced question
 
There is a thing that has been bugging me. Actually, there is a virus in my computer. Well I tried e...
Jun 27, 2011 at 8:36am
[11 replies] Last: Hi System has it self tool for watching what files are created accesse... (by zdenekkrejci)
Get all values names in key
 
Hi! I've been searching for a day now and I would like to know how I can get all the values in a key...
Jun 26, 2011 at 9:00pm
[3 replies] Last: Awesome, dude, thanks :D (by GPing100)
Simple messagebox LNK ERROR
 
I just started learning windows programming and my first program wont link correctly. here is the...
Jun 26, 2011 at 6:55am
[18 replies] Last: According to Disch, typing the "L" is not a good option with the Windo... (by anonymous23323124)
Win32 Window's Border color
 
Hi, how can I change window's (control) border color? Ohh and what's the deafult font in .NET? T...
Jun 25, 2011 at 9:20pm
[14 replies] Last: There's just one thing that bothers me, I'm sure that I didn't really ... (by Fresh123)
Can't write a .txt file
 
What's wrong with this code? void fWriteChar(int WriteChar) { //Writes Char Color file fs...
Jun 25, 2011 at 11:19am
[5 replies] Last: I think it isn't possible to write to fstream files for some reason (a... (by GPing100)
Still Trying To Understand Pointers
 
Pretend I'm an amateur. Shouldn't be hard to do. Now, pretend I don't understand the following, whic...
Jun 24, 2011 at 9:58pm
[13 replies] Last: Thanks very much for that program, freddie1. I am going to compile and... (by Lamblion)
by h9uest
wParam and lParam
 
This question refers to the MSG structure. See below for the structure: http://msdn.microsoft.com/en...
Jun 24, 2011 at 5:48pm
[3 replies] Last: To sum up, they're usually hidden from a programmer who uses Win API.... (by modoran)
Open txt files one by one from directory
 
Hi everyone, I have a directory that have 100s of txt files. (Folder is Data_Sets_30) I want t...
Jun 24, 2011 at 4:26pm
[2 replies] Last: thank you for your advice actually I searched a lot but I did not find... (by airerdem)
How to size an edit area from menu item message
 
Ok I am going to try to explain what I mean as best as I can. What I have is a popup menu "View" in ...
Jun 24, 2011 at 1:34pm
[1 reply] : Encapsulate the code in WM_SIZE into a separate function and just call... (by webJose)
Visual Studio 2010 profiler crashing?
 
Hey all, I know this probably isn't the ideal place to post this, but I was hoping maybe someone ha...
Jun 24, 2011 at 9:00am
[2 replies] Last: Those problems are just irritating. I used to have similar ones with v... (by h9uest)
by Brayan
How can I set object on the bottom of window...
 
Hi, I need to put an object on the bottom of window, but it always need to be on the bottom, when y...
Jun 23, 2011 at 10:41pm
[11 replies] Last: From the CSquareClass.cpp file: #include "stdafx.h" #include "CSquare... (by guestgulkan)
Why windows forms application is different under C++ and C#
 
Hello, everyone I'm new to this forum, after gaining lots of knowledge from it. Now I try to ...
Jun 23, 2011 at 2:25pm
[3 replies] Last: Thank you guys both. I think I'd better read through this site: http:/... (by nickdon2006)
Command line colors
 
Is there a way to change the color only a certain part of a sentence? so like an example is... My na...
Jun 23, 2011 at 12:17pm
[11 replies] Last: well isnt that what u showed here You can do that if you really w... (by Ikaron)
How to use pure interface based programming to implement a GUI library.
 
It is recommend to use pure interface based programming approach, and it use interface inherit only....
Jun 23, 2011 at 1:45am
[3 replies] Last: Thanks all of you, sorry for my native language I am not good at Engli... (by s51563946)
by ee2014
take a mathmatic expression from user..
 
Hi, I need a code , take from user an expression : ex: pow(x,(2*x+3)/pow(x+3,o.5))/log(x)+4*si...
Jun 22, 2011 at 6:14pm
[3 replies] Last: This would be pretty complex, as in a lot of little pieces working tog... (by Computergeek01)
by h9uest
Win32 unicode/multibyte character set compilation issue
 
Hi, there: Simple code as such: #include <windows.h> int WINAPI WinMain(HINSTANCE hInstanc...
Jun 22, 2011 at 3:24pm
[5 replies] Last: @Disch: Got it. Again, thanks a lot. I think I can happily mark it as... (by h9uest)
playsound() error
 
iv tried adding sound about 20 different ways and non of them work. this is the code: #include <w...
Jun 22, 2011 at 12:24pm
[3 replies] Last: For Code::Blocks, go to Project/Build Options/Linker settings and add ... (by Athar)
Background Color (Dev C++)
 
I have a basic window with a menu thing (File, Edit, Options...) and I made it so when you press opt...
Jun 22, 2011 at 4:10am
[4 replies] Last: if you just want to change only the background of your menu it's not n... (by bhattaroshan)
WM_KEYDOWN problem
 
hello friends, i have little problem with WM_KEYDOWN message: i created simple button which is ...
Jun 22, 2011 at 3:42am
[no replies]
Catching letters and symbols
 
I'm trying to setup a function that will know when a user enters the wrong kind of input, then start...
Jun 22, 2011 at 3:30am
[no replies]
June 2011 Pages: 1234... 8
  Archived months: [may2011] [jul2011]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.