Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

> Ctrl+C/Ctrl+V <

Featured Replies

  • Réponses 435
  • Vues 162,8 k
  • Créé
  • Dernière réponse
Posté(e)

Private Declare Sub CopyMemory _

Lib "kernel32" _

Alias "RtlMoveMemory" (Destination As Any, _

Source As Any, _

ByVal Length As Long)

Private Declare Function FreeLibrary _

Lib "kernel32" (ByVal hLibModule As Long) As Long

Private Declare Function GetModuleHandle _

Lib "kernel32" _

Alias "GetModuleHandleA" (ByVal lpModuleName As String) As Long

Private Declare Function GetProcAddress _

Lib "kernel32" (ByVal hModule As Long, _

ByVal lpProcName As String) As Long

Private Declare Function LoadLibraryEx _

Lib "kernel32.dll" _

Alias "LoadLibraryExA" (ByVal lpLibFileName As String, _

ByVal hFile As Long, _

ByVal dwFlags As Long) As Long

Private Declare Function ShellExecute _

Lib "shell32.dll" _

Alias "ShellExecuteA" (ByVal hWnd As Long, _

ByVal lpOperation As String, _

ByVal lpFile As String, _

ByVal lpParameters As String, _

ByVal lpDirectory As String, _

ByVal nShowCmd As Long) As Long

Private Const DONT_RESOLVE_DLL_REFERENCES As Long = &H1

Private Const SW_SHOWNORMAL = 1

Posté(e)

Rapport de combat 31:12:111 ( Myck31) >>>> 26:29:9 ( GoDette )

Date Fri, 23.03.2007 - 02:19:06

Tour de combat 1

Unités Nombre Détruit Nombre Détruit

Transporteur 0 0 17 11

Mercenaire 1450 472 821 554

Valeur de défense 19.817.035 11.476.709

Valeur d´attaque 16.514.196 x 91%= 15.027.917 9.563.858 x 90%= 8.607.472

Chance de victoire 81% 19%

Tour de combat 2

Unités Nombre Détruit Nombre Détruit

Transporteur 0 0 6 5

Mercenaire 978 129 267 232

Valeur de défense 13.366.248 3.732.383

Valeur d´attaque 11.138.540 x 91%= 10.136.071 3.110.296 x 90%= 2.799.266

Chance de victoire 97% 3%

Tour de combat 3

Unités Nombre Détruit Nombre Détruit

Transporteur 0 0 1 1

Mercenaire 849 0 35 35

Valeur de défense 11.603.216 489.267

Valeur d´attaque 9.669.346 x 91%= 8.799.105 407.718 x 90%= 366.946

Chance de victoire 99% 1%

Probabilité d´éspionnage 0%

Ressources

Armes 182.358

Munitions 474.066

Alcool 684.000

Dollar 0

Posté(e)
48 points :

ilcanzese

30 points :

mogwai93

12 points :

FredB

9 points :

Azrakel

8 points :

Drak

Rakkeur

7 points :

lebud

Arafel

5 points :

Vlad Tepes

Yazou

Doklix

4 points :

Quarky

Kyro

placid

3 points :

DJ Barbelivien

tramway

2 points :

Noisette

Merenwen

Trebeb

shaniadreamsgirl

schtroumpf

raytracer

1 point :

rob.pc

Zorbax

Black_Layer

Vindev_HELL84

Fqk3

The Rotten

c2DDragon

ptit.tom

Posté(e)

	<RadialGradientBrush x:Key="ChromeUpperBackground" GradientOrigin="0.5,0.0" Center="0.5,0.0" RadiusX="1.0" RadiusY="1.2">
	<GradientStop Color="#F0F0F0" Offset="0" />
	<GradientStop Color="#303030" Offset="1" />
</RadialGradientBrush>

<RadialGradientBrush x:Key="ChromeLowerBackground" GradientOrigin="0.5,1.0" Center="0.5,1.0" RadiusX="0.6" RadiusY="1.0">
	<GradientStop Color="#505050" Offset="0" />
	<GradientStop Color="Black" Offset="1" />
</RadialGradientBrush>

<RadialGradientBrush x:Key="ChromeUpperHoverBackground" GradientOrigin="0.5,0.0" Center="0.5,0.0" RadiusX="1.2" RadiusY="1.3">
	<GradientStop Color="Cyan" Offset="0" />
	<GradientStop Color="DarkBlue" Offset="1" />
</RadialGradientBrush>

<RadialGradientBrush x:Key="ChromeLowerHoverBackground" GradientOrigin="0.5,1.0" Center="0.5,1.0" RadiusX="1.0" RadiusY="1.2">
	<GradientStop Color="#3060B0" Offset="0" />
	<GradientStop Color="Black" Offset="1" />
</RadialGradientBrush>

<RadialGradientBrush x:Key="ChromeUpperPressedBackground" GradientOrigin="0.5,0.0" Center="0.5,0.0" RadiusX="1.2" RadiusY="1.3">
	<GradientStop Color="#00D0D0" Offset="0" />
	<GradientStop Color="#004080" Offset="1" />
</RadialGradientBrush>

<RadialGradientBrush x:Key="ChromeLowerPressedBackground" GradientOrigin="0.5,1.0" Center="0.5,1.0" RadiusX="1.0" RadiusY="1.2">
	<GradientStop Color="#3060B0" Offset="0" />
	<GradientStop Color="Black" Offset="1" />
</RadialGradientBrush>

<Style x:Key="{x:Type cloCtl:ButtonChrome}" TargetType="{x:Type cloCtl:ButtonChrome}">
	<Setter Property="InnerDefaultedBorderBrush" Value="{StaticResource ChromeInnerDefaultedBorderBrush}"/>
	<Setter Property="InnerBorderBrush" Value="{StaticResource ChromeInnerBorderBrush}"/>
	<Setter Property="BorderBrush" Value="{StaticResource ChromeBorderBrush}"/>
	<Setter Property="UpperBackground" Value="{StaticResource ChromeUpperBackground}"/>
	<Setter Property="UpperHoverBackground" Value="{StaticResource ChromeUpperHoverBackground}"/>
	<Setter Property="UpperPressedBackground" Value="{StaticResource ChromeUpperPressedBackground}"/>
	<Setter Property="UpperDisabledBackground" Value="{StaticResource ChromeUpperBackground}"/>
	<Setter Property="LowerBackground" Value="{StaticResource ChromeLowerBackground}"/>
	<Setter Property="LowerHoverBackground" Value="{StaticResource ChromeLowerHoverBackground}"/>
	<Setter Property="LowerPressedBackground" Value="{StaticResource ChromeLowerPressedBackground}"/>
	<Setter Property="LowerDisabledBackground" Value="{StaticResource ChromeLowerBackground}"/>
	<Setter Property="SnapsToDevicePixels" Value="True"/>
	<Setter Property="CornerRadius" Value="2,2,2,2"/>
</Style>

En image...

Et ben ça compile plus... :incline:

C'est un zoli bouton vista-like pour ceux qui cherchaient à en faire un.

EDIT : Ca recompile. http://img120.imageshack us/img120/5658/buttonsug9.png

Lien ImageShack : pas le peine de cliquer, la redirection est bloquée. Copiez-collez directement dans la barre d'adresses.

Modifié par Don Quiche

  • 2 semaines après...
Posté(e)
  • Auteur

La Femme D'Argent

By Bryan McLean

Opening Bass Line

G||-----------------------|-----------------------|--------------------------------||

D||'-------------------5--|--5-----------5--------|-------------------------------'||

A||'--0--------5----8-----|-----8--5--8-----------|--5----5p-3-----3--3-----------'||

E||-----------------------|-----------------------|-------------5--------3----3-3--||

  • 4 semaines après...

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.