You can create a program like this?
Hello Guys, Someone can tell me if it is possible to create a program like Robocode, a game controlled at runtime by an external source file in visual c ++? For example create a checkers game where...
View ArticleWritePrinter not asking PIN Code
Hi Codeguru Customer has a Printer that has a secure printing. He has configured via Control Panel >> Printing Preference >> Secure Printing option in that page and assigned a 4 digit code....
View ArticleHow to lock in a single skeleton in Microsoft Kinect SDK v 1.7 using vc++?
Hi, I m trying to lock a single skeleton using Microsoft Kinect SDK v 1.7 . My requirements are • First lock a single skeleton. • Check the tracking state of the of the locked skeleton. • If the...
View ArticleDisplay 'open with' context menu in own context menu
Hi, I've written a namespace extension (c++). What I want to do now is to copy the windows explorers 'open with' menu. I've implemented my context menu using IContextMenu, IContextMenu2 and...
View Articlehow to get the MAC address of client?
I have a client server program using UPD created in MFC. In the server there are two listboxes. The first one displays the ip addresses of the connected clients. I want the second listbox to display...
View ArticlePassing variant variable through LPVOID
Dear Gurus, I have create a function which able to return value for variant of variable through a LPVOID parameter function. But some how it cannot work. Maybe i have did wrong in some point. Would...
View ArticleMFC Dialog clipping off in low resolution
I have an mfc dialog of size 1280 X 1024 and when i change the resolution to 800 X 600, after adding scroll bar, it don't show the entire dialog contents, Seems like it clips the 800 X 600 portion. I...
View ArticleDo other things whilst in a loop
Hi, newbie here, still very much learning. I'm writing a piece of software in MFC. In one function, I have a while loop using "KeepLooping" as the condition. "KeepLooping" is a boolean that is set to...
View ArticleColumn of buttons?
Hi! Is there an easy way to create a column of buttons ina listView? I need that every file of the listView has a button in the first cell. Is that possible? If not, anyone knows a way for do this?...
View ArticleNeed help with reading and outputting files
Hi everyone, I have got an assignment. It is about comparing two files one file has sentences and the other abbreviations. so far i have managed to compare the abbreviations which appear in the...
View Articledialog box for visual studios2005
i've took some codes from VS 2010 to make a dialog box in VS 2005 but there are errors to it. can someone help me with this problem. the codes are stated below. OpenFileDialog ^ openFileDialog1= gcnew...
View ArticlePoint of ListView. what row (item) and column is?
Hi! If we work with a ListView,and want implement some functions like OnLBDblClick(), we only have a CPoint, but not the column and row that this point suppose. How can i Know that, is there a nother...
View ArticlePlacing Battleships
I'm trying to place battleships in my battleship board which I've already created using a sub routine. I'm trying to create another sub routine to do this... so far this is what I have. When I enter in...
View Articlerecognize a .WAV File
I need to develop an application in VC++ that will take .WAV files as an input and identify if there is a Gun shot in that wave file. WAVE file with gunshot must be having certain paramaters like...
View ArticleConnecting Circles C++/Excel
This is quite complicated to explain, so I will do my best, sorry if there is anything I missed out, let me know and I will rectify it. My question is, I have been tasked to draw this shape, ![Crescent...
View Articlecould anyone write following programms.....plsss
Write a complete C/C++ program for the following tasks i. Create two arrays named intArray[] and squareArray[] with a user defined size. ii. The intArray[] should accept positive integer values from...
View ArticleShare C++ Program
How can I make a C++ program for someone who doesn't have Visual Studio? I want to make a program for someone who doesn't have Visual Studio but I don't know how the program will work on that computer....
View ArticleMap with two key values
I have an assignment where I need to go through all the files in a folder. For each file I need to know each unique file extension, how many files for each unique file extension, and the total size for...
View ArticleUrgent!!!! Need help with my program
I am making a radio program for one of my classes. It has to have a working clock, go from am, fm, aux, to mp3. AM frequency (530 kHz-1610kHz, going up by 10kHz), FM frequency (88.1Mhz-180Mhz, going up...
View Articledeployment catch 22
I have dialog app that requires two external *.exe s to function properly. The most important of these is Init.exe which copies a couple of needed files from the main app root (installation) directory...
View Article