Windows Programming - March 2012 (Page 5)

Error when trying to create SysLink control
 
Hi I am getting an error when I try to create a SysLink control. My handle_error() function doesn...
[2 replies] Last: I have to use UNICODE, that was the issue. Thanks! (by alexbnc)
by soranz
MFC SendMessage() from Child to Parent
 
Hello! I've created a standard MFC dialog app using the VS C++ wizard. Basically, I have a button in...
[6 replies] Last: Gotcha ;) (by soranz)
recieve
 
hi, where should i put this code in a windows form application using c#.im writing tic tac toe onli...
[1 reply] : Put it in the MSDN Forums, in a subforum dedicated to C#, along with t... (by webJose)
Récupérer des trames avec Winpcap
 
Bonjour, Je suis nouveau ds la programmation réseau, j'utilise le langage c++ Mon but est de réc...
[no replies]
How to make File Copy Protect using WIN32
 
Hello.. I have created a file using Core WIN32 & code is like this : HANDLE hFile = Crea...
[2 replies] Last: Well, in NTFS you can set permissions. If yo deny access to the file ... (by webJose)
For Loops Not Valid ?
 
My for loops seem valid but the compiler said otherwise the goal of the program is print out the...
[3 replies] Last: Sorry, I was very lazy with my reply. ProductsValue is an array of ... (by closed account DSLq5Di1)
Proces and Memory
 
Hello everyone I am currently trying to develop a memory scanner. And I am having some trouble with ...
[4 replies] Last: I forgot to check if the FoundPosision > -1 && FoundPosision != string... (by WetCode)
by debulm
linking/referencing a C++ dll in a programming project
 
I want to know how safe it is to reference a dll composed of c++ code into a visual studio project t...
[3 replies] Last: If the DLL is correctly written and exposes the right kind of interfac... (by andywestken)
Interpreted Language
 
How would one make an interpreted language in c++? I have made one in c# but would like to increase...
[1 reply] : If you made it in C#, you know what it entails: A string parser, expr... (by webJose)
by DSTR3
File Message
 
Is there a way to send a message to a server when a file is opened? Could it be placed in the heade...
[2 replies] Last: Thank you. I need to collect any info from the computer that makes it... (by DSTR3)
SW_HIDE not working
 
I have spent a few hours trying to figure out why this is not working and cannot figure it out. I...
[1 reply] : Its like washing a car... start washing, it starts raining. I look fo... (by Squigglyo)
by adn258
Resolving a Shorcuts Target Path?
 
So I've been working on this for awhile now with no success. I have used my own code with this gen...
[4 replies] Last: I figured it out thanks man. (by adn258)
need help! tying to create a ColorDialog
 
Hello, I am making a GUI application with c + + Visual Studio 2010. I have to use "application windo...
[3 replies] Last: Thank you :) I have a new problem. The color selected is in: hbrush ... (by chillyy)
How to export Android sms to pc
 
I want to be able to export my Android SMS database to my pc in a friendly txt, html or pdf format t...
[1 reply] : andriod has a base language in java though you are a c++ programmer... (by polar)
by adn258
Heap Corruption Detected Why?
 
Okay so I'm enumerating a shortcut and this does seems to work so this has a few questions attached....
[19 replies] Last: Basically, yeah. That's a simplified perspective but you have the rig... (by Disch)
the system cannot find specified
 
Hi,I Have windows 7 64bit os.Every time that I want to run program that I Wrote I in Visual C++, I s...
[5 replies] Last: thanks for helping i find out the sulotion from build log... correct ... (by nimait70)
Syntax highlighter inside a RICHEDIT control
 
Hi again! I have created a RICHEDIT control and I want to create a simple syntax highligher. What c...
[3 replies] Last: Yeah, I suppose I have to take the next step in programming: creating ... (by alexbnc)
My program only runs 1/2 the time???
 
I am making a program that simulates how cells work, and it is working great, except tat the program...
[4 replies] Last: Word of advise: Don't post your entire code in hopes that someone wil... (by webJose)
Why is VCPP Jacked up?
 
I don't get it. VCPP doesn't allow you to include standard preprocessor directives such as <iostrea...
[18 replies] Last: http://msdn.microsoft.com/en-us/library/ms379617%28v=vs.80%29.aspx (by kbw)
Resizing an array of function pointers?
 
I am creating an array of function pointers for a class of mine. The problem is that each initialize...
[1 reply] : Never mind, vectors work excellently for this (by NanoBytes)
March 2012 Pages: 1... 34567
  Archived months: [feb2012] [apr2012]

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