Windows Programming - July 2010 (Page 2)

To Change The Icon Of All Folder in Given Path
 
Hi, I want to Change the Icon of the folders present in folder eg : c:\test I want to change...
[no replies]
Process attaching
 
Hi all, im a newbie in c and windows programming but i started some times ago and since then i use ...
[2 replies] Last: Thank you! It worked :) (by elPicione)
Problem with simple fstream function.
 
Hi there forum. I'm making a program to edit ID3 tags in a mp3 file, and I use the fstream to handl...
[3 replies] Last: It's using the current directory. You can see it with getcwd() or Get... (by kbw)
Directory and File Listing
 
Greetings! I am trying to traverse a directory, its sub directories, and get the path to all of i...
[1 reply] : Check this library: http://www.boost.org/doc/libs/1_43_0/libs/filesyst... (by Bazzy)
by macla
How to let a Thread sleep for a period of time
 
Hi, How to let a Thread sleep for a period of time using c or c++ ?
[3 replies] Last: Thanks. Its working... (by macla)
VS C++ from the beginning, text box, user input (1,2)
 
hello all, I've been a programmer for 25 years and I'm embarrassed to say, I've never programmed in ...
[21 replies] Last: just today been searching around on google, and came accross how to ha... (by kaije)
Compiler Flags
 
Hey Guys, while I am creating code, I want that the compile and linking process is fast and hence...
[1 reply] : Use an IDE and it will do these things on it's own (by Bazzy)
Reading Anonymous Pipes in Real-Time WinAPI
 
Hello everyone, I'm working on an application which reads the output of another program (which I ...
[15 replies] Last: Unitl the flush occurs, the data isn't written to the stream, so there... (by kbw)
by POUYA
operating system
 
I want to know what is the difference between DOS ,MS_DOS.
[2 replies] Last: $99 (by cnoeval)
Messages are only delivered to the program when it has focus
 
Before I start I want to make it clear that yes, I am writing a keylogging program. I'm not doing th...
[16 replies] Last: Still any problems? If yes I wil lgive you an example for a global hoo... (by jmc)
by daveD
Peek and Pump
 
Hi, I have come across a method in the code I am working on called "PeekAndPump". I only have acc...
[4 replies] Last: I see.. Great thanks for the help (by daveD)
Moving a File
 
Hi, i am developing a app for moving a file when a process terminates in WINCE platform. Is the be...
[1 reply] : Is the below mentioned correct? No. moving a file when a proces... (by kbw)
by Chanz
zlib uncompress Error
 
Hey guys. I am trying to use zlib to inflate a block of data. When I run my program, I get the erro...
[1 reply] : Hi, Came across this when I had the same problem: http://www.moy... (by daveD)
[Visual C++] IntelliSense Error Reporting
 
Hi there! I've installed MS Visual C++ 2010 Express and I have a question regarding IntelliSense....
[2 replies] Last: [quote=Athar]One is reported by the compiler and the other by IntelliS... (by Quentin)
by Null
#pragma data_seg gcc equivalent?
 
Hi, is there something similar to #pragma data_seg() for GCC-mingw? I want to share few variables ...
[no replies]
Error C3379:a nested class cannot have an assembly access
 
Hello All, I am tired to found mention below code solution, please help me to solve it, I am new ...
[no replies]
Find ip address
 
hi, I'm trying to write a c++ program in Dev C++, I want it to find the ip Address of a Windows pc, ...
[11 replies] Last: There are examples on the libcurl website. Look at the ones I named an... (by Athar)
LNK2001: unresolved external symbol _DllMainCRTStartup
 
Hey Leute Ich habe eine Problem mit dem Linken von selbst erstellten SHARED_LIBS per Cmake Ich...
[no replies]
How to use a regular C DLL in a C# program using Visual C++
 
Hi, I designed a regular DLL using C on Visual Studio 2005. However I need to use it at a C# prog...
[1 reply] : I actually made it work by using calls like: [DllImport("mydll.dll... (by closed account N85iE3v7)
Interface?
 
I've recently moved to C++ after doing some development in Objective - C, and I was wondering how a...
[2 replies] Last: C++ has a slightly different view of Objects because of its static bin... (by kbw)
July 2010 Pages: 12345
  Archived months: [jun2010] [aug2010]

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