[MFC]List Control : problème d'affichage
Bonjour,
J'ai un problème lorsque je souhaite créer un objet de type List Control :(
Je commence par créer une application MFC avec comme classe de base CFormView. J'ajoute sur la form un objet List Control avec la propriété View fixé à Report puis je compile et j'éxécute :
http://membres.lycos.fr/gege2061/dvp_com/app.png
alors que l'apperçue de la form donne ceci :
http://membres.lycos.fr/gege2061/dvp_com/form.png
Et voici les messages que j'obtien à l'exécution :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFC42D.DLL'
Loaded symbols for 'C:\WINDOWS\system32\MSVCRTD.DLL'
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFCO42D.DLL'
Loaded 'C:\WINDOWS\system32\mfc42loc.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
The thread 0x304 has exited with code 0 (0x0).
The program '...\becheur.exe' has exited with code 0 (0x0). |
Qu'est ce que j'ai mal fait :?:
J'utilise Visual C++ 6.0 fraichement installé.