Click here to Skip to main content
15,914,820 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: No two files with same path added to list control Pin
Hamid_RT11-Jan-08 20:52
Hamid_RT11-Jan-08 20:52 
GeneralRegarding creation of Log File Pin
H4u3211-Jan-08 19:17
H4u3211-Jan-08 19:17 
QuestionRe: Regarding creation of Log File Pin
CPallini12-Jan-08 0:25
mveCPallini12-Jan-08 0:25 
GeneralRe: Regarding creation of Log File Pin
Maxwell Chen12-Jan-08 10:45
Maxwell Chen12-Jan-08 10:45 
GeneralRe: Regarding creation of Log File Pin
namratakalburgi12-Aug-09 23:27
namratakalburgi12-Aug-09 23:27 
GeneralHELP!!Problem with detecting face shape!! Pin
purplee8511-Jan-08 18:03
purplee8511-Jan-08 18:03 
GeneralRe: HELP!!Problem with detecting face shape!! Pin
CPallini12-Jan-08 0:22
mveCPallini12-Jan-08 0:22 
QuestionCOleVariant decimal value [modified] Pin
littleGreenDude11-Jan-08 7:32
littleGreenDude11-Jan-08 7:32 
If you call a stored procedure and one of the fields is returned as a VT_Decimal, what is the proper method for extracting the value?

I used the following, and it seems to be working, but it feels like there should be a better way...
<br />
pCommand->Fields->Item[_T("Qty")]->get_Value(&var);<br />
<br />
float fQty = var.decVal.Lo32 / 10000.0f;


modified on Friday, January 11, 2008 2:00:46 PM

GeneralRe: COleVariant decimal value Pin
littleGreenDude11-Jan-08 8:03
littleGreenDude11-Jan-08 8:03 
GeneralRe: COleVariant decimal value Pin
led mike11-Jan-08 8:32
led mike11-Jan-08 8:32 
GeneralGDI+ Region::IsVisible Pin
bob1697211-Jan-08 7:11
bob1697211-Jan-08 7:11 
GeneralRe: GDI+ Region::IsVisible Pin
Mark Salsbery11-Jan-08 8:16
Mark Salsbery11-Jan-08 8:16 
GeneralRe: GDI+ Region::IsVisible Pin
bob1697211-Jan-08 10:40
bob1697211-Jan-08 10:40 
JokeRe: GDI+ Region::IsVisible Pin
Mark Salsbery11-Jan-08 10:48
Mark Salsbery11-Jan-08 10:48 
QuestionHow to communicate through USB port Pin
AprNgp11-Jan-08 5:39
AprNgp11-Jan-08 5:39 
AnswerRe: How to communicate through USB port Pin
led mike11-Jan-08 7:01
led mike11-Jan-08 7:01 
GeneralRe: How to communicate through USB port Pin
AprNgp11-Jan-08 7:06
AprNgp11-Jan-08 7:06 
AnswerRe: How to communicate through USB port Pin
Cedric Moonen11-Jan-08 8:04
Cedric Moonen11-Jan-08 8:04 
Answerwhat about Serial Port ? Pin
AprNgp12-Jan-08 0:23
AprNgp12-Jan-08 0:23 
GeneralRe: what about Serial Port ? Pin
CPallini12-Jan-08 2:44
mveCPallini12-Jan-08 2:44 
QuestionDeclare, define a varibale in a windows form application Pin
Manfr3d11-Jan-08 4:50
Manfr3d11-Jan-08 4:50 
QuestionRe: Declare, define a varibale in a windows form application Pin
David Crow11-Jan-08 5:00
David Crow11-Jan-08 5:00 
GeneralRe: Declare, define a varibale in a windows form application Pin
Matthew Faithfull11-Jan-08 5:01
Matthew Faithfull11-Jan-08 5:01 
QuestionRe: Declare, define a varibale in a windows form application Pin
Hamid_RT11-Jan-08 5:17
Hamid_RT11-Jan-08 5:17 
GeneralRe: Declare, define a varibale in a windows form application Pin
Manfr3d12-Jan-08 1:44
Manfr3d12-Jan-08 1:44 

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.