Windows Programming - December 2010 (Page 4)

Custom image/icon issues
 
I'm currently building a UI with Windows Form Application. I have a second form opening when the use...
[no replies]
by Crabbo
Receiving messages from child button
 
Hello. I am trying to make a level editor for a game me and a group of students are making. At the m...
[1 reply] : #include <windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, ... (by blackcoder41)
Native Arrays in Visual Studio 2010
 
I see this used all over the place on the net... unsigned char array ={1,2,3,4,5,6,7,8}; Why...
[3 replies] Last: static const unsigned char array is an incomplete type and its si... (by kbw)
Bitmap Issue
 
Everytime I run my program LoadBitmap () returns NULL, I read a few things on google and I still don...
[11 replies] Last: cool thank you so much :D (by some random dude)
Displaying a second form with a Windows Form Application project
 
I'm currently working on making an application using Windows Form Application. I'm pretty new to thi...
[no replies]
access to Oracle AQ in C++
 
I need to write a C++ application to write a message into an Oracle AQ. Any guru can guide me how to...
[3 replies] Last: Oracle is great as a relational database. For non-database stuff they ... (by sohguanh)
clear textBox1->Text
 
Here is the button event. I'm trying to do this the hard way, But I want avoid public declarations. ...
[1 reply] : nvm it suddenly works??? (by thenewguy)
non-blocking print to file
 
I'm writing a logging program, and I need to read from serial once a second then print to a log file...
[2 replies] Last: I have created variables to time each line of code in my loop using cl... (by clumsygenius)
string replace with unicode
 
I really have problems to translate standard c replace functions to wide char replace. additionally,...
[17 replies] Last: What about the line 42 (now) and that ominous (dwResLen+=dwLen) ? ... (by coder777)
Convert system string to LPCWSTR
 
Hey guys What is the best way to convert from a system string to LPCWSTR? I am currenty using the...
[2 replies] Last: I got it to work. i simply had to extend the size of the string by 1. ... (by closed account Gy7oizwU)
C++ console application works; Excel crashes when using the same code.
 
Hi all! Greetings, this is my first post to the forum. I'm having the following problem. I have a...
[no replies]
I'm try to make keyboard hook for a month!!!.
 
That I can, I use "SetWindowsHookEx" for my hook project. It's work fine but in active from mode on...
[no replies]
Simulate Input with windows low level keyboard hook
 
Astoundingly MSDN says Windows hooks can be used to simulate input, but I've yet to figure out how. ...
[no replies]
fatal error C1083
 
I know there are answers for this error already in other places on this forum, but I tried most of t...
[5 replies] Last: I have solved the problem and want to share what I discovered. If any... (by DazednConfused87)
SendInput hold keyboard key down.
 
My intuition from working with the mouse buttons for simulating input tells me to send a key down , ...
[no replies]
Prevent application from "APPCRASH"
 
Hi, I'm trying to write a code for scrolling on a touchscreen, but half of the time my app crashe...
[no replies]
Fluid mouse movement
 
What is the best way to map an input device like a joystick to mouse movement? Windows Messages, or...
[2 replies] Last: http://msdn.microsoft.com/en-us/library/ms644990%28v=vs.85%29.aspx (by Kiana)
by Null
wincred with mingw
 
Hello, I want to use CredUIPromptForCredentials function with gcc-mingw but mingw does not come w...
[no replies]
basic windows application questions?
 
I know c++ programming however i am new to windows application(just know the basics like inserting t...
[3 replies] Last: I never done it with html... shouldn´t be too hard if you understand ... (by Incubbus)
problem with multithreading!!!
 
Hello everyone!! I must finish an exercise :" writing a program that use multithreading to slove ma...
[1 reply] : This might help, it's a multithreaded dot product example. http://www... (by kbw)
December 2010 Pages: 123456
  Archived months: [nov2010] [jan2011]

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