Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why do I get warning C4748? Pin
Maximilien23-Sep-10 4:43
Maximilien23-Sep-10 4:43 
GeneralRe: Why do I get warning C4748? Pin
Stefan_Lang23-Sep-10 4:34
Stefan_Lang23-Sep-10 4:34 
GeneralRe: Why do I get warning C4748? Pin
Luc Pattyn23-Sep-10 4:48
sitebuilderLuc Pattyn23-Sep-10 4:48 
GeneralRe: Why do I get warning C4748? Pin
Stefan_Lang23-Sep-10 6:55
Stefan_Lang23-Sep-10 6:55 
GeneralRe: Why do I get warning C4748? Pin
Luc Pattyn23-Sep-10 7:16
sitebuilderLuc Pattyn23-Sep-10 7:16 
AnswerRe: Why do I get warning C4748? [modified] Pin
Stefan_Lang23-Sep-10 23:03
Stefan_Lang23-Sep-10 23:03 
QuestionArray traversal Pin
T.RATHA KRISHNAN23-Sep-10 1:31
T.RATHA KRISHNAN23-Sep-10 1:31 
AnswerRe: Array traversal Pin
_AnsHUMAN_ 23-Sep-10 2:02
_AnsHUMAN_ 23-Sep-10 2:02 
Traverse array with static boxes from top to bottom and use another variable to get the values from the second array.
Ex: NO_OF_ELEMENTS is the number of elements you have in the arrays and number should be the same for both the arrays
<br />
for (i=0;i < NO_OF_ELEMENTS;i++)<br />
{<br />
     // And do something like<br />
     //m_stArray[NO_OF_ELEMENTS-i].SetWindowText (m_strArray[i]);<br />
}<br />

I am a HUMAN. I have that keyword (??? too much) in my name........
Wink | ;-) _AnsHUMAN_b>

GeneralRe: Array traversal Pin
Emilio Garavaglia23-Sep-10 4:11
Emilio Garavaglia23-Sep-10 4:11 
GeneralRe: Array traversal Pin
Niklas L23-Sep-10 21:04
Niklas L23-Sep-10 21:04 
AnswerRe: Array traversal Pin
KarstenK23-Sep-10 3:11
mveKarstenK23-Sep-10 3:11 
QuestionRemove Features/components from Windows 7 [modified] Pin
Aabid22-Sep-10 23:13
Aabid22-Sep-10 23:13 
AnswerRe: Remove Features/components from Windows 7 Pin
Maximilien23-Sep-10 0:51
Maximilien23-Sep-10 0:51 
GeneralRe: Remove Features/components from Windows 7 Pin
Aabid23-Sep-10 1:04
Aabid23-Sep-10 1:04 
QuestionView Pin
john563222-Sep-10 21:52
john563222-Sep-10 21:52 
AnswerRe: View [modified] Pin
mesajflaviu22-Sep-10 22:15
mesajflaviu22-Sep-10 22:15 
QuestionDrawing Pin
Benjamin Bruno22-Sep-10 7:29
Benjamin Bruno22-Sep-10 7:29 
QuestionRe: Drawing Pin
David Crow22-Sep-10 8:06
David Crow22-Sep-10 8:06 
AnswerRe: Drawing Pin
sharp prospector23-Sep-10 4:14
sharp prospector23-Sep-10 4:14 
QuestionCListCtrl Border Pin
john563222-Sep-10 6:50
john563222-Sep-10 6:50 
AnswerRe: CListCtrl Border Pin
Maximilien22-Sep-10 8:46
Maximilien22-Sep-10 8:46 
GeneralRe: CListCtrl Border Pin
john563222-Sep-10 22:42
john563222-Sep-10 22:42 
AnswerRe: CListCtrl Border Pin
Rolf Kristensen23-Sep-10 0:49
Rolf Kristensen23-Sep-10 0:49 
GeneralRe: CListCtrl Border Pin
john563223-Sep-10 4:17
john563223-Sep-10 4:17 
QuestionReason for UAC prompt , porting for Win7 Pin
Moak22-Sep-10 6:14
Moak22-Sep-10 6:14 

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.