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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,804
» Latest member: msontop6722
» Forum threads: 856
» Forum posts: 3,643

Full Statistics

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

Latest Threads
Looking for Adventure? Fi...
Forum: Random Discussion
Last Post: iHOMEz
11-16-2024, 09:18 PM
» Replies: 0
» Views: 495
Prettys Womans in your to...
Forum: Random Discussion
Last Post: iHOMEz
10-30-2024, 07:45 AM
» Replies: 0
» Views: 784
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-26-2024, 10:50 AM
» Replies: 0
» Views: 810
Beautiful Womans from you...
Forum: Random Discussion
Last Post: iHOMEz
10-19-2024, 02:48 PM
» Replies: 0
» Views: 911
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-06-2024, 05:00 PM
» Replies: 0
» Views: 1,070
Womans from your city - V...
Forum: Random Discussion
Last Post: iHOMEz
07-28-2024, 10:26 AM
» Replies: 0
» Views: 1,443
Supreme Сasual Dating - A...
Forum: Random Discussion
Last Post: iHOMEz
06-14-2024, 11:28 AM
» Replies: 0
» Views: 1,865
Beautiful Womans in your ...
Forum: VB.NET
Last Post: iHOMEz
06-09-2024, 09:23 PM
» Replies: 0
» Views: 1,681
Hangman in Rust
Forum: Other
Last Post: brandonio21
02-04-2018, 11:14 AM
» Replies: 2
» Views: 20,683
How to: Search files from...
Forum: VB.NET
Last Post: brandonio21
11-25-2017, 12:55 PM
» Replies: 1
» Views: 15,991

 
  My next software release Your suggestions?
Posted by: Gamester699 - 11-03-2011, 12:23 PM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (3)

Hey, what do you think i should make for my next software release.
PS i closed my old site and am working on a new one.

Print this item

  Using the Gecko Web Browser control
Posted by: openeXpressions - 11-01-2011, 10:22 AM - Forum: Programming Help - Replies (18)

Hi all!
Does anyone know how to show a web document in the Gecko Web Browser? Here is the code I have:

Code:
Private Sub RichTextBox1_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Mkc_CodeBox1.KeyPress

        GeckoWebBrowser1.Text = RichTextBox1.Text
    End Sub
I had DocumentText before, but it would not permit me to use that.
Any and all help is greatly appreciated.
UtilityBuilder <!-- sWink --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt="Wink" title="Wink" /><!-- sWink -->
P.S- Can you upload the source for the latest HTML-IDEx? What did you use to create the fourth caption button of double arrows?

Print this item

  Learn to code in JavaScript!
Posted by: brandonio21 - 10-27-2011, 08:31 PM - Forum: Computing - Replies (1)

Hey guys! I just thought that I'd share this website with you.. It actually raised around $2.5 Million in donations in order to teach people how to code Javascript - one of the most dominant web-based coding languages.

If you know a language such as C, PHP, or Java, Javascript should be somewhat familiar for you!

Anyway, enjoy the website!
<!-- m --><a class="postlink" href="http://www.codecademy.com">http://www.codecademy.com</a><!-- m -->

(It has several lessons available)

Print this item

  Encryption & "Decryption"
Posted by: Covert2String - 10-25-2011, 12:26 PM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (3)

Hello, I would like to know how encrypted files work, and how to decrypt a file, like game files that are encrypted with a unknown alogorithm, I do I "decrypt" it? If possible I would like an explanation rather than the code, because the main point with this topic is to understand how it works.

Print this item

  Change your right click menu
Posted by: brandonio21 - 10-19-2011, 08:49 PM - Forum: Computing - Replies (1)

I just saw this YouTube video by PCWizKid, which showed off a piece of software that allows you to customize your right click menu. Here is the link:
<!-- m --><a class="postlink" href="http://pcwizkidstechtalk.com/index.php/filemenu-tool.html">http://pcwizkidstechtalk.com/index.php/ ... -tool.html</a><!-- m -->

Hopefully you guys find this useful!

Print this item

  Message System
Posted by: b_ongzhenyu - 10-18-2011, 10:31 PM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (5)

Hello all,
anyone here knows how to create a message system that allows different users to interact to each other. I want it to be simple.
Thanks

Print this item

  Clock
Posted by: brandonio21 - 10-15-2011, 07:26 PM - Forum: Java - No Replies

I just wanted to share with you guys the clock that I have made within Java. It is definitely a little advanced for what I have been covering in my tutorials, but there should be a tutorial that will teach you how to use graphics soon enough!

Enjoy!
<!-- m --><a class="postlink" href="http://brandonsoft.com/PersonalProjects/clock/clock.html">http://brandonsoft.com/PersonalProjects ... clock.html</a><!-- m -->

Print this item

  Open a directory
Posted by: brco900033 - 10-14-2011, 08:07 AM - Forum: Programming Help - Replies (6)

Hello,
I was wondering on how to make a code to open a directory.
Thx

Print this item

  Database
Posted by: brco900033 - 10-09-2011, 01:11 AM - Forum: Programming Help - Replies (1)

Hi,
I have a really difficult question I think. I'm making a translater in visual basic. So I thouhgt to make a code that searches the word from textbox1 into a database and then displays the founded word in textbox2. I'm making my database in Microsoft Acces. (I don't know if that is important)

thx

Print this item

  Email Sender
Posted by: brco900033 - 10-07-2011, 10:00 AM - Forum: Programming Help - Replies (2)

Hi,
How can I make a code that just sends the text of TextBox1 to my é-mail?

Thx

Print this item