1
Narzędzia / iniGenerator 1.0
« dnia: 2011-01-17, 15:47 »
C ma duże zalety
I tak wgl to C umie, ponieważ uczyłem się pawn (Język skryptowy)

I tak wgl to C umie, ponieważ uczyłem się pawn (Język skryptowy)
Ta sekcja pozwala Ci zobaczyć wszystkie wiadomości wysłane przez tego użytkownika. Zwróć uwagę, że możesz widzieć tylko wiadomości wysłane w działach do których masz aktualnie dostęp.
[INFO]
title=lol
description=xD
authors=<lol2>
version=999.999.999.99
webpage=www.RT.com
[FILES]
game=content\gothic
fightai=content\fight
menu=system\menu
camera=system\camera
music=system\music
soundeffects=system\sfx
particleseffects=system\particlefx
visualeffects=system\visualfx
outputunits=content\cutscene\ou
vdf=mod.mod
[SETTINGS]
world=mistrz.zen
player=PC_Z_BIEDRONKI
[OPTIONS]
force_parameters=
force_subtitles=0
show_info=0
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate(TextBox1.Text)
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
Form2.Show()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
WebBrowser1.GoBack()
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
WebBrowser1.GoForward()
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
WebBrowser1.Stop()
End Sub
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
WebBrowser1.Refresh()
End Sub
End Class
Ja widzę w tym zastosowanie jako program pisany do nauki.I tak właśnie było
http://www.f4a.eu/index.php?p=6717
-Jak zrobić by przełącznik dało się przesunąć tylko uderzając np. kilofem.sam nie wiem jak to zrobić