代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
//这是一个小闹钟sdk程序,支持添加,俢改,删除响铃事件,到点响铃、对话框提醒。
//倪梓鹏 2003/5/14
#include
#include //注意这个头文件,要想使用扩展的一些控件就要用这个头文件
#pragma comment(lib,"comctl32.lib")//编译时增加comctl32.lib,里面有扩展控件的接口
timer.dsp
# Microsoft Developer Studio Project File - Name="TIMER" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
timer.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
timer.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
timer.bas
Attribute VB_Name = "MTimer"
Option Explicit
' declares:
Private Declare Function SetTimer Lib "user32" (ByVal hwnd As Long, ByVal nIDEvent As Long, ByVal uElapse As Long, ByVal lpTimerFunc As Lo
timer.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
timer.plg
Build Log
--------------------Configuration: Timer - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"D
timer.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////