代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/380530/2655724
h openfile.h
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: openfile.h,v 1.4 2002/10/31 23:45:37 wjb Exp
www.eeworm.com/read/368804/2806745
java openfile.java
//从键盘读入文件名, 然后将该文件内容输出到屏幕上
import java.io.*;
public class OpenFile
{
public static void main(String args[])throws IOException
{
try
{
byte []fileName=new byte[30
www.eeworm.com/read/258893/4350789
c openfile.c
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: openfile.c
www.eeworm.com/read/258893/4350796
h openfile.h
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: openfile.h
www.eeworm.com/read/251957/4412970
cpp openfile.cpp
#include
#include
#include
#include "resource.h"
static HINSTANCE g_hInst = NULL;
static HMENU g_hMenuView;
static HWND g_hWndMenuBar;
static HWND hDirTxt;
s
www.eeworm.com/read/473003/6854123
bmp openfile.bmp
www.eeworm.com/read/395421/8176666
gif openfile.gif
www.eeworm.com/read/395421/8176938
gif openfile.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|26 Aug 2008 15:37:42 -0000
vti_extenderversion:SR|6.0.2.6551
vti_author:SR|CHRIS\\Administrator
vti_modifiedby:SR|CHRIS\\Administrator
vti_timecrea
www.eeworm.com/read/395257/8187917
bas openfile.bas
Attribute VB_Name = "OpenFile"
Option Explicit
Private Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
Private Declare Funct
www.eeworm.com/read/294522/8220881