Forum: VB.NET Sep 11th, 2008 |
| Replies: 5 Views: 873 Go on Google and google a vb.net Calculator. And then open the source and incorporate it in your program. It's the quickest way without someone doing it for you. And when you done that and if you... |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 1 Views: 381 Hey guys, sorry for the vague title, I can't really think of a better way to describe my problem.
The problem is this, I am making a web browser with a tab system. I got the tabs to work fine, and... |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 3 Views: 2,682 First off, it's on the same line. but Try this:
Me.lblMortgagePayment.Text = (decMortgagePayment) & " Monthly Payment "
I am not too sure that is 100% correct because I am work but you got it... |
Forum: VB.NET Sep 6th, 2008 |
| Replies: 3 Views: 1,844 Thanks alot, this is exactly what I was looking for :) |
Forum: VB.NET Sep 4th, 2008 |
| Replies: 3 Views: 1,844 Hey I been messing around with a web browser appliation. I didn't want to use the IE renderer but I wanted to use Gecko. (mozilla)
after some research I came across: Mozilla Control 1.5. It was... |
Forum: VB.NET Sep 3rd, 2008 |
| Replies: 2 Views: 1,100 awesome, thanks. That worked a treat |
Forum: VB.NET Sep 3rd, 2008 |
| Replies: 2 Views: 1,100 Hey I got a form which has no form border style. The problem is, when I run my maximise code the form covers the whole screen including the start bar. Is there anyway around this?
Obviously when... |
Forum: VB.NET Sep 3rd, 2008 |
| Replies: 2 Views: 441 Hey Sorry for the late reply, been doing university work and been really busy, But thanks this code worked, thanks alot :) |
Forum: VB.NET Jun 16th, 2008 |
| Replies: 2 Views: 441 Hey Guys,
I am currently making a VB.net version of the Classic Ski Free at the moment. (which is going really well)
But I got a issue where I got a panel on the main form (the player movement... |
Forum: VB.NET Apr 8th, 2008 |
| Replies: 2 Views: 983 Thanks a lot, It works perfectly.
I just had to include:
Me.Left = Player.Left + Player.Width
Me.Top = Player.Top
into the button click also so it locked the forms when the... |
Forum: VB.NET Apr 5th, 2008 |
| Replies: 2 Views: 983 Hey everyone, I am currently making a Media player project and so far it is going really well. It is pretty much a combination of WMP, Itunes and Winamp and everything is working so far apart from... |
Forum: VB.NET Mar 14th, 2008 |
| Replies: 2 Views: 5,823 |
Forum: VB.NET Mar 13th, 2008 |
| Replies: 2 Views: 5,823 Hi everyone, I nearly finished my project but have come across an error. I can't update the database, it's the only error that comes up. I tried a few things but couldn't get my head around it. Any... |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 2 Views: 2,473 thanks I sorted it, I did the following
For Count = 1 To 267
column1string = ds.Tables("query1").Rows(Count).Item(0)
pupilfore1.Items.Add(column1string)
... |
Forum: VB.NET Feb 24th, 2008 |
| Replies: 2 Views: 2,473 I am currently trying to export data from a excell db to a vb.net and create some for loops so I can generate data from it.
anyway I got the whole thing working apart from I cant get the list box... |
Forum: VB.NET Dec 1st, 2007 |
| Replies: 2 Views: 1,154 Thanks alot for the reply. I am at work at the moment but I will try this as soon as I get home :)
Ryan |
Forum: VB.NET Dec 1st, 2007 |
| Replies: 2 Views: 1,154 Hi my Name is Ryan and I am currently doing a college project in VB.net
I have wrote a few programs in VB.net but for this current project I really need help...
Is there anyway of ending... |