|
-
Jun 19th, 2003, 02:12 PM
#1
Thread Starter
Hyperactive Member
Application_OnStart Event
the Application_OnStart Event doesnt fire for me.
Am I missing something obvious?
tailz
-
Jun 19th, 2003, 04:08 PM
#2
Code:
Protected Overrides Sub OnLoad(ByVal e As System.EventArgs)
MessageBox.Show("i have just been loaded", Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Information)
End Sub
you can select that from the overides list, if you use OnEnter it wont return a messagebox , you need Protected Overrides Sub OnLoad.
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Jun 20th, 2003, 02:39 AM
#3
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|