心思世界's Archiver

ivanyung 發表於 2008-9-17 09:48

貪得意做個走馬燈 ...

只是有個字走來走去 ... :onion102

cliff 發表於 2008-9-17 10:51

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.

ivanyung 發表於 2008-9-17 11:23

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]]

balley88 發表於 2008-9-17 11:48

[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]

ivanyung 發表於 2008-9-17 13:11

[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

tom1991 發表於 2008-9-17 15:13

[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#開唔開到?

ivanyung 發表於 2008-9-17 20:49

[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]
eXTReMe Tracker

Powered by Discuz! Archiver 6.1.0F  © 2001-2007 Comsenz Inc.