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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,806
» Latest member: BrandonSes
» Forum threads: 856
» Forum posts: 3,643

Full Statistics

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

Latest Threads
Looking for Adventure? Fi...
Forum: Random Discussion
Last Post: iHOMEz
11-16-2024, 09:18 PM
» Replies: 0
» Views: 509
Prettys Womans in your to...
Forum: Random Discussion
Last Post: iHOMEz
10-30-2024, 07:45 AM
» Replies: 0
» Views: 806
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-26-2024, 10:50 AM
» Replies: 0
» Views: 825
Beautiful Womans from you...
Forum: Random Discussion
Last Post: iHOMEz
10-19-2024, 02:48 PM
» Replies: 0
» Views: 923
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-06-2024, 05:00 PM
» Replies: 0
» Views: 1,080
Womans from your city - V...
Forum: Random Discussion
Last Post: iHOMEz
07-28-2024, 10:26 AM
» Replies: 0
» Views: 1,461
Supreme Сasual Dating - A...
Forum: Random Discussion
Last Post: iHOMEz
06-14-2024, 11:28 AM
» Replies: 0
» Views: 1,880
Beautiful Womans in your ...
Forum: VB.NET
Last Post: iHOMEz
06-09-2024, 09:23 PM
» Replies: 0
» Views: 1,690
Hangman in Rust
Forum: Other
Last Post: brandonio21
02-04-2018, 11:14 AM
» Replies: 2
» Views: 20,700
How to: Search files from...
Forum: VB.NET
Last Post: brandonio21
11-25-2017, 12:55 PM
» Replies: 1
» Views: 16,016

 
  Help w/ My External Hard Drive!
Posted by: Gamester699 - 05-10-2012, 11:05 AM - Forum: Computing - Replies (8)

I just bought a used external hard drive and i plugged it into my computer... now everytime i plug it in the computer drive freezes. When i plug it into the main usb port(directly to the motherboard) it says its connected but doesn't show up. Its a nextar nst-350u2 by vantec. I am running on Vista sp2. Help would be very apreciated <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->

Print this item

  Protecting a file
Posted by: Covert2String - 05-09-2012, 01:33 PM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (4)

Hi there, this time I have a more complex question <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin --> .
I need to protect my application. If anyone could explain me how I can avoid external manipulation of my app (I'd need a whitelist, though). This is really important! <!-- s:| --><img src="{SMILIES_PATH}/icon_neutral.gif" alt=":|" title="Neutral" /><!-- s:| -->

Thanks in advance

Edit: The best thing I can think is something that completely blocks manipulation like injecting a dll to the .exe and then a simple blacklist.

Print this item

  Extracting Data From A Website
Posted by: Bradley - 05-06-2012, 10:58 PM - Forum: Programming Help - Replies (3)

Hi there Team,
Just started a new project for a charity called Citizens Advice Bauru and wanted to know if it was possible to extract data from a website and display that text only in a textbox so the information is up to date it takes that information off the website and puts it in a textbox. Or to display that information in a web browser but not interested in pictures of links just the text from an immediate page <Front Page>

Here is an example


http://i877.photobucket.com/albums/ab333...itled1.jpg

Website: <!-- m --><a class="postlink" href="http://www.briteccomputers.co.uk">http://www.briteccomputers.co.uk</a><!-- m -->
If this is not possible that is also fine as it will give me something to get my teeth stuck in to at another time and I will try and find a way around it and tell them it can’t be done <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->

All help is appreciated and noted for future reference

Kind Regards

Bradley

Print this item

  Controlling a site
Posted by: brco900033 - 05-04-2012, 10:33 AM - Forum: Programming Help - Replies (3)

how can I execute a html code in my windows form so that the website does what the code says.
I really have no idea about how to do that!

Print this item

  Brandonsofts new site
Posted by: Gamester699 - 05-04-2012, 05:15 AM - Forum: Computing - Replies (2)

http://nyanit.com/brandonsoft.com <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->

Print this item

  Printing out 1-1000
Posted by: brandonio21 - 05-03-2012, 09:15 PM - Forum: Java - Replies (1)

I got a small challenge from a Youtube user, as follows:

Quote:Write a program to print out all of the numbers between 1 and 1000 inclusive. Each number should be seperated by a space. There should only be 10 numbers printed on any given line, i.e. every 10th number should be followed by the new line character.

So, here's the solution!
Code:
for (int i = 1; i <= 1000; i++) {
    System.out.print(i + " ");

    if (i % 10 == 0)
        System.out.println();
}

Pastebin version: http://pastebin.com/M1EZ73nw

Just thought that I would share!

Print this item

  New to programming
Posted by: Rabz - 04-25-2012, 06:46 AM - Forum: Your Things - Replies (3)

Hi Brandon,
This is Rabz how should I start to learn core java and advance java I know the basics of java and I dont find much difficulty in understanding the topics and I watched your videos it is helping me a lot but still I need the basics steps to learn programming and will you please tell me the way to learn and I am very much interested in becoming a Java Programmer.
Thanks.

Kind Regards,
Rabz

Print this item

  open text - URL document from listbox and determin which fil
Posted by: Bradley - 04-23-2012, 10:39 PM - Forum: Programming Help - Replies (4)

Developers

My name is Bradley and I have been developing for 2 years now using visual basic 2008 express edition I am also a developer and use assembly programming language.

Problem

I have a listbox that displays all files in a spersific directory and already have the code for showing the files and there extentions the probelm I am faceing is when I go to open a file some are URL and some are .doc and it don't know which one to open I need a peace of code that will allow to be open the file and it automaticly detects its exttention so any file for .doc = moduel 1.main and for URL goes to moduel 2.main here is the code so far

Moduel 1

Module Module1

Code:
Sub Main()
        OpenMicrosoftWord("C:\Travel\" & Form1.ListBox1.SelectedItem.ToString)
    End Sub
    Private Sub OpenMicrosoftWord(ByVal f As String)
        Dim startInfo As New ProcessStartInfo
        startInfo.FileName = "WINWORD.EXE"
        startInfo.Arguments = f
        Process.Start(startInfo)
    End Sub
End Module

Moduel 2

Module Module2
Code:
Sub Main()
        Process.Start("C:\Travel\" & Form1.ListBox1.SelectedItem.ToString)
    End Sub
End Module

Load form1

Code:
For Each FileStr As String In IO.Directory.GetFiles("C:\Travel", "*.*")
            ListBox1.Items.Add(IO.Path.GetFileName(FileStr))
        Next

open Button1

Code:
If ListBox1.SelectedItem = "*.doc" Then
            Module1.Main()
        End If
        If ListBox1.SelectedItem = "*.URL" Then
            Module2.Main()
        End If

any thoughts on what I could do or that I am doing wrong will be appricated and notied

Many Thanks

Print this item

  Reading XML file
Posted by: Covert2String - 04-22-2012, 04:58 PM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (5)

Hi, this time I need to read values from a XML file, the problem is, it pops up an error saying it contains invalid characters. These are a few lines of my XML file:

Quote:<item_proto extended="true" version="1">
<Item vnum="1" name="Yang" type="9" subtype="0" weight="0" size="1" antiflag="0" flag="0" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="64864" socket2="127" socket3="65008" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" />

So, how can I fully read the XML file, line by line, and fill a Box (comboBox, listbox...) with the values.

Print this item

  Looking to form new company need coders etc
Posted by: lonegunmen - 04-22-2012, 03:13 PM - Forum: Jobs - No Replies

I am looking to forming a company (shoestring software) and starting by building a email application much like "Incredimail" except I would like to make it more functional and less silly in certain areas (I guess more business like). I need help from coders that would like to join the project for a piece of the action when we go to marketing.
Let me know what you think. <!-- e --><a href="mailto:howarddully@gmail.com">howarddully@gmail.com</a><!-- e -->

Print this item