代码搜索:wincom
找到约 17 项符合「wincom」的源代码
代码结果 17
www.eeworm.com/read/100046/6274981
cnt wincom.cnt
:Base WinCom.hlp
1 Menus
2 File menu=menu_file
2 Edit menu=menu_edit
2 View menu=menu_view
2 Window menu=menu_window
2 Help menu=menu_help
1
2
www.eeworm.com/read/100046/6274982
hpj wincom.hpj
[OPTIONS]
LCID=0x409 0x0 0x0 ;English (U.S.)
CONTENTS=main_index
TITLE=WINCOM Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
HLP=WinCom.HLP
ERRORLOG=WinCom.LOG
[FILES]
a
www.eeworm.com/read/125257/14503489
mak wincom.mak
# Copyright (C) 1993-2004, Ghostgum Software Pty Ltd. All rights reserved.
#
# This file is part of GSview.
#
# This program is distributed with NO WARRANTY OF ANY KIND. No author
# or dis
www.eeworm.com/read/369702/9635972
bas wincom.bas
Attribute VB_Name = "Wincom"
Public Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Declare Function FindWindow Lib "user32" Al
www.eeworm.com/read/113301/15458925
cs wincom.cs
/*
Copyright (c) Aicaca.com, All rights reserved.
Writer : Byung-ku, Cho (Aicaca)
E-mail : aicaca@hanmail.net
Personal Home
www.eeworm.com/read/100307/15877363
def wincom.def
www.eeworm.com/read/100307/15877365
exe wincom.exe
www.eeworm.com/read/100307/15877366
h wincom.h
#define IDD_COMBOPORT 100
#define IDD_COMBOBAUD 101
#define IDD_COMBOSETTINGS 102
#define IDD_COMBOHANDSHAKING 103
#define IDD_TEXTSTATUS 104
#define IDD_TERMINAL 105
#define IDD_FILE
www.eeworm.com/read/100307/15877368
ico wincom.ico
www.eeworm.com/read/100307/15877369
c wincom.c
/////////////////////////////////////////////////////////////////////////////
//
// Sample Windows Communications Program for Doctor Dobb's Journal
//
// WINCOM.C - Written by Mike Sax for Dr. Do