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

Search:

Type: Posts; User: qzlvyh

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    903

    How to open a picture

    Hello everyone,I meet a question when I try to use Runtime.getRuntime().exec() to open a file.
    I can use Runtime.getRuntime().exec() to open an exe file such as notepad.exe or mspaint.exe,
    but How...
  2. Replies
    3
    Views
    5,422

    Re: Why the applet can not play sound?

    Thank you,but this still can not run in my computer, do you think it is OS dependent?
  3. Re: How I can find the article created by myseflf before?

    Thank you Vanaj! This very helpful!
  4. How I can find the article created by myseflf before?

    Hello everyone.
    I am a newbie to here, I have a problem to find out where is my article post before,could anybody tell me How I can find my previous post article(not use search)?
    Thank you!
    George
  5. Replies
    3
    Views
    5,422

    Why the applet can not play sound?

    //Here is the code,Could anybody help me find out why it does not work? Thank you!

    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Example10_3 extends Applet...
  6. Replies
    3
    Views
    1,079

    Re: Mouse event question

    Thank you for the reply,but It seems that is is still impossible to get the name of a particular instance.
    by using e.getSource().
    I can only get the class name of the component:...
  7. Replies
    3
    Views
    1,079

    Mouse event question

    when press mouse on a component(such as a text area),How to get the component's name use mouse event?

    my code like this:

    ///////////////////////////////////////
    public void...
  8. Thread: error code help

    by qzlvyh
    Replies
    1
    Views
    1,608

    error code help

    Hello everybody.
    I have met a problem ,the following java code can't be compiled successfully in one of my computer but can be succeed in another one.Does anyone could tell me what is the problem?
    ...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured