Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Windows API in C/C++

Name: duh 2008-02-21 13:28

Help, I have no idea how to correctly use the API to create windows and fill them with text and shit.

Give me information, tutorials, etc.

Name: Anonymous 2008-02-22 10:32


public class NotNull implements Rule {
  String objName = null;
  Object o = null;
 
  public NotNull(String objName, Object o) {
    this.objName = objName;
    this.o = o;
  }
 
  public void check() throws RuleException {
    if (o == null) {
      throw new RuleException(ErrorMessages.ErrorCode.OBJ_IS_NULL, objName);
    }
  }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List