Search results for query: *

  1. D

    Listening .mp3 Files by clicking a button

    You can do that by using Windows Media Player. I assume that you created new project with blank form.Well,let's start.:) First,right click on your toolbox and select Customize Toolbox...Now in tab COM Components find and check Windows Media Player and click OK.Then select MediaPlayer control and...
  2. D

    Animation tool in VB.NET

    This is good for making scroll line :)
  3. D

    Using resource in vb.net

    How can i use resource file to store exe file in it.If you guys can post some code it will be cool.Thanks :)
  4. D

    Move File And Folder

    Try this link: http://www.homeandlearn.co.uk/NET/nets8p7.html it should help you for moving,deleting,copying file.Cheers :)
  5. D

    how do i edit or delete computer files

    Well,for deleting file this code will do the job: :cool: First turn on Imports System.IO Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim F As File Dim D As Directory Dim S() As String...
  6. D

    Making patch in vb.net

    How to make patch in vb.net that will change 75(jne) to 74(je) in some exe file.I'm not asking this because i want to crack an application,i'm asking this because i want to patch the error in some game.Thanks :( Sorry.I have put this thread in Deployment.Please move it to General Discussion.Thanks
Back
Top