Windows Programming - September 2008

Would this C++ program work?
 
//my first attempted program in C++, just a GUI for my computers driver disk. #include <iostre...
[3 replies] Last: cout << "The value you entered is " ; << i; You don't need that ... (by firedraco)
My first Hello C++ program
 
Hi, Finally I had achieve in making My first C++ Program! I called "JosephHello" (My real name). ...
[2 replies] Last: This is not a hello world program. It is his first program. (by firedraco)
Strcmp being dumb...
 
That was a stupid title, but it's what's happening...I think. I'm trying to get the first argumen...
[2 replies] Last: Leave it to me to flip the values :'( Thanks a lot firedraco !... (by SnapCrakllPop)
by hulan
Building C++ project in VS08 without .NET?
 
Hi. I've made a WIN32 console application in VS2008 C++. It works great on my computer but it doesn...
[1 reply] : Yes, it is, but you have to change your program in a console applicati... (by jmc)
by J4687
My program keeps having to shut down
 
Hello, I dont get any errors while compiling, but after entering the first text i get "This program...
[2 replies] Last: noticed it now, so i added int size_of_input, size_of_key; but it... (by J4687)
by tweak
Dynamic Sub menu C++
 
I have been stumped for about two days now!!! i cant seem to add another sub menu to the "2" menu d...
[2 replies] Last: wow Bazzy i much appreciate the quick reply i cant thank you enough! (by tweak)
Win32 Window Wrappers Trouble
 
I tried a window wrapper class ... any idea why is not working? This is the code: http://rafb.net...
[2 replies] Last: #pragma once #include <windows.h> class WndApp { public: WndApp(... (by BlackAngel)
win32, C Programming
 
Hello there , Iv got a little problem with this program i have written using the win32 API with C...
[9 replies] Last: .NET needs its enormous Runtime So? Many languages and libraries re... (by Zaita)
by Zhuge
Winsock recv Function Optimization
 
I wrote this function for an TCP, Winsock, socket-based text game I was working on, and was wonderin...
[2 replies] Last: It looks to me like you are trying to do too much. If I understand ... (by Duthomhas)
by Zhuge
Question about typdef/struct
 
How is typedef struct Name { /* ... */ } Name; special? To me it seems like writing something lik...
[1 reply] : You are correct. The typical reason to do that is to handle self-re... (by Duthomhas)
How to check if the path exists and if not, create it
 
Hi everyone! I'm trying to check if the path given exists. In case it doesn't, I'd like to create...
[1 reply] : http://msdn.microsoft.com/en-us/library/aa363855(VS.85).aspx (by helios)
Getting filegroup name from SQL Server 2005
 
In one of my application I am getting (through OTL using ODBC drivers) the following information fro...
[no replies]
by louf
Convert Windows to Services
 
hi I create my windows with CreateWindows() and it's work. But now, i have to create a "MSWindows...
[5 replies] Last: Everyone knows the Q137890 and srvany, which works fine for years... (by george135)
Simple Messagebox in VC++ - console window in background?
 
Well i have tried to make a simple messagebox using this structure: (this is not exact what i use...
[1 reply] : What you have written there is a consoloe program and the console wind... (by guestgulkan)
Loading icons
 
I'm trying simply to set a custom icon. I've tried... wc.hIcon = LoadIcon(hInstance, TEXT("C:...
[3 replies] Last: It seems like you have too little )s in some places and too many in ot... (by firedraco)
by pacman
Spawning a dialog from a dll plugin
 
I am creating a dll plug in for a application. i Monitor changes that are made and updated inside ...
[no replies]
by quant
loss data and any warns
 
Hello everybody! Told me how much danger newt warns? int ItemIdx = cdr.dwItemSpec;//'initiali...
[1 reply] : You have to cast your variables directly or to use the same variable t... (by jmc)
by jrohde
Resource File Control Sizes
 
Hello - When creating a modeless dialog box resource, I noticed that every coordinate and size fo...
[1 reply] : Maybe the values you've set were overridden, because the caption is lo... (by Greenhorn)
by Gonen
Question about win32 hooks.
 
Hello , I did a program that capture the picture from the clipboard(if there is one) and saves it ...
[3 replies] Last: You can ask on Adv. Win32 api newsgroup : news://194.177.96.26/comp.o... (by george135)
by TKelly
Display a CLI form from a CLI form
 
I know this should be the simplest thing to do, yet I have gotten nowhere spending several hours in ...
[2 replies] Last: The .h file is just a header which contains the class definition for... (by Faldrax)
September 2008 Pages: 12
  Archived months: [aug2008] [oct2008]

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