Windows Programming - January 2010 (Page 4)

cout/cin problem (Beginner)
 
I'm trying to write a basic calculator for a class in my school. Basically the format would be "Woul...
[10 replies] Last: My final code looks like this #include <cstdlib> #include <iost... (by Farfignewton)
Involuntary forking (cloing) of win32/64 app
 
Yep, you read correcly, my app is spontaneously forking itself - in windows. I've written a comma...
[no replies]
by Kuzco
Code for a child window
 
Hi there. I'm attempting to to learn WinAPI but I don't understand how to create a simple blank c...
[4 replies] Last: I hate to not answer direct questions though that do have an easy answ... (by freddie1)
by criya
Display of child window ctrls
 
Hai,Actually i'm trying to display all the ctrls in window atonce it appears in output. can anyone t...
[2 replies] Last: It would probably be better to learn one at a time. (by freddie1)
Manipulating a file in C++
 
Ok I found this code #include <iostream> using namespace std; int main (void) { si...
[1 reply] : Assuming you don't want to just use the Windows API function CopyFile,... (by CorrodedCoder)
by criya
GetSystemMetrics
 
Can anyone help me out to build code on the following questions... 1)I know that using getsystem m...
[1 reply] : 1) Yes, you can get all kinds of info from GetSystemMetrics(). Check ... (by jrohde)
Using an XBOX 360 Controller in a game
 
I'm trying to find out if there is any documentation with the XBOX 360 controller that can be used i...
[1 reply] : binarysolo, the controller does act similar to that of a regular contr... (by closed account S6k9GNh0)
by dorota
openCV updateMotionHistory
 
Hi, I have got problem with updateMotionHistory function. std::vector< const IplImage*>images; ...
[no replies]
by Hakate
using subclass functions
 
Hello is it possible to access a subclass function if i use an array of pointers with the same ty...
[1 reply] : You can only use functions declared in the base class. If you need di... (by Bazzy)
by criya
Display number
 
1)Can anyone tell me other than textout do we have anyother function to display the number in client...
[2 replies] Last: You can also place a control there, such as a text field, and use SetD... (by Lamblion)
by ckwong
fstream from notepad no calculation
 
// i wonder know why there is no calculation number function one ?? Thank for viewing #include <ios...
[1 reply] : //// In my sourcecode variable BARIS means by line and LAJUR is the co... (by ckwong)
new in visual c++
 
Hello I am rather new in visual c++ and I learned to code but I didn't find in any book how to ad an...
[5 replies] Last: I have Ivor Horton's "Beginning Visual C++ 6". The 1st chapters are e... (by freddie1)
by ckwong
use fstream to get the number from notepad file
 
I am using visual c++ express edition, but cannot take the data from the notepad file .txt So the c...
[4 replies] Last: // In my sourcecode variable BARIS means by line and LAJUR is the colu... (by ckwong)
by ckwong
what different between #include <fstream.h> and no h
 
// Why some iostream need put .h and other no need put .h ???? //It prints a line of text #inc...
[3 replies] Last: Now i got it, Thank you so much for explain to me. ^.^V (by ckwong)
by Kuzco
Scrollbar problem
 
Hello there. I'm attempting to learn WinAPI, and I want to create a scroll bar control. I managed...
[2 replies] Last: I'm sure glad I'm not plagued with worries about visual appearances! ... (by freddie1)
by didijc
C++ HTML DOM Parser
 
Hey everyone, I'm having a real hard time trying to parse HTML in C++... Basically, all I want...
[18 replies] Last: You may want to try using this script - http://www.biterscriptin... (by SenHu)
Get the Microsoft Word path
 
Hello all I'm new to the C++ win 32 , and I have some problem which is, I want to get the path of ...
[2 replies] Last: Never read registry Use Shell apis (FE() here) (by george135)
How to access sectors using c++
 
Is it possible to read sectors of hard disk or pendrive using c++ language. If possible please tell...
[8 replies] Last: Examining FAT boot sector: http://www.codeguru.com/cpp/cpp/cpp_mfc/fi... (by Null)
by jcylam
Is it possible to implement console codes to win32 api code?
 
i hav written a program which works fine running in console mode. my question is, do i need to rewri...
[8 replies] Last: this is my final year project and i have to write a program which rece... (by jcylam)
by didijc
C++ :: IHTMLSelectionObject
 
Can someone explain / show me how I could use the IHTMLSelectionObject / selectionRange / IHTMLTxtRa...
[4 replies] Last: thanks again webJose... I'll figure it out eventually... (by didijc)
January 2010 Pages: 12345
  Archived months: [dec2009] [feb2010]

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