Windows Programming - March 2010 (Page 2)

by daveD
Pocket PC Emulation
 
Hi, I am busy on a C++ mobile project at the moment. To test my changes I currently compile th...
[1 reply] : I've been coding Win CE about 10 years, and I don't use emulators much... (by freddie1)
by PradsN
Simple Combobox problem
 
I am trying to add a combo box in a dialog box. I am able to create the combo box but when I try to ...
[2 replies] Last: Anyone? (by PradsN)
by joshky
TextBox KeyPress event
 
I am using .net right now, I have a textbox with a keypress event that tests for the enter key and p...
[no replies]
creating different sized button and using in program
 
Hi everyone, i am trying to make an application which uses different shaped buttons, can it be accom...
[1 reply] : hansrajlal, how much time have you spent on researching your problem? (by closed account S6k9GNh0)
by ryanma
C++ GUI Button Problem!!!
 
i want to check the button whether it is clicked. The idea i want to is that: if(button1 clicked...
[10 replies] Last: Thank you very much!!! I'll try this!!! (by ryanma)
Floating point numbers in registry
 
I want to save some floating point parameters in the registry and retrieve them in my program. Qu...
[6 replies] Last: Resolved. I switched off UNICODE character set (VS2008 > Project Pr... (by tfcoder)
dirent.h again!
 
This part of the program I am writing is basically mimmicking the windows command prompt. But i'm ha...
[no replies]
Reference as an out parameter from DLL
 
I have written a DLL in C++ and my C++ application is consuming it. Function "Convert" of the dll re...
[no replies]
Beginning MFC Question
 
Hi All, I've just got my first mfc assignment for my C++ class and I'm having issues already. Perhap...
[1 reply] : Use the Wizard to general a project, then go on from there. Don't att... (by kbw)
C++ with .exe
 
I was wondering about how I can apply what I have learned in C++ to make an .exe file. I really woul...
[11 replies] Last: Thanks to you all... any tips to get me started on this? (by html Alex)
Shared Memory DLL problem
 
Hi I'm trying to use a vendor's specific DLL to communicate with a bioreader. I have multiple insta...
[1 reply] : Changing the DLL filename will not necessarily change the shared memor... (by kbw)
WinAPI WriteFileEx Buffer Question
 
The WriteFileEx function in the WinAPI writes the given buffer to a file asynchronously, but I want ...
[3 replies] Last: You can still write asynchronously. It's not faster to write synchron... (by kbw)
by Wylbur
Statically Link DLL to CLR Console App?
 
Hi all; I am trying to create a managed CLR console app that is "self-contained", that can be ...
[no replies]
Read Items from listbox in C# .NET Form
 
I have an application developed from another developer who contains a listbox with some string items...
[no replies]
by caalip
How to open a dialog from a DLL
 
Hi all, I basically need a DLL to open a dialog. I am having trouble making it thread safe. The...
[1 reply] : Use a Mutex? (by kbw)
strange setsockopt usage
 
Hey there, I found another strange thing in a code I have to take over. Guys used strange lo...
[3 replies] Last: You're correct. The code should be using IPPROTO_TCP. (by kbw)
[mingw] Simple application crashes
 
Hi there, Let the following code be a simple useless application: #include <iostream> extern...
[3 replies] Last: They are incompatible - that is to say they are different formats. The... (by guestgulkan)
by joshky
CreateProcessW
 
I am working on a program that opens a browser window and loads the appropriate URL when the user en...
[3 replies] Last: ACK! omg no no no no no. Read this: http://www.cplusplus.com/fo... (by Disch)
by joshky
ListBox Item Removal
 
I am trying to figure out how to Remove Items from a listbox, according to all the information I hav...
[2 replies] Last: http://msdn.microsoft.com/en-us/library/bb775148%28VS.85%29.aspx#multi... (by Incubbus)
Keymapping using LowLevelKeyboardProc
 
I am trying to map keys to different keys, for example turn Caps Lock into shift, or something like ...
[no replies]
March 2010 Pages: 12345
  Archived months: [feb2010] [apr2010]

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