Click here to Skip to main content
15,881,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Getting alerts (messagebox) with an integer value Pin
Cedric Moonen10-Feb-06 0:43
Cedric Moonen10-Feb-06 0:43 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 0:59
kk_vp10-Feb-06 0:59 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
Cedric Moonen10-Feb-06 1:05
Cedric Moonen10-Feb-06 1:05 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 1:12
kk_vp10-Feb-06 1:12 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
_anil_10-Feb-06 1:27
_anil_10-Feb-06 1:27 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
toxcct10-Feb-06 1:59
toxcct10-Feb-06 1:59 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 2:48
kk_vp10-Feb-06 2:48 
GeneralRe: Getting alerts (messagebox) with an integer value [edited] Pin
toxcct10-Feb-06 2:57
toxcct10-Feb-06 2:57 
change the sscanf(m_1E2val,"%x",&baSlots); into this :
for (int i = 0; i < 6; i++) {
    ::sscanf(m_iE2val.Mid(i*2, 2), "%x", &baSlots[i]);
}

actually, i read here the hexa characters 2 by 2...



TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]

-- modified at 9:19 Friday 10th February, 2006
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 3:06
kk_vp10-Feb-06 3:06 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 3:16
kk_vp10-Feb-06 3:16 
GeneralRe: Getting alerts (messagebox) with an integer value [edited] Pin
toxcct10-Feb-06 3:22
toxcct10-Feb-06 3:22 
QuestionRe: Getting alerts (messagebox) with an integer value Pin
David Crow10-Feb-06 2:57
David Crow10-Feb-06 2:57 
AnswerRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 3:16
kk_vp10-Feb-06 3:16 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
David Crow10-Feb-06 3:21
David Crow10-Feb-06 3:21 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
toxcct10-Feb-06 3:26
toxcct10-Feb-06 3:26 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 3:27
kk_vp10-Feb-06 3:27 
QuestionWindow in MDI Pin
Anu_Bala9-Feb-06 23:43
Anu_Bala9-Feb-06 23:43 
AnswerRe: Window in MDI Pin
_anil_9-Feb-06 23:53
_anil_9-Feb-06 23:53 
QuestionXmlCDataSection Pin
swaapu9-Feb-06 23:23
swaapu9-Feb-06 23:23 
AnswerRe: XmlCDataSection Pin
Blake Miller10-Feb-06 4:09
Blake Miller10-Feb-06 4:09 
QuestionAdding new window to SDI Application Pin
Anu_Bala9-Feb-06 23:16
Anu_Bala9-Feb-06 23:16 
QuestionA new window in SDI Pin
Anu_Bala9-Feb-06 23:09
Anu_Bala9-Feb-06 23:09 
AnswerRe: A new window in SDI Pin
Rage10-Feb-06 2:49
professionalRage10-Feb-06 2:49 
QuestionAutomation for MS word Pin
KongHL9-Feb-06 22:39
KongHL9-Feb-06 22:39 
Questionclass view of project work space is not showing all the classes Pin
BiswaR9-Feb-06 22:34
BiswaR9-Feb-06 22:34 

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.