- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 7
- Posts with Upvotes
- 5
- Upvoting Members
- 6
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
In a nutshell I am the living idea of a student. I sleep as much as I can, I drink more than my body could possibly handle, and I try and dodge work. Unfortunately I am on a student placement from Uni, so for a whole year I am having to get up early,…
- Interests
- Programming, and of course games. Sometimes I even like to mix it up by programming my own games!
- PC Specs
- Work Rig 1GB Ram 128MB Graphics 80GB HD 2GHz Pent4
Something that we normally have to do at one point is right click on a richtextbox etc to copy/paste. Now, we all know there are keyboard shortcuts but for the end user it is better to have this feature. Here is the basic code to allow you to add this … | |
Re: [Code] while (Dr.Read()) { if ((UserName == Dr["name"].ToString()) & (Password == Dr["Password"].ToString())) { boolReturnValue = true; } Dr.Close(); } return boolReturnValue; [/CODE] Have the code that way and it should work. | |
Re: Any specific part of .Net? Like ASP, C# or just a general overview? | |
Re: You get countless exceptions thanks to sloppy code I put in a large blow up sheep | |
Re: You could also add this video webcast by Microsoft. [url]http://www.microsoft.com/events/series/msdnvideodev.mspx[/url] It has tutorials and all the source code to create a 2D and 3D game. Very good for beginners. | |
This seems to come up every so often, so thought I would add it here so people can have a look if they search the site. Reading and writing to a text file is a very basic thing in C#, most of us have to do it from very early … | |
Re: I felt that when he had the black suit it was funny, although the dancing infront of Mary-Jane scene was just pointless. Honestly - was there any need? The CGI of Venom was really poorly done, and frankly there just wasn't enough of them fighting. There was also far to … | |
Re: Hi there, I would say read through as many books and sites as possible. This is one that I found very good when I was first starting out: [url]http://www.samspublishing.com/library/content.asp?b=STY_Csharp_24hours&seqNum=10&rl=1[/url] | |
Re: Here are a few "good" meals for us students. Exact cooking times and quantities are not included here, mainly because I make this stuff "on the fly" depending on how I want it. Take 1 tin of Campbells Meatballs (or any other brand) 1 or more crusty rolls Cheese - … | |
Re: Hi hkBattousai Very easy to do that. Here is the code, it will do what you want it to: [CODE=c#] private void btStart_Click(object sender, EventArgs e) { btStart.Enabled = false; btStop.Enabled = true; } private void btStop_Click(object sender, EventArgs e) { btStart.Enabled = true; btStop.Enabled = false; } [/CODE] | |
Re: Vista leads to global warming, everything else gives you cancer. I cant really see the point. | |
Re: [Quote] Microsoft says they're going to release a QWERTY device, which is basically a regular Xbox 360 controller with a keyboard added onto the bottom, that will allow users to type normally, when Microsoft releases the software on May 7. [/Quote] Of course they are, and they will add a … | |
Re: Should he have an iPod with him whilst on duty? I don't see why this story is being branded about t'internet, utterly pointless. Did the iPod stop the bullet? No. End of story, move on, a soldiers armour did - is that amazing? No that is what it is meant … | |
Re: I agree with that article. Where I work the whole basis is on "deadlines" not whether it actually works! It amases me that management can make huge changes that take weeks of re-work, yet the final deadlines never ever shift. Where do they think we get these extra days from? … | |
| |
Re: This is a crazy move. I use VMW a lot, often running Windows XP or Vista to test my code. Why on earth would I want to go to a different machine, test my work, come back to my desk to fix anything, go back and re-test?! It is far … | |
Re: This is what, the 2nd lawsuit over a name because of Apple? They seem to be using more 'brute force' than ever. The rival tactics of Microsoft used to laughed at by Apple, yet now they seem to be embracing these "do what we say, or pay" bad practices. Apple … | |
The following is a simple painting program. It uses Windows Forms and will allow you to draw whatever you want. You can also include code to change the colour or size of the brush via a right click menu by using code such as this: [CODE] MenuItem mi = new … | |
Re: They are always funny to read. However, you have to remember that although we are smart enough to spot a scam, many are not. If these people weren't making money - you wouldn't be getting them. | |
Re: See if this code snippet helps you to get some basic drawing done, it will then rule out whether your code is all wrong. And you can implement everything else from there: [url]http://www.daniweb.com/code/snippet647.html[/url] | |
Re: I had a whole rant written out, but decided to go with this. I'm glad that you are feeling better, albeit over a rather small reason, but just remember that everyone wants different things out of a relationship so take it slow, listen to what she wants, and whatever you … | |
Re: Here are the 3 I use. Micrasaft Windies XP (Belfast Edition), Rangers FC, and Sir David Healy! :cheesy: | |
Re: My breakfast consists of: 1. Chocolate flapjack x 1 2. Tea with sugar x 3 3. Bottle of coke x 1 4. Pro Plus x 4 After that I am able to start work properly :) | |
Re: Has to be Picard. Kirk was to emotional when it came to women, but with Picard you can feel the sexual energy between him and the Doc. But his professionalism kept him from acting on those wild lustful impulses | |
Re: Sorry you totally lost me here, what is your point? | |
Re: Are you preforming the jobs one at a time? One way to make everything faster is to build a list first instead of doing them one at a time | |
Re: I rarely use Bold font when I'm writing design documents, the energy saving from that is enough to light up Blackpool Tower for a week :D | |
Re: I play RuneScape. Started playing when applying for a job at Jagex (and you had to complete 1 quest) and hated it from day 1. Then I started to gain levels and was hooked. Now I am a paying member and spend ages doing really boring tasks lol. Att: 65 … |