[source]The simplest form of working realmlist changer for everyone[source] menu

User Tag List

Results 1 to 5 of 5
  1. #1
    JoeBiden's Avatar Contributor
    Reputation
    153
    Join Date
    Aug 2007
    Posts
    498
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [source]The simplest form of working realmlist changer for everyone[source]

    Kinda remember when I made my first realmlist editor and it didnt work for everybody etc so i figured id make one for learning purposes that works for all languages and install locations.

    Screenie:

    http://i293.photobucket.com/albums/m...tw/program.jpg

    It's kinda retarded level of programming for most of you, but i started VB a few weeks ago and havent gotten so far i guess due to my age its hard to understand the more complex stuff.. so if you think it's retarded don't flame mmk?

    Firstly, make a Windows Forms App

    Name it Whatever.

    Make a RichTextbox

    A button

    Another RichTextbox

    And another Button

    so 2 RichTextboxes and two buttons


    Call the first button "Find Realmlist"

    And the second one "Save Realmlist"


    In the code for the first button put this:

    Code:
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim FILE_NAME As String = RichTextBox2.Text
            If System.IO.File.Exists(FILE_NAME) = True Then
                Dim objReader As New System.IO.StreamReader(FILE_NAME)
                RichTextBox1.Text = objReader.ReadToEnd
                objReader.Close()
            Else
                MsgBox("File Does Not Exist")
            End If
        End Sub
    In the code for the second buttom put this:

    Code:
            Dim FILE_NAME As String = RichTextBox2.Text
            If System.IO.File.Exists(FILE_NAME) = True Then
                Dim objWriter As New System.IO.StreamWriter(FILE_NAME)
                objWriter.Write(RichTextBox1.Text)
                objWriter.Close()
                MsgBox("Text written to file")
            Else
                MsgBox("File Does Not Exist")
            End If

    Now, press f5 and figure out wich textbox does what...(Look at my screenie and youll understand)

    Ehh thats it.. hf

    [source]The simplest form of working realmlist changer for everyone[source]
  2. #2
    makis5's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks man!! +rep

  3. #3
    Bloody Rayne's Avatar Member
    Reputation
    12
    Join Date
    May 2007
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haa sick ima try this tomorrow
    ive been looking for how to make a server launcher
    +rep if i can get it to work!

  4. #4
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Registry stuff to nab the install directory:

    Code:
    Dim InstallPath As String = Microsoft.Win32.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\World of Warcraft\", "InstallPath", "")
    If it gets the path, the InstallPath string contains it. Otherwise, the string is blank.

  5. #5
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    possible to get a guide how to make the windows app and the richbox bla bla bla ?? x)

    ----------------------------------------------------------------

Similar Threads

  1. Source (VB.net) - RLchanger - Realmlist Changer 2.0 Beta
    By psyguy in forum WoW EMU Programs
    Replies: 0
    Last Post: 02-16-2012, 04:54 PM
  2. [Release] Realmlist Changer
    By SiPex in forum WoW EMU Programs
    Replies: 16
    Last Post: 10-28-2007, 03:11 AM
  3. A Request for a Working Name Changer
    By Solera in forum World of Warcraft General
    Replies: 8
    Last Post: 10-02-2007, 01:55 PM
  4. LWT v1.2 [Realmlist Changer]
    By leoj in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 05-09-2007, 07:25 AM
All times are GMT -5. The time now is 10:52 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search