Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 284
Search took 0.03 seconds.
Search: Posts Made By: mattireland
Forum: Visual Basic .NET May 23rd, 2008, 1:32 PM
Replies: 9
Views: 530
Posted By mattireland
Re: Counting Number of Letters in a String

Thanks.

@ knetcozd: Cipher cracking.
Forum: Project Ideas May 11th, 2008, 4:25 PM
Replies: 11
Views: 487
Posted By mattireland
Re: Hmm...Poker anyone?

Looks good. I'll have a little play around (totally forgot about this lol).
Forum: C++ May 8th, 2008, 5:43 AM
Replies: 6
Views: 276
Posted By mattireland
Re: Problems with upgrade on Bloodshed Dev C++

I'm running on XP. The system resources aren't a problem either.

Thanks for giving it a go though.
Forum: C++ May 8th, 2008, 4:52 AM
Replies: 6
Views: 276
Posted By mattireland
Re: Problems with upgrade on Bloodshed Dev C++

http://www.bloodshed.net/dev/devcpp.html

It's towards the bottom of that page. Thanks very much.

The reason I upgraded is I wanted to use the Allegro package with it, that was only compatible with...
Forum: C++ May 7th, 2008, 4:00 PM
Replies: 6
Views: 276
Posted By mattireland
Problems with upgrade on Bloodshed Dev C++

Hi,

I've just upgraded to the latest version of Bloodshed Dev C++ from version 4. I had no problems with the previous version but now I've uninstalled it and installed version 5 (I know it is beta...
Forum: Visual Basic .NET Apr 16th, 2008, 2:19 AM
Replies: 11
Views: 436
Posted By mattireland
Re: Dragging and Dropping

http://www.codeproject.com/KB/cs/dandtutorial.aspx

or

http://www.java2s.com/Code/CSharp/GUI-Windows-Form/Drag-Drop.htm


Any help?

Matt. I
Forum: Project Ideas Apr 2nd, 2008, 3:49 PM
Replies: 11
Views: 487
Posted By mattireland
Re: Hmm...Poker anyone?

Great! I haven't dabbled with Python much but if you want I'll see if I can pick up a bit of that as well and maybe we could have a look at doing it Python?
Forum: Project Ideas Apr 2nd, 2008, 2:22 PM
Replies: 11
Views: 487
Posted By mattireland
Re: Hmm...Poker anyone?

My favourite language at the moment is C++ and I can see it would be possible to do it like this but again I'd like to discuss it with others to hear input of ideas. Another possibility would be...
Forum: Project Ideas Apr 1st, 2008, 1:46 PM
Replies: 11
Views: 487
Posted By mattireland
Re: Hmm...Poker anyone?

Yeh, I'll give it a go if you want...... it's an idea.

It would be interesting to see if anyone else is interested. It would be nice to discuss ideas for something like this.
Forum: Coder's Corner Lounge Apr 1st, 2008, 1:43 PM
Replies: 1
Views: 133
Posted By mattireland
Re: Radio/Band Signal Receiver/Transmitter

To my knowledge, that sort of think would be impossible/very expensive. Also, I doubt the authorities would like you having that sort of thing so my guess is that it wouldn't exist but I'll watch...
Forum: Coder's Corner Lounge Mar 28th, 2008, 4:12 PM
Replies: 14
Views: 333
Posted By mattireland
Re: What to call my OS

miLOS it is - thanks very much!
Forum: Coder's Corner Lounge Mar 28th, 2008, 3:36 PM
Replies: 14
Views: 333
Posted By mattireland
Re: What to call my OS

Thanks guys! I see how the i thing could look bad with non-Apple stuff so thanks for pointing that out.... I might have to change the boot loader......

I, Linux - I like. mLOS I also like..... what...
Forum: Coder's Corner Lounge Mar 28th, 2008, 12:52 PM
Replies: 14
Views: 333
Posted By mattireland
What to call my OS

Hi,

I was wondering what to call my operating system. It's just a minimal Linux distro but I was thinking of one of the following:

iOS
iO
iLinux

but wasn't sure which. Any chance you could lend a...
Forum: C++ Mar 25th, 2008, 8:19 AM
Replies: 6
Views: 234
Posted By mattireland
Re: Problem with including resource files in Bloodshed Dev C++

Thank you very much! Now I understand!

Once the resource is compiled, do I just copy it into the include directory?

Thanks again!

Matt. Ireland
Forum: C++ Mar 23rd, 2008, 9:31 AM
Replies: 6
Views: 234
Posted By mattireland
Re: Problem with including resource files in Bloodshed Dev C++

Sorry, but please can you explain how that helps?

Thanks very much,

Matt. I
Forum: C++ Mar 22nd, 2008, 10:08 AM
Replies: 6
Views: 234
Posted By mattireland
Problem with including resource files in Bloodshed Dev C++

Hi,

I've checked the documentation and googled for help but can't find anything. I create a Windows project and to create the menu, I create a header file which I then copy to the default include...
Forum: C++ Mar 12th, 2008, 11:23 AM
Replies: 15
Views: 547
Posted By mattireland
Re: Stringstream in Bloodshed Dev C++

Yes, shame it can't be answered and I still haven't been able to find an answer lol but I guess stringstream isn't really essential and I've managed to avoid using it.
Forum: Coder's Corner Lounge Mar 12th, 2008, 11:21 AM
Replies: 23
Views: 758
Posted By mattireland
Re: What Language should I start with

I started with C++ - It's a great place to start!
Forum: C++ Feb 22nd, 2008, 5:32 AM
Replies: 21
Views: 700
Posted By mattireland
Re: My programs aren't running...( no errors)

Try putting in a SYSTEM("PAUSE"); at the end. This will make the prompt stay about for longer so you'll be able to actually see the output of the program. I think it only works in the latest version...
Forum: Coder's Corner Lounge Feb 12th, 2008, 11:08 AM
Replies: 21
Views: 632
Posted By mattireland
Re: Thinking up good application names?

Thanks guys - I'm really grateful for the response and it is helpful!
Forum: PHP Jan 28th, 2008, 1:11 AM
Replies: 5
Views: 239
Posted By mattireland
Re: Linking fields in a database

Navicat does that nicely for you but thanks!

It might actually be easier to do it by hand though!

Thanks again!

Matt. I
Forum: PHP Jan 25th, 2008, 3:10 AM
Replies: 5
Views: 239
Posted By mattireland
Re: Linking fields in a database

Sorry, I didn't realise it was that simple! I just did that!

Sorry for being such a noob and thank you very much!
Forum: PHP Jan 24th, 2008, 3:20 PM
Replies: 5
Views: 239
Posted By mattireland
Linking fields in a database

Hi,

I've been looking all over for how to do this but unfortunately haven't been able to find anything... I really hope you can help me please!

I've used navicat to create my database and i've...
Forum: Visual Basic .NET Jan 6th, 2008, 11:58 AM
Replies: 6
Views: 355
Posted By mattireland
Re: Temperature Controls

Thanks! The C# was helpful!

There are two ways (almost the same) I managed to find (with some help) in VB.NET:


Imports System
Imports System.Management

Public Class Form1
Forum: Coder's Corner Lounge Jan 6th, 2008, 11:55 AM
Replies: 21
Views: 632
Posted By mattireland
Re: Thinking up good application names?

Oh right. Thanks guys this was really helpful!

I could try the animals or planets and thanks for that long, lengthy reply - milot - that was very helpful too!

Thanks again,

Matt. I
Forum: Visual Basic .NET Jan 6th, 2008, 7:01 AM
Replies: 4
Views: 232
Posted By mattireland
Re: Rapid 'Refresh'

Sorry for being unclear. I was using x + y = z as a bad example.

Suppose z was the temperature of the CPU or something. Could I make it so it was constantly updating?
Forum: Coder's Corner Lounge Jan 5th, 2008, 2:10 PM
Replies: 7
Views: 186
Posted By mattireland
Re: New Keyboard

@Klarre: Thanks for the recommendation - they sound cool. I'll check them out!
Forum: Coder's Corner Lounge Jan 5th, 2008, 12:04 PM
Replies: 21
Views: 632
Posted By mattireland
Re: Thinking up good application names?

Yes OK thanks.

The application bit is very cruical :) Yeh I'll give it a go (well maybe not the long one).

Thanks!
Forum: Coder's Corner Lounge Jan 5th, 2008, 10:03 AM
Replies: 21
Views: 632
Posted By mattireland
Re: Thinking up good application names?

:( oh well..... any other suggestions?
Forum: Coder's Corner Lounge Jan 5th, 2008, 7:17 AM
Replies: 7
Views: 186
Posted By mattireland
New Keyboard

I was going on the cheap a bit. I wanted a G-15 but it was way too expensive. Anyway it's pretty cool!

http://www.overclockers.co.uk/showproduct.php?prodid=KB-019-SK&groupid=702&catid=23&subcat=2
Forum: Coder's Corner Lounge Jan 5th, 2008, 7:16 AM
Replies: 54
Views: 2,022
Posted By mattireland
Re: What happened to DaWei?????

Yea, whatever lol.
Forum: Coder's Corner Lounge Jan 5th, 2008, 6:38 AM
Replies: 21
Views: 632
Posted By mattireland
Thinking up good application names?

Hi,

I'm rubbish at arty stuff. Tech stuff wahoo!

So as you may expect I have trouble thinking up names for application. Are there any good logical processes to go through?

Thanks!

Matt. I
Forum: Visual Basic .NET Jan 5th, 2008, 5:45 AM
Replies: 4
Views: 232
Posted By mattireland
Rapid 'Refresh'

Hi,

I used to have this really good way of 'refreshing' a data value continuously e.g. if x + y = z but x and y were constantly changing then this equation would need to be continually redone....
Forum: Coder's Corner Lounge Jan 5th, 2008, 5:41 AM
Replies: 54
Views: 2,022
Posted By mattireland
Re: What happened to DaWei?????

I agree with practically everything that grumpy has said.

I miss DaWei.

Just for pure interest can we run an IP check - are grumpy and DaWei on the same address?

EDIT: Going on the theory that...
Forum: Coder's Corner Lounge Jan 4th, 2008, 4:35 PM
Replies: 28
Views: 603
Posted By mattireland
Re: How Geek Are You?

@Sane: Thanks! You've made my day for me :)

@Indigno: Well done!
Forum: Visual Basic .NET Jan 4th, 2008, 9:43 AM
Replies: 8
Views: 355
Posted By mattireland
Re: VB 2008 Express Edition HELP

Or just put it straight onto the c drive like C:\file
Forum: Visual Basic .NET Jan 3rd, 2008, 3:58 AM
Replies: 5
Views: 332
Posted By mattireland
Re: Pinger suggestions?

To me, another relatively new programmer (only been doing it about 2 years) it looks fine. I'd always try to comment my code a bit more though.

I'll see if some of the more experienced guys have...
Forum: Visual Basic .NET Jan 3rd, 2008, 3:57 AM
Replies: 6
Views: 355
Posted By mattireland
Re: Temperature Controls

Yes, I think it would be nice. Why would you not recommend it? Is there something bad I'm missing?

Thanks for the reply!
Forum: Coder's Corner Lounge Jan 2nd, 2008, 3:32 PM
Replies: 28
Views: 603
Posted By mattireland
Re: How Geek Are You?

Oh OK I suppose you've got a point there - I'm 99.9% geek. Who else enjoys wearing a bow tie for normal work?
Forum: Visual Basic .NET Jan 2nd, 2008, 2:53 PM
Replies: 6
Views: 355
Posted By mattireland
Temperature Controls

Hi,

I'm wanting to make a temperature monitoring application like speedfan or coretemp and was just wondering how to monitor the temperature. Is there a certain control - I've tried googling for a...
Showing results 1 to 40 of 284

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:31 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC