Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Browsing all 3042 articles
Browse latest View live

Transparent windows

One of our clients is using some kind of transparent window app which sits on top of our app. Their app has some extra controls and it also has some kind of transparent section (so it looks like our...

View Article


How to create native sandbox for windows?

Are there any tuts or vids or sample projects for this topic? I've been searching for this, but they mostly only cover web-based sandboxes from the web I want to create a sandbox for some installed...

View Article


DLLMain (DLL Attach) not called?

When I used an external hooker to hook this dll into the process, it worked. But when I embedded the hooked functions in the IAT of the exe, this DLL_PROCESS_ATTACH branch was not used? I don't...

View Article

Create custom classes - in dec, stack (LIFO), queue (FIFO) on the basis of...

Create custom classes - in dec, the stack (LIFO), queue (FIFO) on the basis of the STL list class. Write a test program that is in test mode It performs operations on complex shaped structures. List of...

View Article

ODBC question

Hi, ALL, On this page it doesn't say if its safe to free the handle that is NULL, i.e. was not allocated. If anybody knows the answer - please share. Thank you.

View Article


help with limiting a textboxs max chars

this is my code, if anyone can help it would be greatly appreciated Code: ConsoleField = CreateWindowEx(NULL, "EDIT", "", WS_CHILD | WS_BORDER | WS_VSCROLL | ES_MULTILINE | WS_VISIBLE | ES_READONLY |...

View Article

Image may be NSFW.
Clik here to view.

[RESOLVED] Can't use my class within MFC dialog based example

Hi, I'm kind of rusty when it comes to coding, however, after managing to add a few features and controls to the basic OK/Cancel example... I've hit a brick wall when it comes to making use of my...

View Article

recursion

Have anyone knows how to create recursion function which could find the biggest ship and return it's coordinate, ship can be both horizontal and vertical(like a snake) and ships can't touch.It's kinda...

View Article


Phone Number Program

Hello everyone, I am new to this forum and am looking for some assistance, any help would be greatly appreciated! I am stuck on this assignment for my programming fundamentals 1 class and am desperate...

View Article


How can I know how the Windows 7 Theme manager works

I'd like to understand how the windows 7 theme manager works. I googled for it already. The closest one is this one https://www.codeproject.com/articles...-visual-styles I am wondering whose...

View Article

Beginner Identifier Help

Hi all, I'm currently working on a project and i have found myself stuck. I am aware that I need to make an identifier to fix those errors but I can seem to make it in the right place (or make it right...

View Article

[RESOLVED] Beginner Identifier Help

Hi all, I'm currently working on a project and i have found myself stuck. I am aware that I need to make an identifier to fix those errors but I can seem to make it in the right place (or make it right...

View Article

Calculate price of a phone call

Hello everyone, I am new to this forum and am looking for some assistance, any help would be greatly appreciated! I'm trying to calculate the price for a phone call under these requirements,  Price...

View Article


website like Expedia

Friends, I'm wondering how to start coding a meta search engine that basically plugs in criteria into multiple websites and can summarize the results. I'm thinking of a website similar to Expedia....

View Article

#include $(ProjectDir) "/Global.h" = Wrong

I'm out of Google ideas to find an answer: How do I include a Header file in the Project directory from a CPP file in another directory without hard-coding directory names? The reason why: I'm wanting...

View Article


[RESOLVED] Not getting inputs correctly,how should I fix it ?

This is my Input class: .h file :- Code: #include <iostream> #include <conio.h> #include <windows.h> #include "Input.h" int main(){     while(1){         std::cout <<...

View Article

problem with polynomial

Hi there I need to form a polynomial like this: (x-a1)(x-a2)...(x-an) and show it's product.I have only basic polynomial class and separate class: Code: #include <iostream> using namespace std;...

View Article


How to ask a windows service to do something for me?

Is it possible to query the theme service and ask it for a HTHEME handle? and do other fancy stuff???? I googled for it, but There is not much information on it. Are there such C++ projects available?...

View Article

Design concern: Multiple active Sub Dialogs? (MFC)

In a program where it might be practical to minimize and restore various dialogs (good?), I'm finding it hard to understand the hierarchy (child/parent) and overall app model. I've started an SDI...

View Article

Does anyone have the Detours express 2.1 from Microsoft?

I want it to test the FVM project https://sourceforge.net/projects/fvm-rni/files/ I find it really interesting. Because it might help me do what I want to achieve. But the problem is I can't find the...

View Article
Browsing all 3042 articles
Browse latest View live