Click here to Skip to main content
15,905,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PNG's and GDI+ Pin
VCsamir3-Sep-09 0:58
VCsamir3-Sep-09 0:58 
QuestionMSI Migration --- issues Pin
ERLN31-Aug-09 22:04
ERLN31-Aug-09 22:04 
QuestionSCSI command release mode problem Pin
Abinash Mohanty31-Aug-09 20:30
Abinash Mohanty31-Aug-09 20:30 
AnswerRe: SCSI command release mode problem Pin
David Crow1-Sep-09 3:07
David Crow1-Sep-09 3:07 
AnswerRe: SCSI command release mode problem Pin
Randor 1-Sep-09 22:03
professional Randor 1-Sep-09 22:03 
AnswerRe: SCSI command release mode problem Pin
Glamar15-Sep-09 17:49
Glamar15-Sep-09 17:49 
GeneralRe: SCSI command release mode problem Pin
Glamar15-Sep-09 17:54
Glamar15-Sep-09 17:54 
Questionhow can i jump from the loop before i exit this program automatically? Pin
Member 3121931-Aug-09 20:00
Member 3121931-Aug-09 20:00 
my program is the following
int m_nCurFrame;// extract the current frame from avi file
int m_nMax; //total frames in the avi file
BOOL bb;

CXXView::CXXView
{
bb = FALSE;
}

void CXXView::OnAutoProcessing()// this is a message handler from a menu button
{
while (m_nCurFrame++<m_nmax)
{
if(bb)=""
{=""
break;=""
}=""
.......="" procesing=""

~cxxview::cxxview=""
bb="TRUE;"

when="" i="" exit="" this="" program,="" the="" program="" always="" enter="" ~cxxview,="" then="" onautoprocessing(),="" because="" object="" is="" dead,="" so="" wrong,but="" want="" to="" entoirly,can="" you="" give="" me="" some="" advices?;

=""

how="" can="" call="" onautoprocessing="" before="" view's="" destructor="" called.=""

<div="" class="ForumSig">In near day,I want to change the TITLEBARINFO of my Program?
My code is following:
#include "winuser.h"
...........
...........
TITLEBARINFO bti;
bti.cbSize = sizeof(TITLBARINFO);
GetTitleBarInfo(GetParent()->m_hWnd,&bti);

But i can't compile these codes,can you tell me how to do?
My program is developed by VC++6.0 under Winxp.
AnswerRe: how can i jump from the loop before i exit this program automatically? Pin
Cedric Moonen31-Aug-09 20:23
Cedric Moonen31-Aug-09 20:23 
AnswerRe: how can i jump from the loop before i exit this program automatically? Pin
Cedric Moonen31-Aug-09 20:33
Cedric Moonen31-Aug-09 20:33 
AnswerRe: how can i jump from the loop before i exit this program automatically? Pin
Adam Roderick J31-Aug-09 20:49
Adam Roderick J31-Aug-09 20:49 
AnswerRe: how can i jump from the loop before i exit this program automatically? Pin
Iain Clarke, Warrior Programmer31-Aug-09 20:50
Iain Clarke, Warrior Programmer31-Aug-09 20:50 
GeneralRe: how can i jump from the loop before i exit this program automatically? Pin
Rajesh R Subramanian31-Aug-09 20:54
professionalRajesh R Subramanian31-Aug-09 20:54 
GeneralRe: how can i jump from the loop before i exit this program automatically? Pin
Adam Roderick J31-Aug-09 20:57
Adam Roderick J31-Aug-09 20:57 
GeneralRe: how can i jump from the loop before i exit this program automatically? Pin
Iain Clarke, Warrior Programmer31-Aug-09 21:00
Iain Clarke, Warrior Programmer31-Aug-09 21:00 
QuestionRe: how can i jump from the loop before i exit this program automatically? Pin
David Crow1-Sep-09 2:57
David Crow1-Sep-09 2:57 
AnswerRe: how can i jump from the loop before i exit this program automatically? Pin
Rajesh R Subramanian1-Sep-09 5:17
professionalRajesh R Subramanian1-Sep-09 5:17 
JokeRe: how can i jump from the loop before i exit this program automatically? Pin
Rajesh R Subramanian31-Aug-09 23:36
professionalRajesh R Subramanian31-Aug-09 23:36 
GeneralRe: how can i jump from the loop before i exit this program automatically? Pin
Iain Clarke, Warrior Programmer1-Sep-09 1:18
Iain Clarke, Warrior Programmer1-Sep-09 1:18 
AnswerRe: how can i jump from the loop before i exit this program automatically? Pin
Cedric Moonen1-Sep-09 3:59
Cedric Moonen1-Sep-09 3:59 
QuestionHash Look up Logic Pin
mohant$.net31-Aug-09 19:55
mohant$.net31-Aug-09 19:55 
AnswerRe: Hash Look up Logic Pin
Adam Roderick J31-Aug-09 20:09
Adam Roderick J31-Aug-09 20:09 
GeneralRe: Hash Look up Logic Pin
mohant$.net31-Aug-09 20:16
mohant$.net31-Aug-09 20:16 
GeneralRe: Hash Look up Logic [modified] Pin
Adam Roderick J31-Aug-09 20:31
Adam Roderick J31-Aug-09 20:31 
AnswerRe: Hash Look up Logic Pin
Stuart Dootson31-Aug-09 23:04
professionalStuart Dootson31-Aug-09 23:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.