Windows Programming - December 2009

by August
Keystorkes & AutoTyping (1,2)
 
1) How can you record keystrokes with c++ or win32 ? 2) How do you make a program send typing comma...
[20 replies] Last: I'm 90% sure that August used unorthodox and/or unclean methods (if h... (by chrisname)
by none
library link error
 
Hi. I have the following compiler error. The project was once Visual Studio 2003 and it compiled ...
[3 replies] Last: Library.lib(DiskSv.obj) : error LNK2001: unresolved external symbol "p... (by none)
by zsukal
How to copy one char* array to another.
 
I write function but can not copy one array to second. If is one alert work good, but if are two ale...
[1 reply] : if (*t != "\0") should be if (*t != 0) or if (*t != NULL) ... (by kbw)
by Null
What am I doing wrong?
 
Hello, I'm trying to create a toolbar. Here's my code: /* I could post whole code but it's 300+ ...
[no replies]
by olegsh
Problem with receiving WM_CREATE message in ATL ActiveX
 
ATL ActiveX control embedded in Internet Explorer not receiving WM_CREATE, WM_DESTROY, WM_SHOWW...
[no replies]
How to add colour to a C4D object in darkGDK
 
I am making a game with C++, DarkGDK and C4D. I got it to upload an object into the program but it o...
[no replies]
Tracking File Saving using 'Save As' menu options...
 
I need your help in cracking a problem i am facing....... I want to track the saving of a file us...
[no replies]
VC C++ 2005 Error Create Register in clr form
 
hi , I'm New In C++ FORM crl Programing I Want to Register Data to registry I check Sample ...
[1 reply] : Within string literals, you need to type \\ to have a backslash: "SOF... (by Bazzy)
WinSock - getting source code from website (1,2)
 
So today was my first time using winsock, and I'm trying to make a program to display the source cod...
[26 replies] Last: So this is what I'm doing, host = gethostbyname("www.cplusplus.com")... (by gsingh2011)
by didijc
view selection source
 
Hey everyone and happy holidays!!! I'm working on creating my own browser and was wondering if th...
[4 replies] Last: aside from looking up all you can about menus (if you haven't already ... (by Mal Reynolds)
hopeless!!
 
i install visual c++ , i havve win7 i think i dont install the suftware good but, he won't recogniz...
[1 reply] : God help us all! Still using XP, but I know the day of reckoning is c... (by freddie1)
Creating a DDB...
 
ok, i would like to print a picture in a window. I think that the first step should be to transform ...
[1 reply] : I wonder if this is pallette related - because DIB_PAL_COLORS meas to ... (by guestgulkan)
I have a poblem whit the source-code
 
Hi , i am an beginner i install Blooshed Dev-C++ and i wrote this source-code but i can't compilie ...
[4 replies] Last: thanks very much (by pauliancu)
visual c++ soft..
 
hello i install the visual c++ from the same file i install last time but now i cant fount the opt...
[1 reply] : Run to cursor runs the program in the debugger with a breakpoint at ... (by kbw)
Formatting a drive
 
Hi, I was wondering what are the other options besides shformatdrive() that can be used to format a ...
[9 replies] Last: Ok thanks for the help, I'll go take a look at msdn again. (by lakobos)
by ezeuba
Code not compiling
 
Good day, I have this code which always throws an error when I try to compile it. Please can anyone...
[11 replies] Last: If you were going to use enter anyway you could just use cin.ignore(... (by tummychow)
Images with Graphics Flush
 
Hello, I use the flush function (Graphics object) to display an image from byte array in the pict...
[no replies]
by alxx
Streamed data via pipes
 
Hello everyone. A Win32 application (the "server") is sending a continuous stream of data over a ...
[8 replies] Last: The overhead comes from all the NT Security/Lan Manager crap. If you ... (by kbw)
Menu Images
 
How can I insert images into a menu in C++? I'm talking about the kind of images VLC(VideoLAN) has o...
[3 replies] Last: Check this page: http://msdn.microsoft.com/en-us/library/ms647558%28V... (by guestgulkan)
[visual c++ 2008] problems builing a simple gui program
 
if i try to compile this code visual c++ 2008 gives me some errors... practically it says "impossib...
[2 replies] Last: oh perfect! now it works!!!! thank you (by mamo139)
December 2009 Pages: 123
  Archived months: [nov2009] [jan2010]

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