Search results for query: *

  1. C

    Public Strings

    Ok thanks that what i want to do but how will i do it
  2. C

    Public Strings

    ok sorry what I am trying to do is when a user clicks on a different buttons a diffrent url goes in to textbox1 so when they click download it downloads the item they click on it all works apart form changing the string url to whast in textbox1 i now get no errors but when i try to click on the...
  3. 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...
  4. C

    Button Help

    OK mate I have slept on it and it doest make seance I dont get how to make a button download different things depending on what node in the tree view is selected please help me
  5. C

    Button Help

    I looked and I dont understand it please help me :(
  6. 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...
  7. C

    Tree Views???

    ok thanks mate how would i do this is it somthing like name of treeview.node thanks charlie
  8. 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
  9. 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")...
  10. 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...
  11. 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...
  12. 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
  13. C

    index out of range?

    I tried that and it went rong could you help me the all the project files are hear http://www.mediafire.com/?5mqbooa5sn2kk4b
  14. 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