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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,151
» Latest member: AmeliBral
» Forum threads: 857
» Forum posts: 3,646

Full Statistics

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

Latest Threads
Womans from your city - V...
Forum: Random Discussion
Last Post: iHOMEz
02-27-2025, 12:59 PM
» Replies: 1
» Views: 2,849
Looking for Adventure? Fi...
Forum: Random Discussion
Last Post: iHOMEz
01-08-2025, 11:00 PM
» Replies: 1
» Views: 1,874
Find Local Women Looking ...
Forum: Random Discussion
Last Post: iHOMEz
12-27-2024, 12:11 AM
» Replies: 0
» Views: 1,017
Prettys Womans in your to...
Forum: Random Discussion
Last Post: iHOMEz
10-30-2024, 07:45 AM
» Replies: 0
» Views: 1,852
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-26-2024, 10:50 AM
» Replies: 0
» Views: 1,790
Beautiful Womans from you...
Forum: Random Discussion
Last Post: iHOMEz
10-19-2024, 02:48 PM
» Replies: 0
» Views: 1,929
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-06-2024, 05:00 PM
» Replies: 0
» Views: 2,055
Supreme Сasual Dating - A...
Forum: Random Discussion
Last Post: iHOMEz
06-14-2024, 11:28 AM
» Replies: 0
» Views: 2,879
Beautiful Womans in your ...
Forum: VB.NET
Last Post: iHOMEz
06-09-2024, 09:23 PM
» Replies: 0
» Views: 3,063
Hangman in Rust
Forum: Other
Last Post: brandonio21
02-04-2018, 11:14 AM
» Replies: 2
» Views: 22,636

 
  Mail Sending help
Posted by: manishshrestha60 - 09-16-2012, 03:28 AM - Forum: Programming Help - Replies (5)

Hi, BPFourms
I am working on my homework and it says that i have to make a mail sending program. I didn't online search and found this code but it doesn't work. Can some please help me?

Code:
Dim Message As New System.Net.Mail.MailMessage
Message.Subject = "test"
Message.Body = "test"
Message.From = New Net.Mail.MailAddress("my_account@gmail.com", "Derek")
With Message.To
    .Add(New Net.Mail.MailAddress("test1@gmail.com", "Derek"))
    .Add(New Net.Mail.MailAddress("test2@gmail.com", "Derek"))
End With
Dim Smtp As New System.Net.Mail.SmtpClient("smtp.gmail.com", 587)
Smtp.EnableSsl = True
Smtp.Credentials = New Net.NetworkCredential("my_gamil_account@gmail.com", "my_gmail_password")
Smtp.Send(Message)

Print this item

  Novi Search Master 7.1
Posted by: Wedcot - 09-15-2012, 04:50 PM - Forum: Share your programs! - No Replies

Wedcot here with my first real post here on the forums. This summer I started to learn VB and even enrolled in a class which is going really good. I created Novi Search Master only a few months ago and it already has about 1200 lifetime downloads! I am loving programming and wanted to know what you guys think of NSM. Here is a download link off of sourceforge: <!-- m --><a class="postlink" href="http://sourceforge.net/projects/searchmaster/?source=directory">http://sourceforge.net/projects/searchm ... =directory</a><!-- m -->

Enjoy and thanks!

Print this item

  CaveOfProgramming
Posted by: brandonio21 - 09-15-2012, 11:00 AM - Forum: Java - No Replies

Hey guys! I just wanted to share a YouTube channel with you that discusses the functionality of Java very in-depth. He does a good job at explaining the language and he also has a fancy accent.

<!-- m --><a class="postlink" href="http://www.youtube.com/user/caveofprogramming/videos?sort=da&flow=grid&view=0">http://www.youtube.com/user/caveofprogr ... rid&view=0</a><!-- m -->

Print this item

  Copy file to clipboard
Posted by: brco900033 - 09-15-2012, 07:41 AM - Forum: Programming Help - Replies (4)

Hi!
I have a question already. How can I copy a file to the clipboard? Not only the path or filename, but the whole file so you can actually paste the file onto your desktop or something.

Thanks in advance

Print this item

  Save Help
Posted by: manishshrestha60 - 09-14-2012, 02:20 PM - Forum: Programming Help - Replies (2)

Hi, BP Forums
Can anyone help me with save the Vb data. I am working a project and the main point of the project is that you can only click one button and it becomes disable. then if the person closes the program and opens it the button is still suppose to be disable until for 7 days or more . Please help me!!!!!!!!

Print this item

  Read and delete lines
Posted by: brco900033 - 09-14-2012, 10:27 AM - Forum: Programming Help - Replies (6)

Hello guys

I have a question; how can I read and delete a specific line from a textbox (multiline already set to true ofcourse). I searched a lot of forums but those codes always contains little errors.

Have a nice day!

Print this item

  GTA V
Posted by: brco900033 - 09-13-2012, 09:42 AM - Forum: Gaming - Replies (5)

Ohhhh man, can't wait until this is released! I've heard alot about GTA V, it will be like the San Andreas map only better, even the main character looks like CJ. I think it will be released in november this year (I hope so).

<!-- m --><a class="postlink" href="http://www.gtav.net/info/">http://www.gtav.net/info/</a><!-- m -->

Print this item

  Search ListBox + Convert ListBox.item to string
Posted by: brco900033 - 09-12-2012, 09:55 AM - Forum: Programming Help - Replies (3)

I'm working on a project and I have two questions. I searched alot for it but nothing found:

1) how to convert a listbox item to a string (only one item)
2) how to search a listbox and then select the first item that matches the string searching for
... and if it's possible add a complete match option to it

Hope you can help

Greets!

PS: I already know how to search for item <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->
[code2=vbnet]ListBox1.Items.Contains(TextBox1.Text)[/code2]

Print this item

  Little help!
Posted by: Sohail - 09-10-2012, 08:18 AM - Forum: Programming Help - Replies (2)

Hi guys,I'm totally new in programming and want to design
a media player like software and I was thinking that how can I make my software to open video files of any format.
Brandon I've watched your videos and learned many things from your tutorials,so thanks for that.I would be really thankful if you could help me with this too and guide me a little thanks.

Print this item

  BrandonSoft Web Hosting
Posted by: brandonio21 - 09-08-2012, 07:11 PM - Forum: Computing - Replies (4)

It has come to my attention that a lot of the members of this forum want to create their own website, but don't know how to setup the initial hosting and domain settings. Because of this, I have started my own little hosting company called "BrandonSoft Web Hosting", where one can purchase reliable servers that are able to hold a basic website. All for only $5 a month.

If you are interested, payments are accepted via PayPal. Sign up here: <!-- m --><a class="postlink" href="http://brandonsoft.com/hosting.html">http://brandonsoft.com/hosting.html</a><!-- m -->

Print this item