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't use GetLastError() to get more details. Maybe you can see...
[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 the parent dialog that brings up a child dialog - the child...
[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 online i tried many spots to write this code but it doesnt work ...
[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écupérer des packets et les analyser. Pour ceci j'utilise Win...
[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 = CreateFile("E:\\FileName123.txt", GENERIC_READ,0,0,OPEN_ALWAYS, ...
[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 result of sales of each worker via for loops . What am I mi...
[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 the memory. After calling VirtualQueryEx() to get the memor...
[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 that is going to be c#.
[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 its functionality or make a compiled language in c++. I kno...
[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 header of the file? Kind of a small application perhaps that wou...
[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 create a HWND like this: hWnd = CreateWindowEx(NULL, "Cha...
[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 general method with no success. Now that I am compiling for re...
[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 windows" I can not use "windows forms" (which automatically has t...
[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 that is easy to read. I have the sms.db file ready to use, i ...
[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. //needed function CoInitialize(NULL); wchar_t* ...
[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 see this error : the system cannot find specified why is t...
[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 can I do? I can select any text, I can change it's color, fo...
[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 will only run 1/2 the time I run it. I will run it and it i...
[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 <iostream> or <fstream>. Instead if has stdafx.h or whatever. Why ...
[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 initialized class can have a different number of functions assigned to...
[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.