Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,040
» Latest member: JesperAuthene
» Forum threads: 857
» Forum posts: 3,646

Full Statistics

Online Users
There are currently 3 online users.
» 0 Member(s) | 1 Guest(s)
Bing, Google

Latest Threads
Womans from your city - V...
Forum: Random Discussion
Last Post: iHOMEz
02-27-2025, 12:59 PM
» Replies: 1
» Views: 1,977
Looking for Adventure? Fi...
Forum: Random Discussion
Last Post: iHOMEz
01-08-2025, 11:00 PM
» Replies: 1
» Views: 1,065
Find Local Women Looking ...
Forum: Random Discussion
Last Post: iHOMEz
12-27-2024, 12:11 AM
» Replies: 0
» Views: 491
Prettys Womans in your to...
Forum: Random Discussion
Last Post: iHOMEz
10-30-2024, 07:45 AM
» Replies: 0
» Views: 1,312
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-26-2024, 10:50 AM
» Replies: 0
» Views: 1,299
Beautiful Womans from you...
Forum: Random Discussion
Last Post: iHOMEz
10-19-2024, 02:48 PM
» Replies: 0
» Views: 1,400
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-06-2024, 05:00 PM
» Replies: 0
» Views: 1,541
Supreme Сasual Dating - A...
Forum: Random Discussion
Last Post: iHOMEz
06-14-2024, 11:28 AM
» Replies: 0
» Views: 2,353
Beautiful Womans in your ...
Forum: VB.NET
Last Post: iHOMEz
06-09-2024, 09:23 PM
» Replies: 0
» Views: 2,549
Hangman in Rust
Forum: Other
Last Post: brandonio21
02-04-2018, 11:14 AM
» Replies: 2
» Views: 21,441

 
  Working with Regex
Posted by: xolara - 02-24-2011, 05:08 PM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (2)

Hey ive been working on how to make a "lng" file for your application and ive kinda succeded

Here is the code play with it as much as you want <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->
(IMPORTS)

Code:
Imports System.Text.RegularExpressions

(Textbox1.textchanged) (Hide it if you feel like it, it will still do its job <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile --> )

Code:
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
        Dim content As String = Replace(TextBox1.Text, Global.Microsoft.VisualBasic.ChrW(10), Nothing)
        Dim regex As New Regex("<language.*ButtonSend=""Name"".*ButtonName="".*""")
        Dim rbutton2 As New Regex("<language.*ButtonClear=""Name"".*ButtonName="".*""")
        '(Set.*buttonsend=""
        For Each m As Match In regex.Matches(content)
            Try
                Dim ButtonSend As String = m.Value.Split("""").GetValue(3)
                Dim ButtonClear As String = m.Value.Split("""").GetValue(7)
                Button1.Text = ButtonSend
                Button2.Text = ButtonClear
            Catch ex As Exception

            End Try

        Next
    End Sub

(Read config or lang file) I would set mine to Form load but you can allso make them able to change it so it will reload on a button or something
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        TextBox1.Text = My.Computer.FileSystem.ReadAllText(My.Application.Info.DirectoryPath + "\Config.cfg")
    End Sub

[EDIT]
Download link to EXE to check it out and see that it is working fine <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->
<!-- m --><a class="postlink" href="http://dl.dropbox.com/u/12582973/CFG.zip">http://dl.dropbox.com/u/12582973/CFG.zip</a><!-- m -->

Print this item

  need help with my music player:)
Posted by: Protection4Real - 02-22-2011, 09:21 AM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (3)

hello, i need help with this code here

this code should get the playlists that you created and then show them in a listbox but it gives me an error i would need some help with itSmile

Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim direc = "C:\Users\Admin\Documents\Visual Studio 2010\Projects\Xpress Player\Xpress Player\bin\Debug\playlists"
        For Each directory As String In System.IO.Directory.GetDirectories(direc)
            ListBox2.Items.Add(directory)
        Next

    End Sub

Print this item

  New Tech Support
Posted by: brandonio21 - 02-21-2011, 09:55 PM - Forum: Computing - No Replies

Hey guys! I'm going to add this to my website soon, but check out my new Live Tech Support feature! <!-- m --><a class="postlink" href="http://brandonsoft.com/livezilla/chat.php">http://brandonsoft.com/livezilla/chat.php</a><!-- m -->

(If I'm not online it will tell you to leave a message) Check it out!

Print this item

  New Website Design? Your thoughts?
Posted by: brandonio21 - 02-21-2011, 02:35 PM - Forum: Computing - Replies (14)

Hey guys!
Just wanted to see what you guys think of the new design i've been working on. Here's the link : http://brandonsoft.com/newtestwebsite/index%20(3).html

Tell me what you think!

Print this item

  What Happened to the Forum?!
Posted by: brandonio21 - 02-21-2011, 11:46 AM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (1)

Hey guys,
If you didn't notice, the forum went down for maintenance for about 24 hours, then went down completely. Here is an explanation of why this happened.

First off, I wanted to clear some of the forums unneeded files to make it run just a bit faster. That explains the maintenance.

Then, I wanted to switch to a cheaper host. So I went ahead and cancelled my old hosting in order to get a cheaper host. However, I then realized that this cheaper host was much slower than my old host, so I switched back.

This whole process took about 30 hours, and that's about how long the forums were down for. I apologize sincerely for the inconvenience.

So what Host am I using now? HostGator. They provided me with awesome customer service, and now the forum is running great. Check them out here

Print this item

  Internet Connection
Posted by: Taylor - 02-19-2011, 04:35 AM - Forum: Computing - No Replies

Hello, I have a weird problem with my internet connection: Whenever I upload a video to YouTube, i lose my internet connection and i can't upload the video.

Help <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->

Print this item

  Technodes Web Hosting!
Posted by: brandonio21 - 02-18-2011, 06:11 PM - Forum: Coupons/Savings - No Replies

Hey guys! Just wanted to alert you of this site, called Technodes. <!-- m --><a class="postlink" href="http://technodes.net/index.html">http://technodes.net/index.html</a><!-- m --> It is a web hosting service, where you can get top notch hosting for as cheap as $5 a month. I know I'll be switching to this service soon in order to save an extra $5 on my monthly bill <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->

Check it out!

Print this item

  The updated version of Favoriter!
Posted by: yjy1110 - 02-17-2011, 10:50 PM - Forum: Share your programs! - No Replies

This is the topic that I will upload newer versions so come in not too frequently, probably once a month...

Also, it will show a error when it starts, just click on continue because the settings.ini hasn't been installed but when you close it, it should install it... <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin --> <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->



Attached Files
.zip   Favoriter_2.0.zip (Size: 3.96 MB / Downloads: 887)
Print this item

  Read Webbrowser url box
Posted by: Protection4Real - 02-17-2011, 11:54 AM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (6)

Yes hello, i was wondering if anyone knows how to get the text of the current website that you are navigating to and then i mean webbrowsers like internet explorer firefox google chrome. example website url/text:

<!-- m --><a class="postlink" href="http://www.Google.com">http://www.Google.com</a><!-- m -->

i hope someone can help me with this <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->

Print this item

  Call of Duty: Black Ops on the Wii
Posted by: andavies - 02-17-2011, 11:42 AM - Forum: Gaming - Replies (3)

I need friends. Anyone want to be my friend?

Print this item