Showing results 1 to 40 of 471
Search took 0.03 seconds; generated 3 minute(s) ago.
Posts Made By: Acidburn
Forum: C# 3 Days Ago
Replies: 3
Views: 57
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
Re: start java program from desktop or start menu

Yeh compile it and use the *.jar file. All the java command does is compile it? Could be wrong here.
Forum: C# Sep 8th, 2008
Replies: 12
Views: 518
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
Re: Reflection question

One question from that, whats newcmd?
Forum: C# Sep 6th, 2008
Replies: 12
Views: 518
Posted By Acidburn
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
Posted By Acidburn
?: 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
Posted By Acidburn
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
Posted By Acidburn
Re: Custom Templates (Generics)

idiotic me! It needed a constructor. Man can't beleive i overlooked that.

Cheers for your help btw
Forum: C# Jul 7th, 2008
Replies: 2
Views: 317
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
Re: writing code to manipulate data from sonar sensors

Thanks for all your help guys, eps Colin :) I'm looking at purchasing an Amtel board to help me in my embedded studies. Basically I'm trying to get an aircraft to self fly.
Forum: Java Jul 6th, 2008
Replies: 2
Views: 1,955
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
Re: Detecting Masquerading using Intrusion Detection System Project

such a detection could be spotted by a neural network, thats the only idea that comes to mind. I'll keep thinking though
Forum: Computer Science and Software Design Jul 1st, 2008
Replies: 5
Views: 579
Posted By Acidburn
Re: writing code to manipulate data from sonar sensors

Hey Ken, thanks for your reply.

Heres more information.

Basically i'm wanting to obtain data from sonar and a speed sensor. All these sensors hopefully will produce data in some form or another....
Forum: Computer Science and Software Design Jul 1st, 2008
Replies: 3
Views: 603
Posted By Acidburn
Forum: Computer Science and Software Design Jul 1st, 2008
Replies: 5
Views: 579
Posted By Acidburn
writing code to manipulate data from sonar sensors

Hey guys,

If I could get hold of a couple of sonar sensors would ther be a way to code for a such a sensor? If so what language would be recommended?
Forum: Java Jul 1st, 2008
Replies: 1
Views: 399
Posted By Acidburn
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
Posted By Acidburn
Re: I have a question about initializing varing variables.

strange, every time you fight your creating a new player character, his life is already 100.

Why is void fight a local declartion, should it be a member of that class? And why are you using...
Forum: Monitors, Displays and Video Cards Jun 27th, 2008
Replies: 4
Views: 319
Posted By Acidburn
Re: Which monitor

Arr AOC I liked the 22" but cant find a british reseller :\
Forum: Monitors, Displays and Video Cards Jun 27th, 2008
Replies: 4
Views: 319
Posted By Acidburn
Forum: Monitors, Displays and Video Cards Jun 27th, 2008
Replies: 4
Views: 319
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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
Posted By Acidburn
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.
Showing results 1 to 40 of 471

 
All times are GMT -4. The time now is 4:18 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC