代码搜索:NotePad
找到约 3,424 项符合「NotePad」的源代码
代码结果 3,424
www.eeworm.com/read/289141/3994999
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NotePad.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#defi
www.eeworm.com/read/412250/2173621
h dockingcont.h
// this file is part of docking functionality for Notepad++
// Copyright (C)2005 Jens Lorenz
//
// This program is free software; you can redistribute it and/or
// modify
www.eeworm.com/read/409921/2221165
rc fi-fi.rc
/*
* Notepad (Finnish resources)
*
* Copyright 1999 by Jukka Iivonen
* Copyright 2002 Sylvain Petreolle
*
* This library is free software; you can
www.eeworm.com/read/396640/2411192
svn-base strings.txt.svn-base
# This is a file with translations for Sumatra
# Lines at the beginning starting with # are comments
# It must be in utf-8 encoding so when editing make sure
# you use a proper text editor (notepad++
www.eeworm.com/read/295125/8186126
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NotePad.rc
//
#define IDD_ABOUTBOX 100
#define IDB_SPLASH 102
#defi
www.eeworm.com/read/361582/10044448
txt 关闭特定程序.txt
using System;
using System.Diagnostics;
class close_special_exe
{
static void Main()
{
Process[] myProcess;
myProcess=Process.GetProcessesByName ("Notepad");
foreach(Process instance i
www.eeworm.com/read/360234/10105997
sav script.sav
public SYSPATH = "C:\\WINNT\\system32\\";
public UTILMODULEPATH = "F:\\";
public GUIPATH = "F:\\";
rc = invoke_application(SYSPATH&"notepad.exe","","",SHOW);
if (rc == 0)
{
#------------
www.eeworm.com/read/360232/10106011
sav script.sav
public SYSPATH = "C:\\WINNT\\system32\\";
public UTILMODULEPATH = "F:\\";
public GUIPATH = "F:\\";
rc = invoke_application(SYSPATH&"notepad.exe","","",SHOW);
if (rc == 0)
{
#------------