A simple code from the book. Why it use applet.repaint() instead of applet.paint() in the listener?
paint() is a public method in class Dots, why I cannot do applet.paint() in which applet is an object of class Dots.
--------------------------
import java.applet.Applet;
import java.awt.*...
Hi,
This should be very simple, but I am a beginner.
1. An object is passed to a method by reference?
2. A string is an object?
3. Hence, a string is passed to a meshod by reference?
public class Try
{
public static void main(String[] args)
{
String s="222222"...
Hi
In Microsoft Outlook 2000.
After modifying the VBA code, do I need to close-save-open Outlook so that the it will run on the new code? Is there any compiling behind?
Thank you in advance.
This is for Outlook 2000 VBA.
Can you check what I am doing wrong with following code. It will not fire the Sub TimerProc:
Public Declare Function SetTimer Lib "user32" (ByVal hwnd As Long, ByVal nIDEvent As Long, ByVal uElapse As Long, ByVal lpTimerFunc As Long) As Long
Public Declare...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.