|
-
Feb 27th, 2010, 10:13 AM
#1
Thread Starter
Member
[RESOLVED] Text Editor Program-when I open a .txt my program loads with no text in the textbox
I believe I need the code for Load Event. I have tried many ideas. I have searched the threads here and also google of course. No luck as of yet.
Better description: I have a file named hello.txt. The contents of this text file are "hello". I use my program as the default for .txt files. I dbl click hello.txt. My program loads and the contents are blank and it should have "hello" in it.
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Thank you for the assistance
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
|