Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 11 of 11
Search took 0.01 seconds.
Search: Posts Made By: drunkenCoder
Forum: C++ Jun 18th, 2005, 6:43 PM
Replies: 14
Views: 782
Posted By drunkenCoder
Post sup y'all I came across this the other day at...

sup y'all
I came across this the other day at http://www.onecomputerguy.com/windowsxp_tips.htm

To prevent applications from stealing the focus from the window you are working:

Start Regedit
Go to...
Forum: Coder's Corner Lounge Mar 23rd, 2005, 9:33 PM
Replies: 14
Views: 593
Posted By drunkenCoder
If that is real, someone needs to tell that guy...

If that is real, someone needs to tell that guy to slap himself .... over and over again.
Forum: Other Programming Languages Mar 16th, 2005, 4:16 PM
Replies: 4
Views: 214
Posted By drunkenCoder
Just use VNC 4 to remote over and play your song....

Just use VNC 4 to remote over and play your song. It's free...
http://www.realvnc.com/cgi-bin/download.cgi
Forum: Java Dec 10th, 2004, 5:33 AM
Replies: 1
Views: 229
Posted By drunkenCoder
try: Runtime.getRuntime().exec("notepad.exe...

try:

Runtime.getRuntime().exec("notepad.exe filepath/filename");
Forum: Coder's Corner Lounge Nov 30th, 2004, 2:51 PM
Replies: 1,808
Views: 24,338
Posted By drunkenCoder
smells like hemroids

smells like hemroids
Forum: Existing Project Development Nov 30th, 2004, 1:06 PM
Replies: 2
Views: 125
Posted By drunkenCoder
Here is what I have been working on.... Chess...

Here is what I have been working on.... Chess (https://umdrive.memphis.edu/pdoss/chess.html)

I am eventually going to make it a Client/Server based program so people could play each other across the...
Forum: Coder's Corner Lounge Nov 24th, 2004, 4:03 AM
Replies: 41
Views: 790
Posted By drunkenCoder
I just quit smoking around 12 weeks ago so that...

I just quit smoking around 12 weeks ago so that when I am 50, I will still have my teeth and will still be able to climb a staircase.

I smoked for 9 years and thought I could never quit. But I did....
Forum: Java Nov 18th, 2004, 6:01 AM
Replies: 2
Views: 201
Posted By drunkenCoder
You are declaring a String array of zero length...

You are declaring a String array of zero length in the first pass of your first while loop. That is a String array with one element otherwise known as just a plain String (no array). In the second...
Forum: Java Nov 15th, 2004, 2:25 AM
Replies: 2
Views: 173
Posted By drunkenCoder
Maybe this is what your looking for?? import...

Maybe this is what your looking for??

import java.awt.*;
import javax.swing.*;
import java.util.*;

public class Cells extends JFrame
{
public Cells()
{
Forum: Java Nov 15th, 2004, 2:12 AM
Replies: 2
Views: 209
Posted By drunkenCoder
You have to update the JLabel text yourself...

You have to update the JLabel text yourself inside of the if statement in the ChangeListener.
like this:

volLabel.setText("Volume:"+value);
Forum: Java Nov 13th, 2004, 1:29 AM
Replies: 4
Views: 274
Posted By drunkenCoder
looks like you got it right to me ... what you...

looks like you got it right to me ... what you wrote calculates x & y correctly (going by the formula you have provided)
Showing results 1 to 11 of 11

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:48 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC