Click here to Skip to main content
16,010,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGetting text of selected combobox item Pin
monrobot1325-Feb-04 3:14
monrobot1325-Feb-04 3:14 
GeneralRe: Getting text of selected combobox item Pin
Prakash Nadar25-Feb-04 3:20
Prakash Nadar25-Feb-04 3:20 
GeneralRe: Getting text of selected combobox item Pin
David Crow25-Feb-04 3:35
David Crow25-Feb-04 3:35 
GeneralRe: Getting text of selected combobox item Pin
monrobot1325-Feb-04 4:13
monrobot1325-Feb-04 4:13 
GeneralCODE Pin
Goh Hui Beng25-Feb-04 2:59
Goh Hui Beng25-Feb-04 2:59 
GeneralRe: CODE Pin
Prakash Nadar25-Feb-04 3:18
Prakash Nadar25-Feb-04 3:18 
GeneralRe: CODE Pin
Maximilien25-Feb-04 3:26
Maximilien25-Feb-04 3:26 
GeneralRe: CODE Pin
Goh Hui Beng25-Feb-04 3:49
Goh Hui Beng25-Feb-04 3:49 
ok my problem is that i want this code to output some specific points like iLipBottomX the coordinate value.

but this code actually detects and draws out the picture.

From this can u deduce wat variable must i printf to get the result i want?

The SMouthFeature structure contain these variable

bool bMouthFound; // Mouth finding flag
bool bSplMouthFound; // Mouth spline finding flag
HSPLINE hSpl_mouth; // Mouth spline handle
bool bSplLipTopFound; // Top lip spline finding flag
HSPLINE hSpl_lip_top; // Top lip spline handle
bool bSplLipBottomFound; // Bottom lip spline finding flag
HSPLINE hSpl_lip_bottom; // Bottom lip spline handle
bool bLipTopFound; // Top lip point finding flag
int iLipTopX; // x coordinate of the top lip point
int iLipTopY; // y coordinate of the top lip point
bool bMouthCenterFound; // Mouth center finding flag
int iMouthCenterX; // x coordinate of the mouth center
int iMouthCenterY; // y coordinate of the mouth center
bool bLipBottomFound; // Bottom lip point finding flag
int iLipBottomX; // x coordinate of the bottom lip point
int iLipBottomY; // y coordinate of the bottom lip point
bool bMouthLeftCornerFound; // Mouth left corner finding flag
int iLeftCornerX; // x coordinate of the mouth left corner
int iLeftCornerY; // y

u understand or do u need further info i can provide
GeneralPrinter fonts setting Pin
El'Cachubrey25-Feb-04 2:56
El'Cachubrey25-Feb-04 2:56 
GeneralRe: Printer fonts setting Pin
ana_v1237-Aug-07 11:52
ana_v1237-Aug-07 11:52 
QuestionHow to create hidden Dialog Window ? Pin
vgrigor25-Feb-04 2:42
vgrigor25-Feb-04 2:42 
AnswerRe: How to create hidden Dialog Window ? Pin
David Crow25-Feb-04 2:52
David Crow25-Feb-04 2:52 
GeneralRe: How to create hidden Dialog Window ? Pin
vgrigor25-Feb-04 3:04
vgrigor25-Feb-04 3:04 
GeneralRe: How to create hidden Dialog Window ? Pin
David Crow25-Feb-04 3:08
David Crow25-Feb-04 3:08 
GeneralRe: How to create hidden Dialog Window ? Pin
vgrigor25-Feb-04 3:19
vgrigor25-Feb-04 3:19 
GeneralRe: How to create hidden Dialog Window ? Pin
David Crow25-Feb-04 3:28
David Crow25-Feb-04 3:28 
GeneralRe: How to create hidden Dialog Window ? Pin
Prakash Nadar25-Feb-04 3:32
Prakash Nadar25-Feb-04 3:32 
GeneralRe: How to create hidden Dialog Window ? Pin
David Crow25-Feb-04 3:37
David Crow25-Feb-04 3:37 
GeneralRe: How to create hidden Dialog Window ? Pin
Prakash Nadar25-Feb-04 4:13
Prakash Nadar25-Feb-04 4:13 
GeneralRe: How to create hidden Dialog Window ? Pin
vgrigor25-Feb-04 4:16
vgrigor25-Feb-04 4:16 
GeneralRe: How to create hidden Dialog Window ? Pin
vgrigor25-Feb-04 3:33
vgrigor25-Feb-04 3:33 
AnswerRe: How to create hidden Dialog Window ? Pin
Monty225-Feb-04 2:58
Monty225-Feb-04 2:58 
AnswerRe: How to create hidden Dialog Window ? Pin
vgrigor25-Feb-04 4:22
vgrigor25-Feb-04 4:22 
AnswerRe: How to create hidden Dialog Window ? Pin
racenjason31-May-05 11:52
professionalracenjason31-May-05 11:52 
QuestionUnderline hot and one-click activate for treectrls? Pin
Dominik Reichl25-Feb-04 1:56
Dominik Reichl25-Feb-04 1:56 

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.