Open File With Your App

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
2 posts Page 1 of 1
Contributors
User avatar
M1z23R
VIP - Donator
VIP - Donator
Posts: 622
Joined: Tue Sep 28, 2010 4:55 pm

Open File With Your App
M1z23R
Ok, so this is what i just figured out :D How to get "file" that was opened with your app.
Simply put this code:

Code: Select all
  Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
      TextBox1.Text = Command()
    End Sub
Move your mouse over "Command" and read all the stuff, it is pretty nice :D
User avatar
Danny
VIP - Donator
VIP - Donator
Posts: 621
Joined: Sat Oct 30, 2010 8:21 pm

Re: Open File With Your App
Danny
ow never saw this code before anyways if it really works it will be useful!
2 posts Page 1 of 1
Return to “Tutorials”