Windows Programming - October 2012 (Page 5)

Stuck in an infinite loop while inputing file name.
 
The program is designed to take a file name as a string. My issue here is with the loop, what I want to do with this program is check and see if the file name i...
[2 replies] Last: Thank you very much!!! Was so close! (by TaytayB)
by nabi
MFC, lost dialog pointer hWnd = ???
 
Dear all, I am writting a MFC based program in VS2010 based on static libraries and in the linker with "No incremental" linking option(I add the code to the...
[2 replies] Last: You are right, Deleting on OnInitDialog de Cedit * before pOUTPUT hav... (by nabi)
USBView Compile Error
 
I just downloaded the USBView sample application... http://code.msdn.microsoft.com/windowshardware/USBView-sample-application-e3241039 ...and I'm getting a cr...
[2 replies] Last: Thanks, naraku. I was able to resolve the problem by installing Visua... (by pcpro178)
looking for help with direct input
 
I am using visual c++ 8 express edition, and I am looking for some executeable code that will let me set background exclusive keyboard access for data style im...
[2 replies] Last: How do I explain...the application I wrote has the keyboard cooperatio... (by josheir)
by Hit
best book for starting win32
 
Windows System Programming 4e http://www.amazon.com/Windows-Programming-Addison-Wesley-Microsoft-Technology/dp/0321657748/ref=la_B000APCC8I_1_1?ie=UTF8&qid=134...
[4 replies] Last: This comment I see so often that goes something like "...but Petzo... (by freddie1)
Visual C++, System.Data.SQLite - Retrieve image from database
 
Hi, I am attempting to retrieve an image stored as a BLOB in a SQLite database and display that image in a Windows Form PictureBox control. By inspecting ...
[2 replies] Last: Thanks! But actually, I lucked out and came across the answer. Just i... (by Codemonkey85)
DLLs & Processes
 
Overview: DLL attached to Main Processes (MP) and External Process (EP) MP tells DLL to write value 0x10 (example) to address 0x100 (example) of EP MP tells ...
[8 replies] Last: ... not sure what to make of that reply but you're welcome? (by awsdert)
by shihan
Where is "__null" defined?
 
In the library "stddef.h" I find out this line of code: #if defined (_STDDEF_H) || defined (__need_NULL) #undef NULL /* in case <stdio.h> has defined it. *...
[3 replies] Last: By the way if I wanna see the code of the compiler (to find out the de... (by shihan)
ruby project
 
hi guys this is of kinds off topic but its about ruby programming ive decided to create a 2d rpg using ruby but skyrim style so not like zelda i already know h...
[no replies]
Scope - Public v Protected
 
I am more after education here rather than solving the issue, because this flies against my understanding of public and protected (and private), or I am missing...
[2 replies] Last: Disch I figured it out the other day, I feel very stupid.... basics! ... (by returnofx)
How can i get C++ programm
 
Sry im new in this website and new in programming so if i get a little help i might actually appreciate it i dont know where to get c++ there are many of them i...
[8 replies] Last: it is a basic language. (by MoniqueFrisbie)
Consuming C# service through VC++
 
I want to make a call to a web service that is written in C sharp through Visual C++ or C++ in Visual studio 2010.I searched on web but was not able to find any...
[1 reply] : If you are trying to consume using C++/CLI then post your questeion in... (by webJose)
Geting item from POSITION, MFC Application
 
So I get my POSITION from POSITION p = m_ListControl.GetFirstSelectedItemPosition(); How do I use this varibale to get an item at this position? ...
[1 reply] : There's an example along with the description: http://msdn.microsoft.c... (by kbw)
by ajitm
Unhandled exception at 0x00000000 in sample_dbg.exe: 0xC0000005: Access violation
 
Hello Friends, I am getting following error.in my application. "Unhandled exception at 0x00000000 in sample_dbg.exe: 0xC0000005: Access violation" I am...
[2 replies] Last: Thanks for reply brother, I fixed this problem by creating static o... (by ajitm)
Why do I need Microsoft visual c++ rather than codeblocks
 
I have been programming in c++ for a year now and have just started getting into windows programming using the winapi. Everything has been going great but now i...
[9 replies] Last: The most games in xbox 360 are made using Visual studio game studios s... (by closed account ozUkoG1T)
Help with hiding
 
Hey C++ forums, I am trying to make an chat application in winsock2.h but the problem is that i want to make sure only when someone pings them ( in britain it ...
[1 reply] : AnimateWindow http://msdn.microsoft.com/en-us/library/windows/desktop/... (by blackcoder41)
Detecting and Disabling change folder in CFileDialog in MFC at certain case
 
I am trying to overload the CFiledialog class to add to functionality as per my need. Im not getting the solution for restricting user from changing folder in c...
[no replies]
FWPM_LAYER_INBOUND | OUTBOUND_IPPACKET_V4 capture all packet in WFP ?
 
Hi guys I have read http://msdn.microsoft.com/en-us/library/windows/desktop/aa366492%28v=vs.85%29.aspx http://msdn.microsoft.com/en-us/library/windows/hard...
[no replies]
by Ch1156
File locking?
 
Ok so I was wondering how i would make a lock for a certain program, lets say a text document. The program would open when the user tried to open the document a...
[5 replies] Last: Ok, so where are some tutorials on how I could accomplish this with c+... (by Ch1156)
c++ to PHP socket
 
hi every body . tnx for your helps . i want to crate some program like this http://stackoverflow.com/questions/7967275/c-and-php-socket-connection cpp...
[no replies]
October 2012 Pages: 1... 3456
  Archived months: [sep2012] [nov2012]

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