Accueil > > > STATISTIQUES MIRC SIMPLES, FAIT DES STATS DES OPS, DEOPS, VOICES, DEVOICES QUE VOUS FAITE OU QUE VOUS SUBISSEZ
STATISTIQUES MIRC SIMPLES, FAIT DES STATS DES OPS, DEOPS, VOICES, DEVOICES QUE VOUS FAITE OU QUE VOUS SUBISSEZ
Information sur la source
Description
Petite boîte de dialogue qui enregistres les statistiques de se que se passe sous votre mIRC
-Alors il est pas génial c la première dialogue que j'ai faite (bah oui tout le monde apprend a scripter un jour ou l'autre lol ;) )
Source
- dialog Stats {
- title "Statistiques"
- size -1 -1 180 197
- option dbu
- box "Ops/deops", 4, 4 3 89 72
- text "Tu a été op", 5, 7 13 28 8
- edit "", 6, 36 13 24 10, read
- text "fois.", 7, 60 14 10 8
- text "Tu a op", 8, 7 23 21 8
- edit "", 9, 29 22 24 10, read
- text "personnes.", 10, 53 23 26 8
- box "", 11, 4 33 88 4
- text "Tu a été deop", 12, 7 39 34 8
- edit "", 13, 42 38 24 10, read
- text "fois.", 14, 66 39 10 8
- text "Tu a deop", 15, 8 48 25 8
- edit "", 16, 33 47 24 10, read
- text "personnes.", 17, 57 48 26 8
- box "", 18, 4 58 88 4
- button "Effacer les stats", 19, 7 64 82 8
- box "Voices/devoices", 20, 4 76 89 72
- text "Tu a été voice", 21, 7 88 35 8
- edit "", 22, 42 87 24 10, read
- text "fois.", 23, 66 88 10 8
- text "Tu a voice", 24, 7 97 26 8,
- edit "", 25, 33 96 24 10, read
- text "personnes.", 26, 57 97 26 8
- box "", 27, 4 107 89 4
- text "Tu a été devoice", 28, 8 113 41 8
- edit "", 29, 49 112 24 10, read
- text "fois.", 30, 73 113 10 8
- text "Tu a devoice", 31, 8 122 32 8
- edit "", 32, 40 121 24 10, read
- text "personnes.", 33, 64 122 26 8
- box "", 34, 4 131 88 4
- button "Effacer les stats", 35, 7 137 82 8
- box "Kicks", 36, 4 151 89 45
- text "Tu a été kick", 37, 7 160 32 8
- edit "", 38, 39 159 24 10, read
- text "fois.", 39, 63 160 10 8
- text "Tu a kick", 40, 7 169 23 8
- edit "", 41, 30 168 24 10, read
- text "personnes.", 42, 54 169 26 8
- box "", 43, 4 178 89 4
- button "Effacer les stats", 44, 7 184 82 8
- button "Afficher les stats", 45, 112 180 44 12
- radio "Sur le salon en cour", 46, 102 161 59 10, group
- radio "Sur", 47, 102 151 20 10
- edit "#", 48, 123 151 50 10
- radio "Sur tout les salons en cour", 49, 102 142 74 10
- radio "En /ame", 50, 101 82 50 10, group
- radio "En /amsg", 51, 101 92 50 10
- box "Afficher les stats...", 52, 95 76 82 120
- menu "Fichier", 2
- item "Fermer", 3, 2, ok
- }
- on *:DIALOG:stats:*:*:{
- if ( $devent == init ) {
- /did -a stats 6 $ps.tuaeteop.fois
- /did -a stats 9 $ps.tuaop.fois
- /did -a stats 13 $ps.tuaetedeop.fois
- /did -a stats 16 $ps.tuadeop.fois
- /did -a stats 22 $ps.tuaetevoice.fois
- /did -a stats 25 $ps.tuavoice.fois
- /did -a stats 29 $ps.tuaetedevoice.fois
- /did -a stats 32 $ps.tuadevoice.fois
- /did -a stats 38 $ps.tuaetekick.fois
- /did -a stats 41 $ps.tuakick.fois
- if ( $ps.selsalon == on ) { /did -c stats 47 | /did -b stats 50 | /did -b stats 51 | if ( $ps.amsg == on ) { /did -c stats 51 } | else { /did -c stats 50 } }
- elseif ( $ps.toutsalon == on ) { /did -c stats 49 | if ( $ps.amsg == on ) { /did -c stats 51 } | else { /did -c stats 50 } }
- else { /did -c stats 46 | /did -b stats 50 | /did -b stats 51 | if ( $ps.amsg == on ) { /did -c stats 51 } | else { /did -c stats 50 } }
- }
- if ( $devent == sclick ) {
- if ( $did == 19 ) {
- /did -ra stats 6 0
- /did -ra stats 9 0
- /did -ra stats 13 0
- /did -ra stats 16 0
- alias ps.tuaeteop.fois return 0
- alias ps.tuaop.fois return 0
- alias ps.tuaetedeop.fois return 0
- alias ps.tuadeop.fois return 0
- }
- if ( $did == 35 ) {
- /did -ra stats 22 0
- /did -ra stats 25 0
- /did -ra stats 29 0
- /did -ra stats 32 0
- alias ps.tuaetevoice.fois return 0
- alias ps.tuavoice.fois return 0
- alias ps.tuaetedevoice.fois return 0
- alias ps.tuadevoice.fois return 0
- }
- if ( $did == 44 ) {
- /did -ra stats 38 0
- /did -ra stats 41 0
- alias ps.tuaetekick.fois return 0
- alias ps.tuakick.fois return 0
- }
- if ( $did == 49 ) {
- alias ps.toutsalon return on
- alias ps.selsalon return off
- alias ps.salonactif return off
- /did -e stats 50
- /did -e stats 51
- }
- if ( $did == 47 ) {
- alias ps.toutsalon return off
- alias ps.selsalon return on
- alias ps.salonactif return off
- /did -b stats 50
- /did -b stats 51
- }
- if ( $did == 46 ) {
- alias ps.toutsalon return off
- alias ps.selsalon return off
- alias ps.salonactif return on
- /did -b stats 50
- /did -b stats 51
- }
- if ( $did == 51 ) alias ps.amsg return on
- if ( $did == 50 ) alias ps.amsg return off
- if ( $did == 45 ) {
- if ( $ps.toutsalon == on ) && ( $ps.amsg == on ) {
- /amsg J'ai été 4(+@)op $ps.tuaeteop.fois $+ fois, j'ai été 4(-@)deop $ps.tuaetedeop.fois $+ fois, j'ai 7(+@)op $ps.tuaop.fois $+ personnes, j'ai 7(-@)deop $ps.tuadeop.fois $+ personnes, 9j'ai été (+v)voice $ps.tuaetevoice.fois $+ fois, j'ai été 9(-v)devoice $ps.tuaetedevoice.fois $+ fois, j'ai 9(+v)voice $ps.tuavoice.fois $+ personnes, j'ai 9(-v)devoice $ps.tuadevoice.fois $+ personnes, j'ai 5été kicker $ps.tuaetekick.fois $+ fois , j'ai 5kicker $ps.tuakick.fois $+ personnes. }
- elseif ( $ps.toutsalon == on ) && ( $ps.amsg != on ) {
- /ame a été 4(+@)op $ps.tuaeteop.fois $+ fois, a été 4(-@)deop $ps.tuaetedeop.fois $+ fois, j'ai 7(+@)op $ps.tuaop.fois $+ personnes, a 7(-@)deop $ps.tuadeop.fois $+ personnes, a été 9(+v)voice $ps.tuaetevoice.fois $+ fois, a été 9(-v)devoice $ps.tuaetedevoice.fois $+ fois, a 9(+v)voice $ps.tuavoice.fois $+ personnes, a 9(-v)devoice $ps.tuadevoice.fois $+ personnes, a 5été kicker $ps.tuaetekick.fois $+ fois , a 5kicker $ps.tuakick.fois $+ personnes. }
- elseif ( $ps.selsalon == on ) { /msg $did(stats,48) J'ai été 4(+@)op $ps.tuaeteop.fois $+ fois, j'ai été 4(-@)deop $ps.tuaetedeop.fois $+ fois, j'ai 7(+@)op $ps.tuaop.fois $+ personnes, j'ai 7(-@)deop $ps.tuadeop.fois $+ personnes, 9j'ai été (+v)voice $ps.tuaetevoice.fois $+ fois, j'ai été 9(-v)devoice $ps.tuaetedevoice.fois $+ fois, j'ai 9(+v)voice $ps.tuavoice.fois $+ personnes, j'ai 9(-v)devoice $ps.tuadevoice.fois $+ personnes, j'ai 5été kicker $ps.tuaetekick.fois $+ fois , j'ai 5kicker $ps.tuakick.fois $+ personnes. }
- else { /msg $active J'ai été 4(+@)op $ps.tuaeteop.fois $+ fois, j'ai été 4(-@)deop $ps.tuaetedeop.fois $+ fois, j'ai 7(+@)op $ps.tuaop.fois $+ personnes, j'ai 7(-@)deop $ps.tuadeop.fois $+ personnes, 9j'ai été (+v)voice $ps.tuaetevoice.fois $+ fois, j'ai été 9(-v)devoice $ps.tuaetedevoice.fois $+ fois, j'ai 9(+v)voice $ps.tuavoice.fois $+ personnes, j'ai 9(-v)devoice $ps.tuadevoice.fois $+ personnes, j'ai 5été kicker $ps.tuaetekick.fois $+ fois , j'ai 5kicker $ps.tuakick.fois $+ personnes. }
- }
- }
- }
- on *:op:*:{
- if ( $opnick == $me ) { alias ps.tuaeteop.fois return $calc($ps.tuaeteop.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 6 $calc($did(stats,6) + 1) } }
- if ( $nick == $me ) { alias ps.tuaop.fois return $calc($ps.tuaop.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 9 $calc($did(stats,9) + 1) } }
- }
- on *:deop:*:{
- if ( $opnick == $me ) { alias ps.tuaetedeop.fois return $calc($ps.tuaeteop.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 13 $calc($did(stats,13) + 1) } }
- if ( $nick == $me ) { alias ps.tuadeop.fois return $calc($ps.tuadeop.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 16 $calc($did(stats,16) + 1) } }
- }
- on *:voice:*:{
- if ( $vnick == $me ) { alias ps.tuaetevoice.fois return $calc($ps.tuaetevoice.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 22 $calc($did(stats,22) + 1) } }
- if ( $nick == $me ) { alias ps.tuavoice.fois return $calc($ps.tuavoice.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 25 $calc($did(stats,25) + 1) } }
- }
- on *:devoice:*:{
- if ( $vnick == $me ) { alias ps.tuaetedevoice.fois return $calc($ps.tuaetedevoice.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 29 $calc($did(stats,29) + 1) } }
- if ( $nick == $me ) { alias ps.tuadevoice.fois return $calc($ps.tuadevoice.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 32 $calc($did(stats,32) + 1) } }
- }
- on *:kick:*:{
- if ( $knick == $me ) { alias ps.tuaetekick.fois return $calc($ps.tuaetekick.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 38 $calc($did(stats,38) + 1) } }
- if ( $nick == $me ) { alias ps.tuakick.fois return $calc($ps.tuakick.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 41 $calc($did(stats,41) + 1) } }
- }
-
dialog Stats {
title "Statistiques"
size -1 -1 180 197
option dbu
box "Ops/deops", 4, 4 3 89 72
text "Tu a été op", 5, 7 13 28 8
edit "", 6, 36 13 24 10, read
text "fois.", 7, 60 14 10 8
text "Tu a op", 8, 7 23 21 8
edit "", 9, 29 22 24 10, read
text "personnes.", 10, 53 23 26 8
box "", 11, 4 33 88 4
text "Tu a été deop", 12, 7 39 34 8
edit "", 13, 42 38 24 10, read
text "fois.", 14, 66 39 10 8
text "Tu a deop", 15, 8 48 25 8
edit "", 16, 33 47 24 10, read
text "personnes.", 17, 57 48 26 8
box "", 18, 4 58 88 4
button "Effacer les stats", 19, 7 64 82 8
box "Voices/devoices", 20, 4 76 89 72
text "Tu a été voice", 21, 7 88 35 8
edit "", 22, 42 87 24 10, read
text "fois.", 23, 66 88 10 8
text "Tu a voice", 24, 7 97 26 8,
edit "", 25, 33 96 24 10, read
text "personnes.", 26, 57 97 26 8
box "", 27, 4 107 89 4
text "Tu a été devoice", 28, 8 113 41 8
edit "", 29, 49 112 24 10, read
text "fois.", 30, 73 113 10 8
text "Tu a devoice", 31, 8 122 32 8
edit "", 32, 40 121 24 10, read
text "personnes.", 33, 64 122 26 8
box "", 34, 4 131 88 4
button "Effacer les stats", 35, 7 137 82 8
box "Kicks", 36, 4 151 89 45
text "Tu a été kick", 37, 7 160 32 8
edit "", 38, 39 159 24 10, read
text "fois.", 39, 63 160 10 8
text "Tu a kick", 40, 7 169 23 8
edit "", 41, 30 168 24 10, read
text "personnes.", 42, 54 169 26 8
box "", 43, 4 178 89 4
button "Effacer les stats", 44, 7 184 82 8
button "Afficher les stats", 45, 112 180 44 12
radio "Sur le salon en cour", 46, 102 161 59 10, group
radio "Sur", 47, 102 151 20 10
edit "#", 48, 123 151 50 10
radio "Sur tout les salons en cour", 49, 102 142 74 10
radio "En /ame", 50, 101 82 50 10, group
radio "En /amsg", 51, 101 92 50 10
box "Afficher les stats...", 52, 95 76 82 120
menu "Fichier", 2
item "Fermer", 3, 2, ok
}
on *:DIALOG:stats:*:*:{
if ( $devent == init ) {
/did -a stats 6 $ps.tuaeteop.fois
/did -a stats 9 $ps.tuaop.fois
/did -a stats 13 $ps.tuaetedeop.fois
/did -a stats 16 $ps.tuadeop.fois
/did -a stats 22 $ps.tuaetevoice.fois
/did -a stats 25 $ps.tuavoice.fois
/did -a stats 29 $ps.tuaetedevoice.fois
/did -a stats 32 $ps.tuadevoice.fois
/did -a stats 38 $ps.tuaetekick.fois
/did -a stats 41 $ps.tuakick.fois
if ( $ps.selsalon == on ) { /did -c stats 47 | /did -b stats 50 | /did -b stats 51 | if ( $ps.amsg == on ) { /did -c stats 51 } | else { /did -c stats 50 } }
elseif ( $ps.toutsalon == on ) { /did -c stats 49 | if ( $ps.amsg == on ) { /did -c stats 51 } | else { /did -c stats 50 } }
else { /did -c stats 46 | /did -b stats 50 | /did -b stats 51 | if ( $ps.amsg == on ) { /did -c stats 51 } | else { /did -c stats 50 } }
}
if ( $devent == sclick ) {
if ( $did == 19 ) {
/did -ra stats 6 0
/did -ra stats 9 0
/did -ra stats 13 0
/did -ra stats 16 0
alias ps.tuaeteop.fois return 0
alias ps.tuaop.fois return 0
alias ps.tuaetedeop.fois return 0
alias ps.tuadeop.fois return 0
}
if ( $did == 35 ) {
/did -ra stats 22 0
/did -ra stats 25 0
/did -ra stats 29 0
/did -ra stats 32 0
alias ps.tuaetevoice.fois return 0
alias ps.tuavoice.fois return 0
alias ps.tuaetedevoice.fois return 0
alias ps.tuadevoice.fois return 0
}
if ( $did == 44 ) {
/did -ra stats 38 0
/did -ra stats 41 0
alias ps.tuaetekick.fois return 0
alias ps.tuakick.fois return 0
}
if ( $did == 49 ) {
alias ps.toutsalon return on
alias ps.selsalon return off
alias ps.salonactif return off
/did -e stats 50
/did -e stats 51
}
if ( $did == 47 ) {
alias ps.toutsalon return off
alias ps.selsalon return on
alias ps.salonactif return off
/did -b stats 50
/did -b stats 51
}
if ( $did == 46 ) {
alias ps.toutsalon return off
alias ps.selsalon return off
alias ps.salonactif return on
/did -b stats 50
/did -b stats 51
}
if ( $did == 51 ) alias ps.amsg return on
if ( $did == 50 ) alias ps.amsg return off
if ( $did == 45 ) {
if ( $ps.toutsalon == on ) && ( $ps.amsg == on ) {
/amsg J'ai été 4(+@)op $ps.tuaeteop.fois $+ fois, j'ai été 4(-@)deop $ps.tuaetedeop.fois $+ fois, j'ai 7(+@)op $ps.tuaop.fois $+ personnes, j'ai 7(-@)deop $ps.tuadeop.fois $+ personnes, 9j'ai été (+v)voice $ps.tuaetevoice.fois $+ fois, j'ai été 9(-v)devoice $ps.tuaetedevoice.fois $+ fois, j'ai 9(+v)voice $ps.tuavoice.fois $+ personnes, j'ai 9(-v)devoice $ps.tuadevoice.fois $+ personnes, j'ai 5été kicker $ps.tuaetekick.fois $+ fois , j'ai 5kicker $ps.tuakick.fois $+ personnes. }
elseif ( $ps.toutsalon == on ) && ( $ps.amsg != on ) {
/ame a été 4(+@)op $ps.tuaeteop.fois $+ fois, a été 4(-@)deop $ps.tuaetedeop.fois $+ fois, j'ai 7(+@)op $ps.tuaop.fois $+ personnes, a 7(-@)deop $ps.tuadeop.fois $+ personnes, a été 9(+v)voice $ps.tuaetevoice.fois $+ fois, a été 9(-v)devoice $ps.tuaetedevoice.fois $+ fois, a 9(+v)voice $ps.tuavoice.fois $+ personnes, a 9(-v)devoice $ps.tuadevoice.fois $+ personnes, a 5été kicker $ps.tuaetekick.fois $+ fois , a 5kicker $ps.tuakick.fois $+ personnes. }
elseif ( $ps.selsalon == on ) { /msg $did(stats,48) J'ai été 4(+@)op $ps.tuaeteop.fois $+ fois, j'ai été 4(-@)deop $ps.tuaetedeop.fois $+ fois, j'ai 7(+@)op $ps.tuaop.fois $+ personnes, j'ai 7(-@)deop $ps.tuadeop.fois $+ personnes, 9j'ai été (+v)voice $ps.tuaetevoice.fois $+ fois, j'ai été 9(-v)devoice $ps.tuaetedevoice.fois $+ fois, j'ai 9(+v)voice $ps.tuavoice.fois $+ personnes, j'ai 9(-v)devoice $ps.tuadevoice.fois $+ personnes, j'ai 5été kicker $ps.tuaetekick.fois $+ fois , j'ai 5kicker $ps.tuakick.fois $+ personnes. }
else { /msg $active J'ai été 4(+@)op $ps.tuaeteop.fois $+ fois, j'ai été 4(-@)deop $ps.tuaetedeop.fois $+ fois, j'ai 7(+@)op $ps.tuaop.fois $+ personnes, j'ai 7(-@)deop $ps.tuadeop.fois $+ personnes, 9j'ai été (+v)voice $ps.tuaetevoice.fois $+ fois, j'ai été 9(-v)devoice $ps.tuaetedevoice.fois $+ fois, j'ai 9(+v)voice $ps.tuavoice.fois $+ personnes, j'ai 9(-v)devoice $ps.tuadevoice.fois $+ personnes, j'ai 5été kicker $ps.tuaetekick.fois $+ fois , j'ai 5kicker $ps.tuakick.fois $+ personnes. }
}
}
}
on *:op:*:{
if ( $opnick == $me ) { alias ps.tuaeteop.fois return $calc($ps.tuaeteop.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 6 $calc($did(stats,6) + 1) } }
if ( $nick == $me ) { alias ps.tuaop.fois return $calc($ps.tuaop.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 9 $calc($did(stats,9) + 1) } }
}
on *:deop:*:{
if ( $opnick == $me ) { alias ps.tuaetedeop.fois return $calc($ps.tuaeteop.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 13 $calc($did(stats,13) + 1) } }
if ( $nick == $me ) { alias ps.tuadeop.fois return $calc($ps.tuadeop.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 16 $calc($did(stats,16) + 1) } }
}
on *:voice:*:{
if ( $vnick == $me ) { alias ps.tuaetevoice.fois return $calc($ps.tuaetevoice.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 22 $calc($did(stats,22) + 1) } }
if ( $nick == $me ) { alias ps.tuavoice.fois return $calc($ps.tuavoice.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 25 $calc($did(stats,25) + 1) } }
}
on *:devoice:*:{
if ( $vnick == $me ) { alias ps.tuaetedevoice.fois return $calc($ps.tuaetedevoice.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 29 $calc($did(stats,29) + 1) } }
if ( $nick == $me ) { alias ps.tuadevoice.fois return $calc($ps.tuadevoice.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 32 $calc($did(stats,32) + 1) } }
}
on *:kick:*:{
if ( $knick == $me ) { alias ps.tuaetekick.fois return $calc($ps.tuaetekick.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 38 $calc($did(stats,38) + 1) } }
if ( $nick == $me ) { alias ps.tuakick.fois return $calc($ps.tuakick.fois + 1) | if ( $dialog(stats).title != $null ) { /did -ra stats 41 $calc($did(stats,41) + 1) } }
}
Conclusion
En faite pour démarer la dialogue, il suffit de tapper /dialog -m stats stats .
Sinon vous pouvez faire une alias pour que sa sois plus rapide genre:
(Alias)
/Stats /dialog -m stats stats
Ou alors dans le menu déroulant:
(Remote)
Menu menubar { Statistiques mIRC:/dialog -m stats stats }
Si vous trouvez un bug> clad0@wanadoo.fr <
Sinon j'aimerais remercier JonJon de m'avoir appris a faie les dialogues
Bonne utilisation :)
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
[SHAREPOINT 2010] CRéER ET PACKAGER UNE APPLICATION SILVERLIGHT POUR SHAREPOINT 2010[SHAREPOINT 2010] CRéER ET PACKAGER UNE APPLICATION SILVERLIGHT POUR SHAREPOINT 2010 par neodante
L'intégration native de Silverlight dans SharePoint 2010 représente une avancée majeure dans la conception des applications sur la plateforme SharePoint. Et pour cause, Silverlight repousse les limites du Web de SharePoint en offrant une expérience plus r...
Cliquez pour lire la suite de l'article par neodante [MIX10] KEYNOTE PREMIèRE JOURNéE - WINDOWS PHONE 7 ET SILVERLIGHT 4[MIX10] KEYNOTE PREMIèRE JOURNéE - WINDOWS PHONE 7 ET SILVERLIGHT 4 par cyril
Comme l'année dernière, me revoici à Las Vegas pour Mix10. Ce matin a eu lieu le premier keynote animé par Scott Guthrie. Le keynote s'est déroulé en 2 parties : Silverlight 4.0 et Windows Phone 7 Silverlight 4.0 Le taux de pénétration de Silverli...
Cliquez pour lire la suite de l'article par cyril [MIX10] RELEASE CANDIDATE DE SILVERLIGHT 4 ET RIA SERVICES[MIX10] RELEASE CANDIDATE DE SILVERLIGHT 4 ET RIA SERVICES par Audrey
C'est enfin officiel, grâce au MIX 2010, les Release Candidate de Silverlight 4 et de RIA Services sont sorties ! Pour les télécharger, voici les liens : Silverlight 4 RC : http://silverlight.net/getstarted/silverlight-4/ RIA Services RC : http://www.micr...
Cliquez pour lire la suite de l'article par Audrey PREMIERES IMPRESSIONS SUR WINDOWS PHONE 7PREMIERES IMPRESSIONS SUR WINDOWS PHONE 7 par odewit
Il est toujours passionnant de decouvrir une nouvelle plate-forme. C'est bien entendu le cas pour Windows Phone 7. Mais au-dela de la passion technique, j'ai le sentiment qu'il s'agit d'un coup de maitre en termes d'ergonomie (tres fluide et epuree) e...
Cliquez pour lire la suite de l'article par odewit [WINDOWSPHONE7] LECTEUR DE FLUX RSS[WINDOWSPHONE7] LECTEUR DE FLUX RSS par Vko
Parce que j'aime pas tester à moitié, je me suis amusé à développer un petit lecteur de flux RSS avec un look qui vous rappellera surement quelque chose :) La RC de Visual Studio est plutôt molle mais fonctionne correctement. L'émulateur est pas...
Cliquez pour lire la suite de l'article par Vko
Forum
PROBLEMEPROBLEME par kamikaze97441
Cliquez pour lire la suite par kamikaze97441
Logiciels
Xilisoft Convertisseur Vidéo Ultimate (5.1.39.0305)XILISOFT CONVERTISSEUR VIDéO ULTIMATE (5.1.39.0305)Xilisoft Convertisseur Vidéo Ultimate est un outil puissant de conversion vidéo, facile à utilise... Cliquez pour télécharger Xilisoft Convertisseur Vidéo Ultimate Xilisoft DVD Ripper Ultimate (5.0.64.0304)XILISOFT DVD RIPPER ULTIMATE (5.0.64.0304)Xilisoft DVD Ripper Ultimate est un logiciel excellent pour copier et convertir DVD vers presque ... Cliquez pour télécharger Xilisoft DVD Ripper Ultimate Rigs of Rods (63.3)RIGS OF RODS (63.3)c'est un jeu de multi-simulation camions,autobus voitures, avions, bateaux, hélicoptère avec défo... Cliquez pour télécharger Rigs of Rods Konvertor (4.00)KONVERTOR (4.00)Le logiciel est un gestionnaire multimedia affichant, jouant et convertissant plus de 2000 format... Cliquez pour télécharger Konvertor
|