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

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 3,153
» Latest member: Maddispog
» Forum threads: 857
» Forum posts: 3,646

Full Statistics

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

 
  2 Listboxes and database
Posted by: qazinasir - 07-20-2012, 08:46 PM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (7)

I want to build two listbox , listbox 1 and listbox2 ,and I have a datebase with table having ( Name, boilingpoint, density) , now on listbox1 I have given all the Name of the database , what I want is to select combination of items (Name) on listbox2 and use there boilingpoint and density in the coding in a formula .
how can i do that
attach is the preview of listbox to give you an idea what i am trying to do
regards
Nasir



Attached Files Thumbnail(s)
   
Print this item

  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!

Print this item

  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!

Print this item

  Small Role Playing Game Tutorial
Posted by: Moldraxian - 07-20-2012, 07:47 AM - Forum: Request a Video - Replies (6)

Would it be possible to create a small role playing game in visual studio 2010?

Print this item

  How Much Is My Laptop worth?
Posted by: Gamester699 - 07-19-2012, 08:21 PM - Forum: Computing - Replies (4)

I have a Dell Inspiron 1545
Year: 2010
RAM: 3.00GB
Hard Drive(CSmile: 134GB
CD Drive: Yes. CD/DVD RW
Processor: Intel Pentium Dual Core (2.00GHz)
System Type: 32bit
Operating System: Windows Vista Home Basic (SP2)
Webcam: No
Usb Ports: 3
Ethernet Port: Yes
HDMI Port: Yes

Everything is in pretty good condition. Everything works and i was just wondering how much my laptop is worth. It comes with the Vista (SP1) reinstall disk and all the drivers and software reinstall disks. I would prefer the price to be in Canadian dollars.

Print this item

  XNA?
Posted by: lhendrey45 - 07-19-2012, 01:50 PM - Forum: C#.NET (Visual C# 2010/2008) - Replies (1)

bran? you ever thought about using XNA to create games? <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin --> <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->

Print this item

  Compiling Code On The Fly?
Posted by: zmanalpha - 07-19-2012, 12:16 PM - Forum: VB.NET (Visual Basic 2010/2008) - Replies (4)

Hey Guys,
Is there any library or anything where i can take code stored in a file for say, compile said code and run it in side the application doing the compiling? Any Help Would Be appreciated <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin --> !

Print this item

  Setup video/room tour
Posted by: hejsamanful - 07-19-2012, 12:16 PM - Forum: Request a Video - Replies (1)

It would be awesome if you could make a setup/ room tour video. <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->

Print this item

  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.

Print this item

  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.

Print this item