Login Register


How to make pop-up window for you aplication filter_list
Author
Message
How to make pop-up window for you aplication #1
[Image: fomfccb.jpg]

Code:
Public Class Form1 Dim intX As Integer = Screen.PrimaryScreen.Bounds.Width Dim intY As Integer = Screen.PrimaryScreen.Bounds.Height Dim nowy As Integer = 0 Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Static i As Integer = 10 If i <= 210 Then Me.Location = New Point(intX - 220, nowy) nowy -= 10 i += 10 Me.Refresh() Else Timer1.Stop() End If End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.Height = 262 Me.Width = 145 Me.Location = New Point(intX - 220, intY - 30) nowy = intY - 102 End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click MsgBox("Credit to BaruKoru", MsgBoxStyle.Information, "Credit") Process.Start("http://www.hackcommunity.com/User-barukoru") End Sub Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click Close() End Sub Private Sub PictureBox1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles PictureBox1.Click End Sub End Class
Timer1 Enabled = True

wirus scan
[Image: txkbshg.jpg]

Source download: http://www.mediafire.com/?7s1b77xb5d3tmcw

Reply

RE: How to make pop-up window for you aplication #2
Good code. Open source. I love you.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: How to make pop-up window for you aplication #3
You have done a good work by releasing the source. On HC everything is opensource. Good work and keep it up. :ok:
[Image: OilyCostlyEwe.gif]

Reply

RE: How to make pop-up window for you aplication #4
You're Welcome

Reply

RE: How to make pop-up window for you aplication #5
This one's not that bad. Smile Good use of the Static keyword in VB.net too. Not sure what I would do differently, other than make this a bit more manipulable by creating functions or a full class that could encapsulate this functionality. But, with parameters so that less of the values are hardcoded.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: How to make pop-up window for you aplication #6
This one's not that bad. Smile Good use of the Static keyword in VB.net too. Not sure what I would do differently, other than make this a bit more manipulable by creating functions or a full class that could encapsulate this functionality. But, with parameters so that less of the values are hardcoded.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: How to make pop-up window for you aplication #7
Nice one liked it bro Wink

Reply

RE: How to make pop-up window for you aplication #8
Nice one liked it bro Wink

Reply







Users browsing this thread: