Windows Programming - August 2009 (Page 3)

VS2008 Problem in pise of code
 
This Small pice of code this is rum in VS2003 but not in VS2008 result on VS 2003 :- call the cons...
[2 replies] Last: read this in addition, everything what you need (and what will clarify... (by johnkravetzki)
by Lauke
windows.h references
 
Hi guys. Can you tell me where can i find a COMPLETE REFERENCES about windows.h implementation? thx
[1 reply] : go to the #include "window.h" and right click on the file name an... (by AshuSyntel)
VS 2008 c++ code problem in friend funcation between diff classes
 
"cannot access private member declared in class" its probelm related to friend function and i m use...
[5 replies] Last: A member function already has access to class member data. This is wh... (by kbw)
Windows Form? to work with codes
 
i was wondering how do you work with a windows form, -for an example if you want to have a progr...
[no replies]
oledb seeting VS2008
 
Problem in VS2008 for SDK is not responce c:\program files\microsoft sdks\windows\v6.0a\include\ol...
[1 reply] : You shouldn't change system header files. (by kbw)
What Should I Learn?
 
Should I learn C# or C? Another Question what is the difference between C# and C?
[12 replies] Last: I wouldn't say C# is completely useless. A great number of business a... (by Return 0)
Call prgramm from a program and close calling program
 
Hello, I would like to start a program B with an autorun.inf when I plug in an USB stick. The pro...
[5 replies] Last: Ok, now it is working more or less... I put the folder of the proce... (by tomasito)
problem in VS2008
 
this pise of code is Smoottly run in VS2003 but not run in VS 2008 what is the wrung in the code p...
[4 replies] Last: Hi @Grey Wolf and johnkravetzki Thank you very much for fast repl... (by AshuSyntel)
by Gregor
catching console close in win32 app
 
Hai AllocConsole(); a console pops up when you redirect output and use it. I'd like to know ...
[1 reply] : http://cplusplus.com/forum/general/11433/ (by Incubbus)
by chipp
completely new (bie)!
 
hy, i completely new to windows programming, can anyone tell me how to programming in windows with C...
[6 replies] Last: awwight, then i'll try to look at it... i'll ask if there's any troubl... (by chipp)
mysql.lib
 
hi all. i wanna to connect to sql database, so i need mysql.lib, right? where can i get it?
[7 replies] Last: Tell me, i need to do this! main.obj : error LNK2001: unresolved e... (by alexprg1920)
by j3lps
Vector push back slows program...
 
Hi all, I'm fairly new to programming and I'm writing a program which has around 6 variables that...
[3 replies] Last: So I was actually wrong about this - it wasn't actually appending vect... (by j3lps)
Problem with Endless loop
 
So i wrote this code... double spin(int); void RadiusChange(); bool Control = false; int ...
[3 replies] Last: In order to have a GUI, you need to have a messge pump. A message pum... (by webJose)
Command Line Parameters
 
void main(int argc, int** argv) { /* ... */ } argv is an array of agrc pointers of type c...
[2 replies] Last: But I'm not using wide characters... Anyway, I'll just write my own pa... (by Tom Backton)
by kingis
how to display many picture in 1 dialog
 
Hi, In my dialog, i have 4 picture control to display the picture 1 -> picture 4 4 radio button to...
[4 replies] Last: I think this is the usual problem of ' inappropriate painting ' in a G... (by guestgulkan)
by macla
How to get MS SQL database size using API
 
Hi, How to get MS SQL database size using API
[1 reply] : You connect to SQL server using one of several methods: Named pipes, ... (by webJose)
Wats the value of the expression?
 
Hi everyone I want to know how this expression works int b=5; int c=(b++)+(++b)+(++b)+(++b)...
[2 replies] Last: The answer is very, very, very undefined, as the standard does not def... (by jsmith)
by Force
Direct3D8 Debug
 
Hi again!I've installed DX SDK 8 and I had a few problems with a basic Window programming and displa...
[5 replies] Last: If i use the reference, i linked to above and look at the functions de... (by Incubbus)
iostream with wincon?
 
I'm trying to make a windows aplication with a console. Here's my code: #include "windows.h" #in...
[1 reply] : Adding Console I/O to a Win32 GUI App http://www.halcyon.com/~ast/d... (by Duthomhas)
by Null
How to find all files
 
How can i find all files on the volume (or search by extension)? Thanks!
[2 replies] Last: Thank you. (by Null)
August 2009 Pages: 12345
  Archived months: [jul2009] [sep2009]

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