7 Solved Topics
Remove Filter 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 … | |
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 … | |
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 .... … | |
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 … | |
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", … |