Forum: Windows NT / 2000 / XP Nov 9th, 2005 |
| Replies: 10 Views: 2,057 Yeah, the nameing for these things is a real pain. They're all the same deal. My main recommdation: don't get any of the fat ones (fat as in thicker/wider than the USB connection itself). Reason... |
Forum: Windows NT / 2000 / XP Oct 27th, 2005 |
| Replies: 10 Views: 2,057 Hey Dortz,
Not sure where you're buying your USB drives, but you're getting ripped off! I'm in Canada and if I go into a Best Buy for $40 I can get a 512mb USB key, 1 gig for $69.99. As usual,... |
Forum: IT Professionals' Lounge Oct 26th, 2005 |
| Replies: 11 Views: 6,980 Hey,
Sorry for the delay, haven't been around much for the last week. I like the idea you came up with. Cross-platform development is a good challenge, lots of possibilities to think of.
As... |
Forum: C++ Oct 24th, 2005 |
| Replies: 3 Views: 3,383 Ok.... I know you're new to this so I wont go to hard on ya....
There's a couple of problems going on here, for your error though, your code is trying to apply an else to a while loop which just... |
Forum: Computer Science Oct 19th, 2005 |
| Replies: 3 Views: 2,539 I've wondered about this for quite a while now and thought I would post a question. How do you Software Engineers/Developers keep track of the knowledge you have gained from working on software... |
Forum: Java Oct 19th, 2005 |
| Replies: 4 Views: 1,360 Read This (http://www.daniweb.com/techtalkforums/announcement8-2.html) and post what you've got so far. Sounds like a homework assignment to me, isn't the whole idea of going to school so that you... |
Forum: IT Professionals' Lounge Oct 19th, 2005 |
| Replies: 11 Views: 6,980 Ok, that information is good. What are you familiar with software wise? For a project of this level you might want to stick with something you're at least familiar with so that your time is spent... |
Forum: Java Oct 19th, 2005 |
| Replies: 1 Views: 1,204 Curious, does your solution have to have the entire alphabet in a single pic.bmp file? If not it's actually a pretty easy solution. You could use an associative array (follow this example)... |
Forum: IT Professionals' Lounge Oct 18th, 2005 |
| Replies: 11 Views: 6,980 What are the criteria for the project? Are you working on this on your own or in a group? Do you need to have a company sponsor the project? Let me know the details and I might be able to help you... |
Forum: Windows NT / 2000 / XP Oct 18th, 2005 |
| Replies: 4 Views: 2,204 I'd definitely start doing some searching on using the recovery console. Otherwise I'd be looking at installing XP overtop of itself without a format, backing up your data then doing a clean... |
Forum: Troubleshooting Dead Machines Oct 18th, 2005 |
| Replies: 3 Views: 2,129 Well, I've never heard of a computer store that wont let you return something if it doesn't fix your problem.... That is as long as you don't fry the new one as well.... |
Forum: Troubleshooting Dead Machines Oct 18th, 2005 |
| Replies: 3 Views: 2,129 Sounds like your mobo may have been shorted out. I'm guessing you're using front USB ports to connect your player? I've seen it happen a couple of times, especially with cheap cases where the... |
Forum: Windows NT / 2000 / XP Oct 18th, 2005 |
| Replies: 4 Views: 2,204 Has he tried safe mode? If so, might want to take a look at the recovery console on the XP install CD, can't remember the commands though, but Google could help you with that part. |
Forum: C++ Oct 17th, 2005 |
| Replies: 2 Views: 1,071 Just guessing, but are you using C/C++ for this? What kind of help do you need? What's not making sense? I don't mind helping with homework as long as it looks like you've made an attempt at it... |
Forum: VB.NET Oct 17th, 2005 |
| Replies: 3 Views: 10,032 Some more information on your problem as well as some code snippets would make it a lot easier to figure out what's going on. What exactly do you mean by 'visual style is lost'. Do the controls... |
Forum: Windows Software Oct 17th, 2005 |
| Replies: 8 Views: 3,222 Good luck with that, if I'm not mistaken that's a DOS based app.
Wally
www.power-coder.net (http://www.power-coder.net) |
Forum: Troubleshooting Dead Machines Oct 17th, 2005 |
| Replies: 6 Views: 4,328 Ok, I know you've tried moving the graphics card, but have you tried moving the monitor to another PC? Have you done the obvious checking of the cables, both power and the pins in the d-plug? I... |
Forum: VB.NET Oct 17th, 2005 |
| Replies: 1 Views: 1,423 I've been using MySQL with VB.net for awhile now. Basically all you need is a data provider for MySQL and you can treat it the same as you would a SQL Server database. In fact, if you design your... |
Forum: MySQL Oct 17th, 2005 |
| Replies: 1 Views: 2,184 What is the SQL query in the code that is on your local PC? Are you using some sort of design tool to build your app? More code from where your generating this query would be helpful.
Wally... |
Forum: Python Oct 16th, 2005 |
| Replies: 10 Views: 3,310 Wow, good job on picking a first project! That actually sounds pretty cool. wxPython shouldn't make things too difficult for you either. Good luck! Would love to see a demo when it's finished.
... |
Forum: Python Oct 15th, 2005 |
| Replies: 10 Views: 3,310 I would also recommend taking a look at the wxPython Wiki (http://wiki.wxpython.org/), this is where I learned most of what I needed to get started and the content is pretty good.
I'll be... |
Forum: Python Oct 14th, 2005 |
| Replies: 10 Views: 3,310 I just checked out my system the file is installed in the following location:
C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wxPython the actual file name is _wx.py which might explain why you... |
Forum: C++ Oct 14th, 2005 |
| Replies: 6 Views: 2,280 I would also recommend a solid foundation in physics if you're going to have your objects interacting with each other (which is hard to not have in OpenGL). You'll want to be fairly comfortable with... |
Forum: Python Oct 14th, 2005 |
| Replies: 10 Views: 3,310 Here's the URL to get the wxPython binaries for WinXP link (http://www.wxpython.org/download.php#binaries) current version is 2.6.1.0 and will work with Python 2.4. Just make sure that the Python... |
Forum: Python Oct 13th, 2005 |
| Replies: 2 Views: 2,244 Hey everybody, first new thread for me on this forum.
Just noticed that there's no posts here involving wxPython, I'm just curious to hear if anybody knows why that might be? Anyway, I've got... |
Forum: Growing an Online Community Oct 12th, 2005 |
| Replies: 6 Views: 2,245 Hey, checked out your site, it's a neat idea, but I am wondering something. Why would you use a forum to do this? A Wiki would be a much more dynamic and interesting way to grow a story. It would... |