貪得意做個走馬燈 ...
只是有個字走來走去 ... :onion102 this is still good to know~~ share with us the source code will be appreciated.Alternative I can try a few things to see whether it will be easy to reverse or not tonight.
School today, not convenient to type in Chinese. There is no need to reverse the program. It's just a very simple one.
[quote]
Public Class Form1
Dim labpos As Integer = 0
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Label1.Left = 1
Label1.Text = "心思思"
Timer1.Enabled = True
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
labpos = labpos + 1
If labpos > 160 Then
labpos = 10
End If
Label1.Left = labpos
End Sub
End Class
[/quote]
:onion049
[[i] 本帖最後由 ivanyung 於 2008-9-17 11:26 編輯 [/i]] [quote]原帖由 [i]ivanyung[/i] 於 2008-9-17 11:23 發表 [url=http://www.cnet.hk/bbs/redirect.php?goto=findpost&pid=564330&ptid=61409][img]http://www.cnet.hk/bbs/images/common/back.gif[/img][/url]
There is no need to reverse the program. It's just a very simple one.
:onion049 [/quote]
係咪用notepad寫就得?
[attach]12024[/attach] [quote]原帖由 [i]balley88[/i] 於 2008-9-17 11:48 發表 [url=http://cnet.hk/bbs/redirect.php?goto=findpost&pid=564374&ptid=61409][img]http://cnet.hk/bbs/images/common/back.gif[/img][/url]
係咪用notepad寫就得?
12024 [/quote]
要用 visual basic .NET :onion156 [quote]原帖由 [i]ivanyung[/i] 於 2008-9-17 13:11 發表 [url=http://cnet.hk/bbs/redirect.php?goto=findpost&pid=564520&ptid=61409][img]http://cnet.hk/bbs/images/common/back.gif[/img][/url]
要用 visual basic .NET :onion156 [/quote]
c#開唔開到? [quote]原帖由 [i]tom1991[/i] 於 2008-9-17 15:13 發表 [url=http://www.cnet.hk/bbs/redirect.php?goto=findpost&pid=564716&ptid=61409][img]http://www.cnet.hk/bbs/images/common/back.gif[/img][/url]
c#開唔開到? [/quote]
要用 C# 重寫先得 :onion126
頁:
[1]