- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
3rd year Renewable Energy BSc student at the University of Exeter.
Currently a software engineer specialising in PHP & MySQL. I have knowledge of PHP & Python and interests in learning C & Eiffel.
- Interests
- Computers, programming, site management, reading, cycling, photography and such.
- PC Specs
- Macbook Pro 13", OS X Lion Windows 7 Professional: E6600 2.4Ghz 6Gb DDR800 RAM 250Gb 7200RPM…
17 Posted Topics
Re: So you want to have the second tab disabled until they check this checkbox? Well, after fiddling around for a little bit (I'm rather new to Visual Basic so maybe this could be done better) I've found out that there is no 'obvious' enabled state of the tab. The intellisense … | |
Through using Visual Studio to learn more about ASP.net and VB.net I would like to connect to a database. I create an .mdf database file but I've no idea how to connect to it (well, I have some code below...) that's not my only problem but I'll ask the next … | |
Re: mhmm, this may come in useful personally to actually, especially checking for the @ symbol in an email address, although there's probably better ways to do it :) | |
Re: [code=vbnet] 'Variables Dim rowNum As Integer = 0 Dim dbMaxNumRows As Integer = dbDataSet.Tables("Dataset").Rows.Count - 1 'Moves forward a record Private Sub btNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btNext.Click 'If the current row number doesn't not equal the max number of rows If rowNum <> dbMaxNumRows Then … | |
Re: I don't find this surprising at all, as a student myself I see first hand people on these sites. I personally don't visit any of the social networking sites in school time, and rarely in my own time. Me and a few others if we get on the internet at … | |
For my computing project last year I created a simple booking system in Access 2003 with a little bit of VBA to enhance it a little. However this year I need to improve it. One of the main problems I found with my booking system is that double bookings can … | |
Hey, I am currently having some problems with VB.net and MSSQL. I'm trying to create an application to learn more about VB.net, I decided to create a simple login system for the application (like the ones they used in distributed applications which have a centeral SQL server). I have come … | |
Re: Hey there, this is the wrong forum really, it should really go in [url]http://www.daniweb.com/forums/forum143.html[/url] However seeing as I'm here now I'll provide some help. The best way to centre a page I have found in my expereince is to use a little margin/left thing. This goes in your style tags … | |
Re: Hey, please be patient your thread may take a few days to be answered if it gets answered at all, I can't help with your main problem sorry but I do know the watermark has been put there with some simple CSS using the background:url(img_url.jpg); attribute :) | |
Seeing as I like being able to have as much control over the things I make as possible it means I will rarely use the inbuilt ASP.net controls (i.e. the login system provided or the inbuilt verification) I will however use the <asp:****> controls in order for my applications to … | |
Mhm. This is the VB.net code behind a webpage I'm working with, I've also provided the ASP.net for the frontpage as well. This maybe really simple and I've missed it but everytime I run this code (below) I keep on getting the same error "Invalid column name, Skyrail" where 'Skyrail' … | |
Re: When you create a website folder it's usually put in the /Websites/ folder within your Visual Studio/Visual Web Developer folder. The folder in the projects folder just contains information about the project as opposed to the actual project files. So say I have a project called Overland my project file … | |
I'm using Visual Studio and I'm learning ASP.net, to learn I'm following the VWD Videos available on the Microsoft website. I watched one of the videos and the guy used a Global.asax file, I followed exactly as I did but at the top of the file where the [icode]<%@ Application … | |
Re: Mhm. Well I found it hard to follow your code and what exactly it does. But if I read correctly at the beginning you want to do the following: [code=VBNET] Public Class Learning2 Dim total As Double = 0 Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles … | |
Re: Hey there ferrier, couldn't you just shorten that whole piece of code down to just 3 statements? I've done it here (without using Val, you can add it if you want and such): [code=VBNET] If TextBox1.Text = TextBox3.Text And TextBox2.Text = TextBox4.Text Or TextBox1.Text = TextBox4.Text And TextBox2.Text = TextBox3.Text … | |
Re: Hey Joseph, what programming languages have you looked into so far? If any at all that is? | |
Hey there, I'm BluePaper or Aled. I'm currently a student studying A-levels (first year 6th form, and don't ask me to explain infact: [url]http://en.wikipedia.org/wiki/A-levels[/url]) of which I am studying Maths, Physics, Chemistry and Computing. My interests lie in a variety of computer based things and I've dabbled a bit in … |
The End.