Click here to Skip to main content
15,892,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HKEY_CURRENT_USER\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\ logon User Name cannot access from system process Pin
vicky0000031-Dec-07 18:49
vicky0000031-Dec-07 18:49 
GeneralRe: HKEY_CURRENT_USER\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\ logon User Name cannot access from system process Pin
Mark Salsbery2-Jan-08 8:05
Mark Salsbery2-Jan-08 8:05 
QuestionSkipping data with fscanf? Pin
José Luis Sogorb27-Dec-07 23:34
José Luis Sogorb27-Dec-07 23:34 
AnswerRe: Skipping data with fscanf? Pin
CPallini27-Dec-07 23:54
mveCPallini27-Dec-07 23:54 
GeneralRe: Skipping data with fscanf? Pin
José Luis Sogorb28-Dec-07 0:42
José Luis Sogorb28-Dec-07 0:42 
GeneralRe: Skipping data with fscanf? Pin
CPallini28-Dec-07 0:56
mveCPallini28-Dec-07 0:56 
AnswerRe: Skipping data with fscanf? Pin
David Crow28-Dec-07 2:36
David Crow28-Dec-07 2:36 
GeneralLoadBitmap failed Pin
hanlei000000000927-Dec-07 23:04
hanlei000000000927-Dec-07 23:04 
<br />
for (int i=0; i<1000; i++)<br />
{<br />
if(FALSE == LoadBitmap(AfxGetApp()->m_hInstance,MAKEINTRESOURCE(IDB_BITMAP)))<br />
  {<br />
    AfxMessageBox("error");<br />
  }	<br />
<br />
}<br />


these code would error when i around six hundred, maybe 632, may be 654...

why?Confused | :confused:
GeneralRe: LoadBitmap failed Pin
CPallini27-Dec-07 23:27
mveCPallini27-Dec-07 23:27 
GeneralI got the reason: add DeleteObject after LoadBitmap Pin
hanlei000000000927-Dec-07 23:37
hanlei000000000927-Dec-07 23:37 
QuestionRe: LoadBitmap failed Pin
David Crow28-Dec-07 2:38
David Crow28-Dec-07 2:38 
GeneralRe: LoadBitmap failed Pin
Hamid_RT28-Dec-07 4:59
Hamid_RT28-Dec-07 4:59 
Generalfull window to be shown Pin
guru moorthy.k27-Dec-07 23:00
guru moorthy.k27-Dec-07 23:00 
GeneralRe: full window to be shown Pin
Wilson Zhang28-Dec-07 19:42
Wilson Zhang28-Dec-07 19:42 
GeneralMSDN volatile sample Pin
George_George27-Dec-07 21:51
George_George27-Dec-07 21:51 
GeneralRe: MSDN volatile sample Pin
«_Superman_»27-Dec-07 22:51
professional«_Superman_»27-Dec-07 22:51 
GeneralRe: MSDN volatile sample Pin
George_George27-Dec-07 23:48
George_George27-Dec-07 23:48 
GeneralRe: MSDN volatile sample Pin
Maxwell Chen27-Dec-07 23:01
Maxwell Chen27-Dec-07 23:01 
GeneralRe: MSDN volatile sample Pin
George_George27-Dec-07 23:47
George_George27-Dec-07 23:47 
GeneralRe: MSDN volatile sample Pin
Maxwell Chen28-Dec-07 1:48
Maxwell Chen28-Dec-07 1:48 
GeneralRe: MSDN volatile sample Pin
George_George28-Dec-07 2:09
George_George28-Dec-07 2:09 
GeneralRe: MSDN volatile sample Pin
CPallini28-Dec-07 2:22
mveCPallini28-Dec-07 2:22 
GeneralRe: MSDN volatile sample Pin
George_George28-Dec-07 2:31
George_George28-Dec-07 2:31 
GeneralYes. Pin
CPallini28-Dec-07 2:41
mveCPallini28-Dec-07 2:41 
GeneralRe: Yes. Pin
George_George28-Dec-07 2:57
George_George28-Dec-07 2:57 

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.