Welcome, Guest |
You have to register before you can post on our site.
|
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: 475
|
Prettys Womans in your to...
Forum: Random Discussion
Last Post: iHOMEz
10-30-2024, 07:45 AM
» Replies: 0
» Views: 755
|
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-26-2024, 10:50 AM
» Replies: 0
» Views: 785
|
Beautiful Womans from you...
Forum: Random Discussion
Last Post: iHOMEz
10-19-2024, 02:48 PM
» Replies: 0
» Views: 885
|
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-06-2024, 05:00 PM
» Replies: 0
» Views: 1,046
|
Womans from your city - V...
Forum: Random Discussion
Last Post: iHOMEz
07-28-2024, 10:26 AM
» Replies: 0
» Views: 1,419
|
Supreme Сasual Dating - A...
Forum: Random Discussion
Last Post: iHOMEz
06-14-2024, 11:28 AM
» Replies: 0
» Views: 1,848
|
Beautiful Womans in your ...
Forum: VB.NET
Last Post: iHOMEz
06-09-2024, 09:23 PM
» Replies: 0
» Views: 1,653
|
Hangman in Rust
Forum: Other
Last Post: brandonio21
02-04-2018, 11:14 AM
» Replies: 2
» Views: 20,649
|
How to: Search files from...
Forum: VB.NET
Last Post: brandonio21
11-25-2017, 12:55 PM
» Replies: 1
» Views: 15,961
|
|
|
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!
|
|
|
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 -->
|
|
|
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
|
|
|
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!!!!!!!!
|
|
|
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!
|
|
|
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 -->
|
|
|
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.
|
|
|
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 -->
|
|
|
help with my error |
Posted by: jochen29 - 09-08-2012, 04:47 PM - Forum: Programming Help
- Replies (8)
|
|
my erro:
Value cannot be null.
Parameter name: dataSet
heres my code:
[code2=vbnet]Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
Dim da As New MySqlDataAdapter("Update personalinfo, schoolinfo set sno = '" & txtSno.Text & "',
lastname = '" & txtLastName.Text & "',
middlename = '" & txtMiddleName.Text & "',
gender = '" & cmbGender.Text & "',
dateofbirth = '" & txtBirthday.Text & "',
school = '" & txtCollege.Text & "',
course = '" & cmbCourse.Text & "',
department = '" & txtDepartment.Text & "',
dateenrolled = '" & txtEnrolled.Text & "',
yeargraduated = '" & txtGraduated.Text & "',
where no = '" & txtSno.Text & "'", MySQLConn)
da.Fill(ds)
Me.Hide()
frmMain.showData()[/code2]
im trying to edit and save the info here.. the error appears above.
|
|
|
|