CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kanod

Search: Search took 0.01 seconds.

  1. Replies
    2,690
    Views
    1,023,259

    Re: What Song Are You Listening To Now¿

    Ok maybe not there best song, but every song i listen to by them, i think **** this is a great song lol
  2. Replies
    4
    Views
    930

    Re: My console comiler doesn't work

    Well if you did not, that will be your problem, the .NET SDK contains the command line compiler.
  3. Replies
    4
    Views
    930

    Re: My console comiler doesn't work

    You have installed the .NET SDK?
  4. Thread: Java Error

    by kanod
    Replies
    4
    Views
    1,152

    Re: Java Error

    I think masher is right, you have to set the JFrames visibility using the setVisible method,thats caught me out a few times too :)
  5. Replies
    2,690
    Views
    1,023,259

    Re: What Song Are You Listening To Now¿

    Alive - Pearl Jam ...... best song ever!
  6. Thread: timer/sound qu

    by kanod
    Replies
    7
    Views
    1,119

    Re: timer/sound qu

    You can use a thread, and use its sleep method.....

    http://java.sun.com/j2se/1.3/docs/api/java/lang/Thread.html
  7. Replies
    17
    Views
    2,689

    Re: Making a Timout(or a waiting period) in Java?

    Somthing like.....



    public class FileChecker
    {
    public FileChecker()
    {
    TimerThread tt = new TimerThread();
    tt.start();
  8. Thread: Applet resizing?

    by kanod
    Replies
    6
    Views
    1,101

    Re: Applet resizing?

    Yes i think it must have been a cached version, as it work ok now.

    /Slaps self

    Thanks for all your help guys.
  9. Thread: Applet resizing?

    by kanod
    Replies
    6
    Views
    1,101

    Re: Applet resizing?

    Thanks very much for taking a look guys, thats very odd then, may I ask what version of IE you are using dlorde? perhaps its an ie7 problem?

    kanod.
  10. Thread: Applet resizing?

    by kanod
    Replies
    6
    Views
    1,101

    Applet resizing?

    Hi all,
    I am new to Java and this forum, so I thought I would say a quick hello before asking my question. I have been coding in Python as a hobby for the last 3 years. And recently I decided to...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured