Summary: Hi all, I'm working on designing a program that will respond to Key events in "console-mode" in Java. I did this before but using Swing & in GUI-mode....
Summary: Hello everybody, my question is simple for those who knows this. I would like to simply draw a pixel to a screen using c++. But i want to do it in c...
Summary: Window stuck in standby mode,cannot logg on. Possible to close down computer from standy but when re-booted it goes back into standy mode.Can click on...
Summary: Hi, I have an ATL component dll that worked fine in debug mode but in release mode I am getting the linker error 'unresolved external symbol _main'. M...
Summary: I'm writing my own operating system, and I want to cheat by avoiding writing my own floppy drive (at least for now). So would this work? 1. Before e...
Summary: Hi, how can I change the position of the curseur in Microsft visual c++, in console mode.The gotxy() command doesn't works in visual c++. and how chan...
Summary: Hello :-)! There is a problem with building project in NetBeans. I've got two directories sphinx4-1.0beta3-src and sphinx4-1.0beta3-bin, which are par...
Summary: Ok so I just found out that I can't have any enabled controls on the window...so how can I listen for key events in a window with a menu bar? ...
Summary: i am trying to find a way to center my text on the screen in console mode using the ms visual c++. The only way I could get the gotoxy()function to wo...
Summary: Hi, how can I change the position of the curseur in Microsft visual c++, in console mode.The gotxy() command doesn't works in visual c++. and how chan...
Summary: Hello! I'm making some program (not in java - in PHP if it matters but its really irrelevant). I need to compile some java files with javac.exe (and l...
Summary: Hi, I have written a game in Java in which the player can move a character using WASD. The problem I am having is that every now and then one of they...
Summary: Larry- This one is a little more difficult...Get ready for the good stuff. It's impossible to press down two keys "at the same time", so no matter wha...
Summary: Hello Nil IQ, I think you are confsed by the word "event". When you hit the Drum, it's MIDI interface generates a stream of bytes. These are called an...
Summary: can any one help me with this code I have a problem in calculating average waiting time [code] /* fcfs.txt ******* 20 05 05 0*******************//* s...
Summary: I don't believe VC supports console modes in terms of character control anymore, so you'd most likely need the use the WINAPI for things like cursor p...
Summary: Well, off the top of my head, I can think of a few options. 1) Add command-line argument support and console output for your Java app, then have the C...
Summary: Hello everyone, I would be so grateful to get some help here. Program modifications are welcome. I am trying to write a program for the RSA entcryptio...
Summary: Thanx man, I figured the way you are describing my self though. And its not how I want it though. I actually want everything to desappear from consol...
Summary: "Teach Yourself JAVA in 21 Days, Professional Edition", page 60 "The char type is used for individual characters." "from" or "form" would have to be a...
Summary: Hello again everyone.... I am writing a Perl script for a DB conversion that reads records from one database, adds the records to a Hash of an Array...
Summary: Hello, I created a JTextArea object in a scrollable pane which is in a tabbed pane. The text area scrolls fine if the user holds a key down for a wh...
Summary: That took a while to go through, and I'm still not certain I understand what you're trying to accomplish, but I'll give it a go anyways. First let me ...