Search results for query: *

  • Users: cpgames
  • Content: Threads
  • Order by date
  1. C

    Public Strings

    Hello I have this code Public Class Frm_Download1 Private myURL As String = "http://www.cpgames.co.uk/test.zip" Private myFile As String = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) & myURL.Substring(myURL.LastIndexOf("/")) Private WithEvents myWebClient As New...
  2. C

    Button Help

    I need help with buttons I have A tree view that when you click on a node it changes the text in text boxes and i need it to change the command the button does. So when a user clickes a node it changes text in 3 text boxes and changes the download link for the button my code is hear please help...
  3. C

    Tree Views???

    I dont no if this is possible but I need a child in a tree view to link to a new forum I dont no if this can be done but please help me. thanks charlie
  4. C

    help getting to appdata

    i am download a file that needs to save in app data and i get an error when i use this code My.Computer.Network.DownloadFile _ ("http://www.cpgames.co.uk/minecraft.jar", _ "c:\Documents and settings",System.Environment.UserName"\appdata\roaming\.minecraft\minecraft.jar")...
  5. C

    help with downloading please

    Hello when i get my program to download somthing it works but i need to save it in app data so i have got a cupple of lines of code that get the username but when i add it it to the code it doesent work please help my code he hear Dim un As String un = System.Environment.UserName...
  6. C

    Help with a .jar please

    I am codding a program and I am stuck. my program downloads a file from the internet unzips it and ads it to a jar file well all I can seem to do is make it download the file. What I think I need to do is change the .jar to a .zip file then extract it add all my files (I can do that bit) delete...
  7. C

    Help With tree Views Please

    Hello I need help with tree views I made a tree views and filed it in with all my text and info but im not shore how to use it i need to make each diffrent branch change text files and a button if you need more info please ask me thanks charlie
  8. C

    index out of range?

    hello i am codding a program and I get an error index out of range exception was unhandeled my code is Public Class Form1 Dim OS() As String Dim UserName() As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load OS...
Back
Top