User Profile

Collapse

Profile Sidebar

Collapse
HaggardSmurf
HaggardSmurf
Last Activity: Oct 10 '07, 04:09 AM
Joined: Oct 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Nvm I used the shell execute code in this site....
    See more | Go to post

    Leave a comment:


  • Just paste it all into word and press ctrl H and type what you want to find and what you want to replace it with.

    (I think thats what your asking anyways)
    See more | Go to post

    Leave a comment:


  • Invalid Procedure call or argument while using shell?

    Code:
    Private Sub Downloader1_DownloadComplete(MaxBytes As Long, SaveFile As String)
        If MsgBox("Donwnload Finished. Would you like to install now?", vbInformation + vbYesNo, "Blue Cherry Media Player") = vbYes Then
            Filename = App.Path + "\BCMP " + Site + ".zip"
            Call OpenDownload
        End If
    End Sub
    
    Sub OpenDownload()
        Shell Filename,
    ...
    See more | Go to post

  • HaggardSmurf
    started a topic How To Use Different Themes?

    How To Use Different Themes?

    Well I just wanted to know if it was possible to use different themes in your program, rather then just using a manifest file and having the user's current theme I wanted to know if its possible to add a res file and add a visual style file and then use that theme on my form rather then the current theme from the user.

    Ex: The user has luna (the default style). I want my program to have a "vista" feel so i add a vista theme...
    See more | Go to post

  • HaggardSmurf
    started a topic Chat Client Help

    Chat Client Help

    Alright well I had a question before when i was a noob and posted here and got such a great response this has become my main vb site. Anyways I have a comp that cant run msn due to it being a piece of crap :P so I decided to make a chat client with winsock and direct ip's.

    Basically what it does is gives you the option of connecting to the ip or listening for incomming connections from an ip. The problem is i cant get winsock to send...
    See more | Go to post

  • Ohhh really? Cool i will try fixing that thank you!



    Awsome! I thought just putting the file location as "/Ips.txt" would make it so the text doccument would be placed in the same folder. I never knew about the function app.path.

    Tested it and it works Thanks! ;)...
    See more | Go to post

    Leave a comment:


  • Sorry i copied the wrong code.

    This is my current code
    Code:
    Private Sub Form_Unload(Cancel As Integer)
        Dim Save As String
    Open "\Ips.txt" For Output Access Write Lock Read Write As #1
    
            For i = 0 To List1.ListCount - 1
            A(i) = List1.List(i)
            Next i
            ItemCount = List1.ListCount
            For i = 0 To ItemCount - 1
                Write
    ...
    See more | Go to post

    Leave a comment:


  • Ok so ive found a different code that works and i seem to understand. Im on a new project now ;) im trying to save the contence of a list box this code works for me but is saving in the C:\ drive no directory which i wanted at first but now ive changed my mind and want it to save to the save folder as the exe. Ive tried saving to "\Ips.txt" and it didnt work.

    *Btw this code is for an ip monitor it will monitor ip's trying...
    See more | Go to post

    Leave a comment:


  • Oh i see, thanks i'll try making it and see what happens....
    See more | Go to post

    Leave a comment:


  • Wait... What if i took your code and put it in a different exe's form load. Then that will load the previous settings. Would that work? If i did that how would i make the exe search wherever it is for the text document.

    Ex: I have a folder called messagebox creator. Both exe's are inside. I make a message box. I save the message box. I boot up the 2nd exe. How would it know to look in the folder that the 2nd exe itself is located in...
    See more | Go to post

    Leave a comment:


  • So, I would make it log the settings then how would i make it so when it opens it will show the previous message box.

    Edit: I tried and it says Type Mismatch the variables are global and your variables are the same as i declared them.
    See more | Go to post

    Leave a comment:


  • How Do I Save Things With Vb 6 (At Runtime)

    Ok, well ive made a simple little message box creator. What it does it lets you change the caption the header the buttons and the warning type of a message box. I now want to make it so if you want, you can save the message box youve just created. I have no idea how to do this, keep in mind im still a noob here is a sample of my code so you can see what level im at. (I would prefer it if you could show me how in terms that i would be able to understand.)...
    See more | Go to post
No activity results to display
Show More
Working...