begin process at 2012 02 10 12:06:57
  Trouver un code source :
 
dans
 

76 commentaire(s) de iow4 sur des sources sur tout CodeS-SourceS

Déposé sur Classe de vérification de données

Je trouve ça pas mal comme idée (surtout après les nombreux commentaires)
Pour les gros projets on peut se permettre d'utiliser des frameworks tel que Symfony qui nous fournit un niveau d'abstraction pour la gestion des vérification (syntaxe yaml par exemple pour la validation des actions)
Mais pour des petits projets c'est bien trop lourd, c'est là que ta class s'avère utile ;)
Cela permet de faire un framework light ;)

A réutiliser pour ma part ;)
Posté le : 02/11/2008 12:32:05

Déposé sur Lanceur pour world of warcraft

malgrès la nouvelle version, j'ai toujours :

Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

************** Texte de l'exception **************
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
   à Develop.Library.ViewList.ItemListResize(Object sender, EventArgs e)
   à System.Windows.Forms.Control.OnResize(EventArgs e)
   à System.Windows.Forms.UserControl.OnResize(EventArgs e)
   à System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
   à System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
   à System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
   à System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
   à System.Windows.Forms.Control.ScaleControl(SizeF factor, BoundsSpecified specified)
   à System.Windows.Forms.ScrollableControl.ScaleControl(SizeF factor, BoundsSpecified specified)
   à System.Windows.Forms.Control.ScaleControl(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
   à System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
   à System.Windows.Forms.ContainerControl.PerformAutoScale(Boolean includedBounds, Boolean excludedBounds)
   à System.Windows.Forms.ContainerControl.PerformNeededAutoScaleOnLayout()
   à System.Windows.Forms.ContainerControl.OnLayoutResuming(Boolean performLayout)
   à System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
   à Develop.Library.ItemList.InitializeComponent()
   à Develop.Library.ItemList..ctor()
   à Develop.Library.ViewList..ctor()
   à WowLauncher.WowServersListBox.InitializeComponent() dans C:\Documents and Settings\thomas\Bureau\csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page\WowLauncher_00.02.00.00_Sources\WowLauncher\WowServersListBox.Designer.cs:ligne 31
   à WowLauncher.WowServersListBox..ctor(WowServersListBoxArgs argument) dans C:\Documents and Settings\thomas\Bureau\csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page\WowLauncher_00.02.00.00_Sources\WowLauncher\WowServersListBox.cs:ligne 19
   à WowLauncher.WowMainDialog.WowServersMenuItemClick(Object sender, EventArgs e) dans C:\Documents and Settings\thomas\Bureau\csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page\WowLauncher_00.02.00.00_Sources\WowLauncher\WowMainDialog.cs:ligne 103
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   à System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   à System.Windows.Forms.ToolStrip.WndProc(Message& m)
   à System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblys chargés **************
mscorlib
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WowLauncher
    Version de l'assembly : 0.2.0.0
    Version Win32 : 0.2.0.0
    CodeBase : file:///C:/Documents%20and%20Settings/thomas/Bureau/csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page/WowLauncher_00.02.00.00_Sources/WowLauncher/bin/Release/WowLauncher.exe
----------------------------------------
System.Windows.Forms
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Develop.Component
    Version de l'assembly : 1.30.1.0
    Version Win32 : 1.30.1.0
    CodeBase : file:///C:/Documents%20and%20Settings/thomas/Bureau/csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page/WowLauncher_00.02.00.00_Sources/WowLauncher/bin/Release/Develop.Component.DLL
----------------------------------------
Develop.Library
    Version de l'assembly : 1.37.0.0
    Version Win32 : 1.37.0.0
    CodeBase : file:///C:/Documents%20and%20Settings/thomas/Bureau/csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page/WowLauncher_00.02.00.00_Sources/WowLauncher/bin/Release/Develop.Library.DLL
----------------------------------------
mscorlib.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** Débogage JIT **************
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.

Par exemple :

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
seront envoyées au débogueur JIT inscrit sur l'ordinateur
plutôt que d'être gérées par cette boîte de dialogue.


Posté le : 03/10/2008 18:09:46

Déposé sur Lanceur pour world of warcraft

Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

************** Texte de l'exception **************
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
   à Develop.Library.ViewList.ItemListResize(Object sender, EventArgs e)
   à System.Windows.Forms.Control.OnResize(EventArgs e)
   à System.Windows.Forms.UserControl.OnResize(EventArgs e)
   à System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
   à System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
   à System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
   à System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
   à System.Windows.Forms.Control.ScaleControl(SizeF factor, BoundsSpecified specified)
   à System.Windows.Forms.ScrollableControl.ScaleControl(SizeF factor, BoundsSpecified specified)
   à System.Windows.Forms.Control.ScaleControl(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
   à System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
   à System.Windows.Forms.ContainerControl.PerformAutoScale(Boolean includedBounds, Boolean excludedBounds)
   à System.Windows.Forms.ContainerControl.PerformNeededAutoScaleOnLayout()
   à System.Windows.Forms.ContainerControl.OnLayoutResuming(Boolean performLayout)
   à System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
   à Develop.Library.ItemList.InitializeComponent()
   à Develop.Library.ItemList..ctor()
   à Develop.Library.ViewList..ctor()
   à WowLauncher.WowServersListBox.InitializeComponent() dans C:\Documents and Settings\thomas\Bureau\csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page\WowLauncher_00.02.00.00_Sources\WowLauncher\WowServersListBox.Designer.cs:ligne 31
   à WowLauncher.WowServersListBox..ctor(WowServersListBoxArgs argument) dans C:\Documents and Settings\thomas\Bureau\csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page\WowLauncher_00.02.00.00_Sources\WowLauncher\WowServersListBox.cs:ligne 19
   à WowLauncher.WowMainDialog.WowServersMenuItemClick(Object sender, EventArgs e) dans C:\Documents and Settings\thomas\Bureau\csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page\WowLauncher_00.02.00.00_Sources\WowLauncher\WowMainDialog.cs:ligne 100
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   à System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   à System.Windows.Forms.ToolStrip.WndProc(Message& m)
   à System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblys chargés **************
mscorlib
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WowLauncher
    Version de l'assembly : 0.2.0.0
    Version Win32 : 0.2.0.0
    CodeBase : file:///C:/Documents%20and%20Settings/thomas/Bureau/csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page/WowLauncher_00.02.00.00_Sources/WowLauncher/bin/Release/WowLauncher.exe
----------------------------------------
System.Windows.Forms
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Develop.Component
    Version de l'assembly : 1.30.0.0
    Version Win32 : 1.30.0.0
    CodeBase : file:///C:/Documents%20and%20Settings/thomas/Bureau/csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page/WowLauncher_00.02.00.00_Sources/WowLauncher/bin/Release/Develop.Component.DLL
----------------------------------------
Develop.Library
    Version de l'assembly : 1.37.0.0
    Version Win32 : 1.37.0.0
    CodeBase : file:///C:/Documents%20and%20Settings/thomas/Bureau/csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page/WowLauncher_00.02.00.00_Sources/WowLauncher/bin/Release/Develop.Library.DLL
----------------------------------------
mscorlib.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
    Version de l'assembly : 2.0.0.0
    Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** Débogage JIT **************
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.

Par exemple :

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
seront envoyées au débogueur JIT inscrit sur l'ordinateur
plutôt que d'être gérées par cette boîte de dialogue.
Posté le : 29/09/2008 07:01:08

Déposé sur Lanceur pour world of warcraft

J'ai une exception quand j'essaie d'add un server après avoir compilé ;)
Posté le : 27/09/2008 14:51:03

Déposé sur Lanceur pour world of warcraft

Je n'arrive pas à le compiler :(

Erreur 1 Le type ou le nom d'espace de noms 'Develop' est introuvable (une directive using ou une référence d'assembly est-elle manquante ?) C:\Documents and Settings\thomas\Bureau\csharpfr_LANCEUR-WORLD-OF-WARCRAFT___Page\WowLauncher_00.02.00.00_Sources\WowCharacters\CharacterItem.cs 4

11 erreurs en tout avec Visual Studio 2008

De plus l'éditeur de forms ne peut m'afficher certaines forms :(
Posté le : 26/09/2008 22:40:08

Déposé sur Base de hash md5

Ne te décourage pas...
Mes premiers codes aussi étaient dans ce style :)

Ton script aurait pu être un peu plus travaillé quand même :
- le tag d'inclusion de php est "<?php" il vaut mieux éviter les short_tag
- dans index.php il y a une variable qui traine "$md5" d'ou sort elle ? il faut faire attention sur certaines configs $md5 peut être $_GET['md5'] une données modifiable par l'utilisateur
- à quoi sert req dans l'index.php à part à faire ramer le serveur vu le nombre de données à sélectionner ?

Il y a plein de petites choses comme ça...
Posté le : 29/04/2008 18:13:59

Déposé sur Base de hash md5

Je suis d'accord, l'utilisateur est de plus en plus prudent, la chance pour que son pass soit dedans est faible...

Surtout que les admins aussi deviennent de plus en plus précautionneux par exemple en cryptant avec un salt.
Posté le : 28/04/2008 17:47:17

Déposé sur Strompedia : analyser le sens des mots (c#/mysql/php)

Très beau travail.
Je précise juste que pour faire tournier mysql et Php il n'est pas obligatoire d'avoir easy php
Posté le : 08/12/2007 00:16:18

Déposé sur Real spy [espion]

Ok Mehdi ;)
Enfaite oui, j'avais pour projet aussi de réécrire le client en C# car je n'arrive pas à compiler ton client et le VB me file des boutons.
Posté le : 28/07/2007 01:58:12

Déposé sur Real spy [espion]

J'avais réécrit ton prog T_Medhi pour le rendre indétectable et pour clarifier/commenter.
Je vais essayer si j'ai le temps d'appliquer la méthodologie objet et je posterais la source, toujours au format VS 2005.
Posté le : 27/07/2007 13:54:24

1 2 3 4 5 6 7 8


Nos sponsors


Sondage...

CalendriCode

Février 2012
LMMJVSD
  12345
6789101112
13141516171819
20212223242526
272829    

Consulter la suite du CalendriCode

Photothèque

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 0,655 sec (4)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales