Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 2 online users. » 0 Member(s) | 1 Guest(s) Bing
|
Latest Threads |
Womans from your city - V...
Forum: Random Discussion
Last Post: iHOMEz
02-27-2025, 12:59 PM
» Replies: 1
» Views: 2,855
|
Looking for Adventure? Fi...
Forum: Random Discussion
Last Post: iHOMEz
01-08-2025, 11:00 PM
» Replies: 1
» Views: 1,878
|
Find Local Women Looking ...
Forum: Random Discussion
Last Post: iHOMEz
12-27-2024, 12:11 AM
» Replies: 0
» Views: 1,024
|
Prettys Womans in your to...
Forum: Random Discussion
Last Post: iHOMEz
10-30-2024, 07:45 AM
» Replies: 0
» Views: 1,854
|
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-26-2024, 10:50 AM
» Replies: 0
» Views: 1,793
|
Beautiful Womans from you...
Forum: Random Discussion
Last Post: iHOMEz
10-19-2024, 02:48 PM
» Replies: 0
» Views: 1,932
|
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-06-2024, 05:00 PM
» Replies: 0
» Views: 2,057
|
Supreme Сasual Dating - A...
Forum: Random Discussion
Last Post: iHOMEz
06-14-2024, 11:28 AM
» Replies: 0
» Views: 2,880
|
Beautiful Womans in your ...
Forum: VB.NET
Last Post: iHOMEz
06-09-2024, 09:23 PM
» Replies: 0
» Views: 3,064
|
Hangman in Rust
Forum: Other
Last Post: brandonio21
02-04-2018, 11:14 AM
» Replies: 2
» Views: 22,638
|
|
|
Module Issue |
Posted by: Vinwarez - 07-20-2012, 04:37 PM - Forum: Programming Help
- Replies (18)
|
 |
Since the code I had for my previous game was too messy and I didn't understand the half of it, I decided to start from scratch again and to try to understand the code snippets you gave me. I decided to use Modules to make Bullets and Enemies, but now I am facing a new problem. I cannot add the bullets and enemies to the screen since I cannot use Controls.Add(Bullet) method. I tried to declare a variable as Form1.ControlCollection, but that did not work. If that is not possible, please inform me.
Thank you!
|
|
|
Yet another upgrade announcement |
Posted by: brandonio21 - 07-20-2012, 12:33 PM - Forum: Computing
- Replies (5)
|
 |
Hello guys! I'm here yet again to announce a couple new things to BP Forums!
First of all, we have fixed an annoying bug that requires you to press a link after you submit a post in order to actually get back to the topic. Yay!
Second, we have now added rank images. Each rank now has its own set of stars. The higher your rank, the more stars you have.
Third, we have now added a little section called "Similar Topics" below each thread. This should allow users to quickly find topics related to their problem and solve their problem more efficiently.
Finally, we have added a new code module! In order to use this code module, simply use the code tags
Code: [code2=language]
[/code2]
So for example, if I want to type in some VB.NET code, I use
Code: [code2=vbnet]
[/code2]
And it outputs as...
[code2=vbnet]Public Sub New()
_milliseconds = 0
_seconds = 0
_minutes = 0
_hours = 0
_days = 0
_weeks = 0
_months = 0
_years = 0
Me.Text = "0:0:0:0:0:0:0:0"
countdownTimer = New Timer()
countdownTimer.Interval = 1
AddHandler countdownTimer.Tick, AddressOf Tick
End Sub[/code2]
I can do the same thing with Java if I simply change the language tag from "vbnet" to "java"
[code2=java]public static void main(String[] args) throws IOException
{
//Code is executed
BufferedReader reader = null;
try
{
reader = new BufferedReader(new FileReader(new File("text.txt")));
String contents = reader.readLine();
System.out.print(contents);
}
catch (Exception e)
{
e.printStackTrace();
}
finally
{
if (reader != null)
reader.close();
}
}[/code2]
And there you have it! Hopefully you guys enjoy these new updates!
|
|
|
A few questions |
Posted by: brco900033 - 07-19-2012, 09:37 AM - Forum: Programming Help
- Replies (2)
|
 |
Hi! I have a few questions:
1] Can I make a downloader to download files without hotlinks?
2] I've added a WebBrowser to my form but can I use WatiN on that or do I need to use Internet Explorer/Firefox?
3] I want to get the link attached to a Download button with WatiN.
|
|
|
How to Package MySql Connector and MySql Program? |
Posted by: Moldraxian - 07-19-2012, 08:36 AM - Forum: Programming Help
- Replies (3)
|
 |
Hello everybody! I have run into an issue with a MySql program. I am trying to package my MySql Connector and my program using WinRar, but every copy of WinRar I find does not have extraction options in SFX. Basically, I need a version of WinRar that will make the MySql connector install before the program is run. If anyone can help me it would be greatly appreciated.
|
|
|
|