23 Archived Topics
Remove Filter I've been googling and going round in circles, simply put: when the button is clicked i want an image of a card to appear. [CODE]class Actions extends JFrame implements ActionListener { JTextArea textarea = new JTextArea(2,25); JButton twist = new JButton("Twist"); JButton bust = new JButton("Bust"); public Actions() { super("Twist … | |
It's an Acer Aspire 5610. Lovely machine. Until now, had it a few months no problems. Logged in today around 5pm, and it says "USB device malfunctioned".. the only usb device i had was my mouse, which i've been using since i bought it. So that struck me as odd. … ![]() | |
I was happily surfing away when I got a fake windows alert saying I had an infection, disconnected the net and tried closing the alert, which opened a fake explorer also yelling about infection. Closed that and ran HT which had an on entry of: F2 Reg: System.ini: UserInit=userinit.exe That's … | |
My friend deleted all her media on pc, after thinking she'd backed it up (but it didn't work) and emptied the recyle bin. I know there's programs out there to recover files in this instance but can someone suggest a reliable/safe one please? she's running windows XP service pack 1. … | |
I turned my laptop on this morning and DEP blocked windows explorer from starting. A screen dump of the error report is attached. It seems to have stopped a few icons in the system tray from loading (battery icon being the most notable). Everything else is working.. The most recent … | |
I want a line of buttons down the side of a swing window. I got this code so far: [code=java]import javax.swing.*; import java.awt.*; class basic extends JFrame // implements ActionListener { public basic() { super("Till"); setSize(600,500); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setVisible(true); Container contentArea = getContentPane(); contentArea.setBackground(Color.white); BorderLayout flowManager = new BorderLayout(); contentArea.setLayout(flowManager); JPanel … | |
My friends' pc is stuck in the cycle of booting to the: -run in safe mode -run in safe mode with command prompt -last know good configuration -start normally menu. After choosing any option it restarts. the power unit was replaced recently, and it used to have 2 BIOS's but … | |
these two entries are alongside my normal hijackthis logfile: O4 - HKUS\S-1-5-18\..\Run: [DWQueuedReporting] "C:\PROGRA~1\COMMON~1\MICROS~1\DW\dwtrig20.exe" -t (User 'SYSTEM') O4 - HKUS\.DEFAULT\..\Run: [DWQueuedReporting] "C:\PROGRA~1\COMMON~1\MICROS~1\DW\dwtrig20.exe" -t (User 'Default user') hijackthis.de said they were Microsoft Application Error reporting. (Which i''m guessing would be from some random errors a while ago.) Does that mean they … ![]() | |
here's a hijakthis log of my system: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 21:22:05, on 12/08/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16473) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\Program Files\Windows Defender\MsMpEng.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Intel\Wireless\Bin\EvtEng.exe C:\Program Files\Intel\Wireless\Bin\S24EvMon.exe C:\Program Files\Alwil … | |
Using avast to scan my windows xp media centre laptop it tells me the system volume information on both C: (main) and D: drives is password protected. Anyone know why? Or if it matters? And the two files listed on the screen dump are corrupted. Any takers on explaining? Do … | |
So my subscription on norton went cukcoo (sp??) when i formated the laptop, so i did the one-on-one chat with norton. I let him "have access to my computer" and while I was chatting to him, Internet Explorer kept disappearing for a second and coming back, fully working. He said … | |
IMJPMIG command: "C:windows\system32\IME\imjp8_1\IMJPMIG_1.exe" /spoil/RemAdvDef/Migration32 ImScInst command: "C:windows\system32\IME\ImScInst.exe /SYNC TNTSETP command: "C:windows\system32\IME\TINTLGT\TNTSETP.exe /SYNC TNTSETP command: "C:windows\system32\IME\TINTLGT\TNTSETP.exe /IMEName i was just browsing through the msconfig and those are the only ones i can't put a name to. I looked through the folder on the C: drive and it's all japenese :-O .... … | |
[URL]http://www.daniweb.com/techtalkforums/thread73967.html[/URL] First time it happened is descirbed in that thread. Now it's done it again yesterday, had been on for about half hour, i put it to sleep for an hour, woke it up and used it for a couple hours and boom. Off. No warning, no shutdown nothing. Like … | |
when i bought my Acer 5610 laptop, i made 2 dvd's for recovery (part 1 and 2). Well now i go to use them, part 1 is blank and part to has the info it should (80megs worth). Don't ask what happened to the first one i don't know! (same … | |
Card game (again, or still). This one's got a GUI. Problem is, the draw and stick method need the total value that is made in start. So when call draw() or stick() from the actionPerformed method it needs a value or it won't compile [COLOR=red](stick(int) in game1 cannot be applied … | |
Just wondering, mines set to "go to sleep" when you close the lid. Whenever my brother shuts it down (start > shutdown > turn off) he closes the lid straight away, would this mess with the shut down? I always leave the lid up, just to make sure it goes … | |
I'm on windows Media center, Acer Apsire 5610 laptop. [URL]http://www.daniweb.com/techtalkforums/post351945.html#post351945[/URL] /\ ranadonly shutting off/specs of laptop now since last thursday( i think) i've got the "Invalid License ID" pop up for "monitor" whenever i log on. (attached image) logged ontoday and boom restarted with no warning. Scanned files on start … | |
I've posted my C code below for a card game (yep, i'm still on it). Now the neg() function is called from the turn() function. so using return; sends it back there, but i want it to go back to the start of the main function (basicaly start again). As … ![]() | |
[COLOR=#000000](keep in mind the thread title)[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000] [URL]http://wap2p.com/?page_id=4[/URL][/COLOR][URL="http://wap2p.com/?page_id=4"][/URL][URL="http://www.rarlab.com/"][/URL] third file down. "with authority" is a (was a) peer-to-peer card game, which you can play offline. Now if i wanted to change the images to my own cards, how would i go about that? i looked in the folders and … | |
I got this code (written when sleepy, sorry for lack of "expertness") [CODE]#include <stdio.h> #include<time.h> int card1; int card2; int card3; int total; int other; srand(time(NULL)); card1=(rand()%22)+1; card2=(rand()%22)+1; other=(rand()%22)+1; total=card1+card2; int main() { printf("Hey, welcome to HBK's Twist or bust game. Lets begin\n"); printf("Your cards are: %d and %d\n", card1, … | |
I've sent off for my Vista Home Premium Upgrade (which was free, only reason i sent off). My laptop is on Windows XP Media Centre at the moment, and according to the vista advisor, there's not enough room on my C: (main) harddrive. I have an empty 40gig HDD which … | |
i'm wrting a basic C program which the user "talks" to the program, you know the sort. well my main menu looks like this: [code] int main() { char name[50]; char mood; printf("hey there, .. whats your name?\n"); gets(name); printf("%s is it? Well how are you today?\n a.Good\n b.Ok\n c.Bad\n", … | |
ok, i don't know anything of java and somehow managed to DL NetBeans the sun program that creates Java apps... apprently.. (wasn't what i intended to DL but hey :mrgreen: ) A friend wants a card game made, so i searched these forums and found [URL]http://www.daniweb.com/techtalkforums/showthread.php?t=68640&highlight=card+game[/URL] i took the coding … |
The End.