Forum: C# 3 Days Ago |
| Replies: 3 Views: 57 Re: Theading problem it contains a join(), but shouldn't all threads spawned from the parent contain this? |
Forum: C# 3 Days Ago |
| Replies: 3 Views: 57 Theading problem Hey guys, my main thread seems to stop when i start 2 new threads and start them off. It sits and waits for the 2 threads to finish.
The two threads are created off a factory class. Is this why? Its... |
Forum: C# 6 Days Ago |
| Replies: 3 Views: 107 Re: multithreading exception namespace pb
{
using System;
using System.Drawing;
using System.ComponentModel;
using System.Windows.Forms;
using System.Threading;
/// <summary> |
Forum: C# 6 Days Ago |
| Replies: 3 Views: 107 multithreading exception Hey guys, I've an issue when it comes to multithreading
i seem to get this error after updating a variable...
Basically I'm trying to use a progress bar indicator to show the applications... |
Forum: Java 25 Days Ago |
| Replies: 3 Views: 162 Re: Creating methods with Scenarios Woah!! Woah!! Woah!! First things first, don't catch Exception unless you really need to! Exception will catch *all* exceptions. I'd rather create my own exception class which inherits the base... |
Forum: Java 25 Days Ago |
| Replies: 7 Views: 211 |
Forum: C# Sep 8th, 2008 |
| Replies: 12 Views: 518 Re: Reflection question How can you the interface type has the type? Its just an interface in C# rather than a class isn't it? |
Forum: C# Sep 8th, 2008 |
| Replies: 12 Views: 518 Re: Reflection question The obly bit I'm struggling with is creating an HashMap that takes classes, otherwise how am I going to say
GetClass(x) where X is a key if they are all objects? Somewhere I'd have to cast it to the... |
Forum: C# Sep 8th, 2008 |
| Replies: 12 Views: 518 Re: Reflection question I'm not sure its proxy that I'm looking for? Perhaps the name deems that opinion. Here's more information on what I'm trying to acheive.
-----------
I've got an interface called DAOInterface, which... |
Forum: C# Sep 7th, 2008 |
| Replies: 12 Views: 518 Re: Reflection question hmm,so you can't pass a class into a method and cast it?
Eg
loadAllClasses(class T) {
//load through all DLL's...
create object of type T |
Forum: C# Sep 7th, 2008 |
| Replies: 12 Views: 518 |
Forum: C# Sep 6th, 2008 |
| Replies: 12 Views: 518 Reflection question Hey there,
I'm quite new to C# but have an extensive background in Java so I know all the basics and perhaps more. But I've found i'm struggling with C#'s answer to dynamic binding at... |
Forum: C# Aug 28th, 2008 |
| Replies: 4 Views: 211 ?: syntax problem Whats wrong with this syntax? I can't figure it out for the life of me!
String str = ((String)result[i][1] ? (String)result[i][1] : "");
its doing me trunk in :p |
Forum: MS SQL Aug 13th, 2008 |
| Replies: 0 Views: 328 SQL Join query not working correctly Hey guys I've got the following code drawn up. But it doesnt work has I wanted it to and can't figure out why.
If the user doesn't exist or if that username has been disabled then the query should... |
Forum: C# Jul 7th, 2008 |
| Replies: 2 Views: 317 |
Forum: C# Jul 7th, 2008 |
| Replies: 2 Views: 317 Custom Templates (Generics) Hey guys,
I'm hoping you could explain why this doesnt work:
main file
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text; |
Forum: Troubleshooting Dead Machines Jul 7th, 2008 |
| Replies: 2 Views: 271 Re: Inspiron 1150 problem, help Please! Hmm, sounds like a CPU issue, try pushing the CPU in again. After the CPU has been tested the system will generate a series of beeps.
Thats my understanding anyway, perhaps I am wrong? |
Forum: Peripherals Jul 7th, 2008 |
| Replies: 4 Views: 268 Re: Scanner help Ok, load up in safe mode by rebooting nd holding F8 just before the the O/S is told to load.
Then attempt to uninstall it that way. Let us know how you get on |
Forum: Computer Science and Software Design Jul 6th, 2008 |
| Replies: 5 Views: 579 |
Forum: Java Jul 6th, 2008 |
| Replies: 2 Views: 1,955 Re: How to make a Splash Screen Wouldn't it be better when your loading your application to display the splash screen, set a Timer running in the background, then close the splash screen and start the application? Not sure how that... |
Forum: Java Jul 6th, 2008 |
| Replies: 4 Views: 414 Java and embedded devices Hey guys,
Most embedded devices suc as the Amtel boards seen to require C / C++ programming, why don't they support Java? Is it question of performance? Or am I overlooking something? |
Forum: Peripherals Jul 6th, 2008 |
| Replies: 4 Views: 268 Re: Scanner help stipid question, you tried a reboot? Sounds to me like a software conflict.
Which O/S you running?
Have you tried reinstalling the software? |
Forum: IT Professionals' Lounge Jul 6th, 2008 |
| Replies: 3 Views: 523 Re: can a laptop run 2 external monitors? Eh?! The reason I ask is that the HDMI port located on the laptop requires a dedicated lead.
This lead is normally a standard 1:1 and therefore doesn't allow another monitor to be connected to the... |
Forum: IT Professionals' Lounge Jul 6th, 2008 |
| Replies: 3 Views: 523 can a laptop run 2 external monitors? Not sure if this should be in here.
Anyway my laptop has a dedicated HDMI port, now I'm wondering if that can run two external HD 24" screens? I'm assuming I'd have to purchase a splitter anyway to... |
Forum: Java Jul 4th, 2008 |
| Replies: 2 Views: 227 Re: plz help me n my project What i dont understand is that your mixing Java code and JSP code, wouldnt it be neater if you just had html / jsp code in the jsp itself and then have a seperate JAVA class for the other code? |
Forum: Java Jul 4th, 2008 |
| Replies: 1 Views: 264 Re: JVM-java vitual machine Ok whats your problem? You've stated that your learning Java and your new. Thats cool, pick up a book? Get a decent IDE - Personally I like netbeans.
JVM - Is a Java Virtual Machine, the code... |
Forum: C# Jul 2nd, 2008 |
| Replies: 9 Views: 794 Re: C#.net query cause vuyiswamb sometimes it takes rewritting some code to understand it, and learn what goes on behind the scences. |
Forum: Computer Science and Software Design Jul 1st, 2008 |
| Replies: 3 Views: 603 |
Forum: Computer Science and Software Design Jul 1st, 2008 |
| Replies: 5 Views: 579 |
Forum: Computer Science and Software Design Jul 1st, 2008 |
| Replies: 3 Views: 603 |
Forum: Computer Science and Software Design Jul 1st, 2008 |
| Replies: 5 Views: 579 |
Forum: Java Jul 1st, 2008 |
| Replies: 1 Views: 399 Re: Please check this code Can you use code tags please. Its the rules!
What does it do when it runs? Does it start to execute? I've noticed you've commented out some code at the top. |
Forum: Game Development Jun 28th, 2008 |
| Replies: 3 Views: 1,078 |
Forum: Monitors, Displays and Video Cards Jun 27th, 2008 |
| Replies: 4 Views: 319 |
Forum: Monitors, Displays and Video Cards Jun 27th, 2008 |
| Replies: 4 Views: 319 |
Forum: Monitors, Displays and Video Cards Jun 27th, 2008 |
| Replies: 4 Views: 319 Which monitor Hey guys, I'm heading back to university to complete a masters course which requires an extreme amount of programming. Something which I'm looking forward to!
Last year I spent most of my time down... |
Forum: C# Jun 24th, 2008 |
| Replies: 9 Views: 794 Re: C#.net query Ok well Ive tried the following
private Label lb;
however i get the following error:
In the references though I've added the link to WindowsFormsInteragtion, and added the using... |
Forum: MS SQL Jun 23rd, 2008 |
| Replies: 1 Views: 528 SQL Developer edtion, wheres the SQL editor? Hey guys,
I've gotten hold of a MS SQL Developer edition, installed it completely, now running off the HDD.
However when I go to Start> Programs> MS SQL Server 2005... I only get these... |
Forum: C# Jun 23rd, 2008 |
| Replies: 9 Views: 794 Re: C#.net query Right based on what you said I've gone for an ASP.net application, that gives me the best of both worlds. However the import for System.windows isn't there. |
Forum: C# Jun 23rd, 2008 |
| Replies: 2 Views: 239 Re: basic problem For the number of record you can run a query
Select * from <TABLENAME>; which selects the whole thing and passes it back, or you can just use the SQL Count which will return the number of rows. |