Windows Programming - April 2009

by MrCode
GDI+... Do I HAVE to use C#?
 
Hello. I'm thinking about dabbling in some GDI+ (once my external hard drive with Visual C++ 2009 E...
[2 replies] Last: Looks good to me! Thanks a lot! (by MrCode)
Detect text (word) under mouse pointer
 
Hi forum! I'm wondering how could I read the word behind the mouse pointer. Let's say my app. has...
[5 replies] Last: //ticStatic_drv.h class ticStatic_drv : public CStatic { private: ... (by writetonsharma)
Mute windows
 
How to mute windows system(win32)?
[5 replies] Last: Thanks a lot, Grey Wolf. It works! (by xinsikuangchao)
Trouble loading from .dll file
 
Hi. I'm fairly new to the Win32API with several years of C and C++ experience. I'm currently tryin...
[8 replies] Last: slavik262 I don't know why your hook procedure cannot get keyboar... (by binaryboy)
Can setprecision be used when setting a variable
 
OK here is the problem. I made a program for school that would give a simple math test. Easy enoug...
[2 replies] Last: So how can i get the total answer to be only so many deciaml points? (by threetime)
Copy-Paste Application!
 
How can we make a program which reads a string and pastes it to an application that we want? This pr...
[2 replies] Last: look here: http://msdn.microsoft.com/en-us/library/aa924514.aspx ... (by writetonsharma)
DLL loading in VC++
 
I just want a sample on how to load DLL in my VC++ win32 console application...I have created Dlls a...
[2 replies] Last: There are two ways. You can have the loader load the library at app... (by kbw)
Where Did I Go Wrong in My Echo Client/Server? getaddrinfo()
 
Not the best code out there but i would like to know why my program is forced to exit after i insert...
[6 replies] Last: getFullAddressInformation(ip, port, hints, &serverInfo); void ge... (by f ben isaac)
create button in dev C++
 
How can I create a button in a window in dev C++? Thanks! EDIT:how do I delete this?
[5 replies] Last: I don't see anything important here just delete it See this if you wa... (by kfex)
by JacKal
UTF-8 in DEV-C++
 
Hi everybody! I would really appreciate any help on this. I have googled for an hour without a re...
[1 reply] : Do not cross-post. (by helios)
Nonqueued Windows Messages
 
Hello all, I'm a long time visitor to the site, first time poster. As I understand it, Windows se...
[2 replies] Last: Thanks for the help Disch! (by Sinusoid)
File input based program crashing
 
I'm witing a program in dev C++ that's supposed to open a sorted list of IP addresses and delete all...
[no replies]
Question about WINAPI funcation!
 
Hi,guys! I want to write a advance I/O class,that can copy file as the OVERLAPPED_COMPLETION_ROUT...
[17 replies] Last: :) Thanks! Is it a great business to you! Share it to the firend... (by toptony)
How Can I Manage Try/Multiple Catch Blocks - Fix My Code
 
try { socketFileDescriptor = socket(serverInfo->ai_family, serverInfo->ai_socktype, se...
[3 replies] Last: Thanks! The responses helped me (by f ben isaac)
UTF-8 in command prompt (console) (1,2,3)
 
Hello. First stop, I'm using Microsoft Visual Studio 2005 running on Windows Vista Ultimate x64 S...
[52 replies] Last: my god so much of updates... my cousins marriage coming up.. that's w... (by writetonsharma)
How Can Improve This Simple C++ Winsock Code? - Criticize My Code!
 
This is a simple client/server code (i posted the client code). I tried to let my code tells about i...
[5 replies] Last: >>In the sense that making all your code C++ is simply not using the b... (by f ben isaac)
How to deal with #include in a program that needs to "circular" correctly?
 
I am sorry that I cannot find a better term to describe in the title. Anyway, here's my problem: ...
[12 replies] Last: You can always see the output of the preprocessor yourself. In Visual... (by kbw)
3 Column IPO Chart- Urgent
 
I saw this piece of code which I tought was interesting. However, since i'm new o programming can so...
[1 reply] : I greatly appreciate your prompt response as i'm having a open discuss... (by Alexis1)
travel program assistance
 
The amount of each meal eaten. On the first day of the trip, breakfast is allowed as an expense if ...
[1 reply] : Explain what you need help with and I wouldn't mind. Give us some deta... (by closed account S6k9GNh0)
CreateWindowEx - System Error 1411
 
Hello, i've been trying to use the call CreateWindowEx call through JNI-interface. For some reas...
[no replies]
April 2009 Pages: 12
  Archived months: [mar2009] [may2009]

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