<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Greetings,<BR>
<BR>
Is there a way to get a list of all available daily devotionals on the system (differentiating them from the Lexicon/dictionary category)? <BR>
I tried the following which returns the list of dictionaries and daily devotions together:<BR>
<BR>
<STRONG></STRONG> <BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399>for (it = pMgr->Modules.begin(); it != pMgr->Modules.end() ; it++) {<BR> </FONT></STRONG><BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399> pModule = it->second;<BR> <BR> if (!strcmp(pModule->Type(), "Lexicons / Dictionaries")) {</FONT></STRONG><BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399></FONT></STRONG> <BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399> // Load</FONT></STRONG><BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399>}</FONT></STRONG><BR>
<STRONG><FONT style="BACKGROUND-COLOR: #ffffff" color=#333399></FONT></STRONG> <BR>
<FONT style="BACKGROUND-COLOR: #ffffff" color=#000000>Thanks</FONT><BR><br /><hr />Need to know the score, the latest news, or you need your HotmailŪ-get your "fix". <a href='http://www.msnmobilefix.com/Default.aspx' target='_new'>Check it out.</a></body>
</html>