<rss version="2.0">
<channel>
<title>fr.comp.os.mswindows.programmation</title>
<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/</link>
<description>Posts for fr.comp.os.mswindows.programmation</description>
<lastBuildDate>Wed, 23 Jul 2008 02:40:13 PDT</lastBuildDate>
  <image>
    <title>http://www.nnseek.com/</title>
    <link>http://www.nnseek.com/</link>
    <url>http://www.nnseek.com/img/64.png</url>
    <width>64</width>
    <height>64</height>
    <description>NNSeek</description>
  </image>
<item>
	<title><![CDATA[Hook Clavier]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/hook_clavier_220560928t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/hook_clavier_220560928t.html</link>
	<description><![CDATA[Bonjour,<br><br>J'ai un clavier PS/2 et un pavé numérique USB.<br>Seulement il a été conçu comme pour un clavier américain.<br>C'est à dire que pour avoir les numéros du pavé numérique je dois <br>activer la majuscule de mon clavier.<br>En plus le . se transforme en /<br><br>Bref le but est donc de créer un hook qui intercepte le pavé mais pas le <br>clavier.<br><br>Si vous avez des questions ou si je n'ai pas été assez clair dîtes-le moi.<br><br>Merci d'avance,<br><br>Victor<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/hook_clavier_220560928t.html"><b>4</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/hook_clavier_220560928m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Wed, 23 Jul 2008 02:40:13 PDT</pubDate>
</item>
<item>
	<title><![CDATA[fenetre non redimensionnable dans une seule direction]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/fenetre_non_redimensionnable_dans_une_seule_direct_220483872t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/fenetre_non_redimensionnable_dans_une_seule_direct_220483872t.html</link>
	<description><![CDATA[<br>Pour rendre une fenêtre non redimensionnable, j'utilise WS_THICKFRAME. <br>Mais ceci rend la fenêtre non redimensionnable horizontalement et <br>verticalement. Or je désirerais aussi rendre la fenêtre non <br>redimensionnable  dans une des 2 directions seulement.<br><br>Est-ce possible (je dirais que oui, vu que la console n'est pas <br>redimensionnable horizontalement) ? Et si oui, comment ?<br><br>Merci<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/fenetre_non_redimensionnable_dans_une_seule_direct_220483872t.html"><b>1</b> Comment</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/fenetre_non_redimensionnable_dans_une_seule_direct_220483872m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 13:54:05 PDT</pubDate>
</item>
<item>
	<title><![CDATA[cliquer sur un bouton sans bouger la souris]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/cliquer_sur_un_bouton_sans_bouger_la_souris_220467744t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/cliquer_sur_un_bouton_sans_bouger_la_souris_220467744t.html</link>
	<description><![CDATA[Bonjour je suis nouveau sur cette newsgroup et à vrai dire c'est la toute <br>première fois que j'utilise une newsgroup "forum". C'est pourquoi il faudra <br>être compréhensif si je fais des boulettes (au début du moins).<br><br><br>Voici mon "problème":<br><br>J'ai fais un petit programme qui une fois lancé interagit avec un autre <br>programme (un programme commercial dont je n'ai pas le source) en cliquant <br>dessus à certains moments et à certains endroits (en fonction du bouton à <br>cliquer).<br><br>Cependant pour cliquer j'utilise une méthode qui doit très certainement <br>pouvoir être abandonnée: setcursorpos puis mouseevent... (en gros je déplace <br>et je clique).<br><br>j'aimerais savoir comment envoyé comme message à la fenêtre : "clique sur ce <br>bouton" ou "clique sur celui la..." sans avoir besoin de faire bouger la <br>souris.<br><br>Comment faut il ci prendre pour faire cela? (Hook???)<br>Quels sont les mots clés qu'il faut que j'étudie pour réussir cette <br>manipulation?<br><br><br>merci d'avance pour vos réponses et n'hésitez pas si j'utilise mal les <br>newsgroup (mauvais endroit de post, mauvaise manip...) <br><br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/cliquer_sur_un_bouton_sans_bouger_la_souris_220467744t.html"><b>1</b> Comment</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/cliquer_sur_un_bouton_sans_bouger_la_souris_220467744m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 12:06:47 PDT</pubDate>
</item>
<item>
	<title><![CDATA[[Visual C++] Probleme avec CString::Right()]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/visual_c_probleme_avec_cstring_right_220457248t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/visual_c_probleme_avec_cstring_right_220457248t.html</link>
	<description><![CDATA[Bonjour,<br><br>J'ai un problème avec la fonction CString::Right(), qui me retourne des<br>valeurs fantaisistes. Je suppose que c'est dû à un état particulier de<br>la CString, peut-être un buffer agrandi, mais je ne sais pas comment<br>résoudre le problème de façon propre.<br><br>Voici un bout de code minimal expliquant le problème. Dans ce code,<br>titleList est un CStringList (créé ailleurs), title et right sont des<br>CString.<br>--------------------------------------------------------<br>POSITION pos = titleList.GetHeadPosition();<br>title = titleList.GetNext(pos);<br>right = title.Right(10);<br>char *szTitle = (char *)(LPCTSTR)title;<br>title = szTitle;<br>right = title.Right(10);<br>--------------------------------------------------------<br><br>À la deuxième ligne du code ci-dessus, title lit sa valeur depuis<br>titleList, et vaut (par exemple) "Login - SeaMonkey".<br><br>À la troisième ligne, right est constitué de 10 Í : "ÍÍÍÍÍÍÍÍÍÍ".<br><br>Après le cast sauvage de title en char * puis de nouveau en CString,<br>à la sixième ligne right vaut enfin " SeaMonkey" comme il se doit.<br><br>Comment puis-je fair pour obtenir la bonne valeur d'une façon plus<br>civilisée que ce double transtypage ?<br><br>Cordialement,<br>-- <br>Olivier Miakinen<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/visual_c_probleme_avec_cstring_right_220457248t.html"><b>3</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/visual_c_probleme_avec_cstring_right_220457248m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 22 Jul 2008 10:48:21 PDT</pubDate>
</item>
<item>
	<title><![CDATA[rendre une partie de fenetre transparente et non la totalit&eacute; c++ windows]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/rendre_une_partie_de_fenetre_transparente_et_non_la_219701280t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/rendre_une_partie_de_fenetre_transparente_et_non_la_219701280t.html</link>
	<description><![CDATA[rendre une partie de fenetre transparente et non la totalité c++ windows<br><br>SetLayeredWindowAttributes permet de modifier la transparence de toute la <br>fenetre mais je cherche a modifier la transparence que d'une partie de la <br>fenetre<br><br>merci pour vos reponse et votre aide d'avance <br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/rendre_une_partie_de_fenetre_transparente_et_non_la_219701280t.html"><b>2</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/rendre_une_partie_de_fenetre_transparente_et_non_la_219701280m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Sun, 20 Jul 2008 03:29:04 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Player MP3 dans un thread]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/player_mp3_dans_un_thread_219291424t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/player_mp3_dans_un_thread_219291424t.html</link>
	<description><![CDATA[Bonjour,<br><br>Je développe une application en C++/MFC avec VC6 qui comprend un petit <br>player MP3. Pour éviter les problèmes, j'ai créé une fonction de <br>lecture que je lance avec un thread (CWinThread). Or j'observe que de <br>temps en temps, la musique s'interrompt (apparemment parce que Windows <br>récupère "la main" pour ses propres threads, ou ceux des autres <br>applications).  Le son ensuite est "haché" car apparemment Windows <br>n'attribue que peu de temps à mon thread à chaque fois ... La seule <br>solution pour que la musique reprenne, c'est de cliquer une fois sur la <br>fenêtre de mon application ... Mais au bout de quelques secondes, le <br>problème reprend.<br><br>Existe t-il un moyen de paramétrer un thread contenant un lecteur MP3 <br>pour que la musique soit audible et jouée en continu, malgré la gestion <br>de threads de Windows ?<br><br>Pour info, j'ai paramétré mon thread avec la priorité <br>THREAD_PRIORITY_IDLE<br>mais même avec d'autres valeurs (THREAD_PRIORITY_BELOW_NORMAL ou <br>THREAD_PRIORITY_ABOVE_NORMAL) le problème reste à peu près similaire <br>...<br><br>Merci de vos conseils.<br><br>-- <br>Pourquoi le jus de citron est fait de saveurs artificielles et le <br>liquide vaisselle se vante d'être composé entre autres de vrais citrons <br>?<br><br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/player_mp3_dans_un_thread_219291424t.html"><b>3</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/player_mp3_dans_un_thread_219291424m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Sat, 19 Jul 2008 14:02:38 PDT</pubDate>
</item>
<item>
	<title><![CDATA[remplacer WinMain()  par main()]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/remplacer_winmain_par_main_218168608t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/remplacer_winmain_par_main_218168608t.html</link>
	<description><![CDATA[Bonours, je voudrai créer une petite lib statique qui permet de remplacer <br>WinMain() par main() comme le fait QT, SDL et SFML  mais je ne réussis pas.<br><br>ps : j'utilise gcc <br><br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/remplacer_winmain_par_main_218168608t.html"><b>1</b> Comment</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/remplacer_winmain_par_main_218168608m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Mon, 14 Jul 2008 09:37:02 PDT</pubDate>
</item>
<item>
	<title><![CDATA[icones: creation et lecture de fichiers d'icones]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/icones_creation_et_lecture_de_fichiers_d_icones_216272928t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/icones_creation_et_lecture_de_fichiers_d_icones_216272928t.html</link>
	<description><![CDATA[J'aimerais avoir des renseignements sur la creation de fichier d'icones (au <br>format PE (une DLL, par exemple), pas ICL), et leur lecture.<br><br>1) Pour une telle creation, il me semble qu'il faut creer un fichier de <br>ressource, puis de creer une DLL a partir de celui-ci<br><br>Supposons que j'ai 300 icones au format png. i001.png, ... i300.png. Avec <br>mon editeur de texte, quel doit etre le contenu du fichier icones.rc pour <br>pouvoir creer la DLL. Et deja, est-ce possible avec des fichiers au format <br>png, ou bien faut-il que je les convertisses au format ico ?<br><br>Y a-t-il une autre solution que de creer un fichier ressource ? (en <br>utilisant l'api win32, par exemple)<br><br>2) Une fois cette DLL creee, comment utiliser l'API win32 pour recuperer <br>ces icones ?<br><br>merci<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/icones_creation_et_lecture_de_fichiers_d_icones_216272928t.html"><b>2</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/icones_creation_et_lecture_de_fichiers_d_icones_216272928m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Wed, 09 Jul 2008 01:54:59 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Ecole D'informatique?!]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/ecole_d_informatique_214574880t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/ecole_d_informatique_214574880t.html</link>
	<description><![CDATA[Bonsoir, à la rentré scolaire de 2008/2009 je vais rentré en classe de Terminale Si option Physique/Chimie. <br>Aprés mon bac j'aimerai partir dans une école dédiée à la programmation(de logiciel, de microcontrolleur etc ..).<br><br>Le problème étant que lorsque je fais des recherches sur internet je tombe souvent sur des écoles privées(qui envoi généralement des brochures plutot convainquantes) mais j'arrive avec grande peine à trouver des écoles publiques.<br>Ce que j'aimerai c'est que des personnes qui sont scolarisé dans différentes écoles d'informatique me donne une idée de leur formation(basé sur leurs témoignages ^^) mais aussi les PLUS d'une école privé ainsi que les MOINS, même chose pour ceux qui sont en école publique.<br>Ou tout simplement si vous avez divers appréciations sur différentes écoles.<br><br>SUPINFO, EPITECH etc est-ce de bonnes écoles? Vallent elles le coup de payée sa scolarité à ces tarifs?<br><br>Merci de vos renseignements.<br><br>La Biode.<br><br><br>--------------=  Posted using GrabIt  =----------------<br>------=  Binary Usenet downloading made easy =---------<br>-=  Get GrabIt for free from <a href="http://www.shemes.com" rel="nofollow" class="url" target="_blank">http://www.shemes.com</a>/  =-<br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/ecole_d_informatique_214574880t.html"><b>2</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/ecole_d_informatique_214574880m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Thu, 03 Jul 2008 13:36:14 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Afficher panneau de controle des imprimantes]]></title>
	<guid>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/afficher_panneau_de_controle_des_imprimantes_214402336t.html</guid>
	<link>http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/afficher_panneau_de_controle_des_imprimantes_214402336t.html</link>
	<description><![CDATA[Bonjour,<br><br>Je cherche à afficher par programme le Panneau de Configuration de mon <br>ordinateur (Windows XP) correspondant aux imprimantes.<br><br>On trouve un peu partout sur le web (voir <br><a href="http://chagdali.free.fr/dcs/RunDll.htm" rel="nofollow" class="url" target="_blank">http://chagdali.free.fr/dcs/RunDll.htm</a> par exemple) une info comme quoi <br>il suffit de taper :<br><br>rundll32.exe shell32.dll,Control_RunDLL main.cpl @2<br>(à tester par exemple dans Démarrer ==> Exécuter sous Windows XP)<br><br>mais j'ai beau faire le test, je n'obtiens aucun affichage (je suis <br>sous Win XP Professionnel sans SP).<br><br>Alors que si j'essaye :<br>rundll32.exe shell32.dll,Control_RunDLL main.cpl @1<br>par exemple, j'obtiens bien les propriétés du clavier ...<br><br>Quelqu'un peut-il me dire pourquoi je n'arrive pas à afficher le <br>panneau de controle des imprimantes, et si possible, comment l'afficher <br>?<br><br>Merci de votre aide !<br><br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/">fr.comp.os.mswindows.programmation</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/afficher_panneau_de_controle_des_imprimantes_214402336t.html"><b>5</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/fr.comp.os.mswindows.programmation/afficher_panneau_de_controle_des_imprimantes_214402336m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Wed, 02 Jul 2008 14:29:34 PDT</pubDate>
</item>
</channel>
</rss>