Windows Programming

by admin
news Welcome to this board! closed
 
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related...
[no replies]
post Floating point numbers in registry
 
I want to save some floating point parameters in the registry and retrieve them in my program. Qu...
[2 replies] Last: Thank you, can I also get some help parsing the values. I have this ti... (by tfcoder)
post 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
post 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)
post Windows Audio
 
I followed your advice and checked SDL for my project. The tutorials and walkthroughs were very ...
[6 replies] Last: The code isn't all that tidy... Sorry for that, but it was for testing... (by LoLFactor)
question 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)
post [mingw] Simple application crashes
 
Hi there, Let the following code be a simple useless application: #include <iostream> e...
[3 replies] Last: They are incompatible - that is to say they are different formats. The... (by guestgulkan)
by joshky
solved 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
post 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)
by maikel
post Sockets in Windows
 
I am 'relativly' new to C++ and especially to Windows-Programming, although i have a lot of C and Un...
[1 reply] : [quote=fromyourlink]Winsock blocking sockets are dead easy to program.... (by Incubbus)
post Keymapping using LowLevelKeyboardProc
 
I am trying to map keys to different keys, for example turn Caps Lock into shift, or something like ...
[no replies]
question migrating application from NT to Win2k3 Server
 
Hi there, I have a server application written (not by me) initially for Windows NT system. I...
[5 replies] Last: It wouldn't hurt to use a recent Microsoft compiler. BC5 is 15 years ... (by kbw)
by loki09
solved Lotto Program *
 
Please Give Me Where to Start.. i Plan to make a program that goes like this... "Enter Your Name...
[9 replies] Last: Hehe get excited! Nice work :). Glad to be of help... (by sammy34)
solved EnumWindow() and More
 
I'm trying to learn to use EnumWindows() and a whole chain of others to check if one of the open win...
[3 replies] Last: Also, just return false if the base name matches. This way you can bre... (by Kiana)
question Cursor movement - COORD is not defined for some reason
 
I have included windows.h. I used the following code: COORD coord; coord.X = x; // your X c...
[3 replies] Last: Because in a project, .c/.cpp files don't share includes. (by Kiana)
post Problems with encoding a password and saving to registry
 
Hello, i didn't were my topic would fit in so feel free to move it to another forum. My problem. I...
[no replies]
post Trouble using ListView_SetExtendedListViewStyle
 
Hey all, having some trouble with the extended list view styles. My compiler says the function was ...
[no replies]
post dirent.h
 
Hey, this isn't exactly an end of the world problem more a comfort issue. I've been using dirent.h r...
[5 replies] Last: Thanks, I overlooked that structure and was just focusing on the DIR a... (by mcleano)
by rain
post How to list windows into array?
 
How to list windows into array? I have no idea how to do it, could anyone point me direction?
[4 replies] Last: Like this? #include <windows.h> #define MAX_WINDOWS 1024 ... (by Kiana)
questionsolved undef SendMessage /windows.h
 
Hey... I have an class A like the following #include <windows.h> class A { //.....
[2 replies] Last: Because I want it to be named like this^^... I fixed it... it had n... (by Incubbus)
post type casting
 
Hello guys,any help you can provide will be appreciated...... Assume the following variable defin...
[7 replies] Last: cout<< "b/a"; well "b/a" is a string isn't it and... (by guestgulkan)
by Zach
questionsolved Unreasonable Error
 
Im not sure why it comes up with these errors...they dont seem reasonable for me. I am new so I may ...
[5 replies] Last: gah? putting a new line after the else won't do anything. The only... (by Disch)
post black red tree
 
hello how can i implement those methodes in black red tree public boolean validateAllLeavesAr...
[3 replies] Last: This is a C++ so you probably won't get much help here. Go find a Jav... (by firedraco)
post Using a DateTime in a Windows Console DLL
 
Hi All, I'm relatively new to C++ & Windows specific programming but quite an experienced program...
[2 replies] Last: Yea, I agree with kbw. Check out SYSTEMTIME. There shouldn't be any ... (by freddie1)
by NGen
post WINNT.H Error
 
When going to compile a DLL, I found errors not relating to what I edited, but instead related to th...
[3 replies] Last: I'm using the DirectX 8 SDK for it, and the only directive I have defi... (by NGen)
by Timbo1
post Filenames displayed in textbox
 
Hi there, I am trying to make a program that can select a file name and display it in a text box. ...
[2 replies] Last: Here's an sdk style c program that does exactly what you want except t... (by freddie1)
by joshky
question What Next
 
So I've been learning c++ for about a year now, and have been through several books. I'm comfortabl...
[1 reply] : I'd suggest you the boost libraries. They are much more useful than Di... (by Bazzy)
by Cminor
question Linker Error
 
Getting a compilation error LINK:fatal error LNK1104:cannot open file "C:\Program.obj" I'm guessi...
[1 reply] : I put ""around the path and it cleaned up the Program.obj error. Now ... (by Cminor)
post i need to connect to a webcam
 
i need to make a "firewall" for a webcam. basically i need to control who and what accesses the webc...
[no replies]
solved VS gone mental
 
I'm using Visual Studio 2008 Express and up until about 2 minutes ago it worked fine. I'm including ...
[2 replies] Last: Ooohhh. Actually, I had it included, but I rearranged my includes i... (by shadowayex)
solved Win32 - Chinese/Korean/?
 
I followed a tutorial to make a simple Win32 application. I followed the steps exactly except for 2 ...
[7 replies] Last: LPCWSTR is a long pointer to a constant wide string, always a wide str... (by kbw)
Pages: [1] [2] [3] ... [6]   Archived months: [jan2010]

Registered users can post in this forum.