1 2345678910...
|
** Abstract: This file contains the FALC_shell command.
**
** Copyright: see 'main.cpp'
**
** Author: David Gravereaux mailto:davygrvy@pobox.com
Language: C++ LOC: 158 SourceForge : Tomahawk IRC Client (project search) : .../tomasoft/winutils/Shell.c
|
{
using System;
public class ShellExecute
{
public const string EditFile = "edit";
Language: C# LOC: 79 CodePlex1 : XEAS (project search) : .../Sourcecode/XEAS/XEAS.Framework/ShellLib/ShellExecute.cs
|
* Open Watcom Project
*
* Copyright (c) 2004-2008 The Open Watcom Contributors. All Rights Reserved.
*
* This file is automatically generated. Do not edit directly.
Language: C (c) 2004-2008 The Open Watcom Contributors. All Rights Reserved. LOC: 53 Spider_20090529_inc : osFree operating system (project search) : .../bldenv_osfree.zip/WATCOM/h/win/shellapi.h
|
Attribute VB_Name = "ShellExCode"
Option Explicit
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(ByVal hWnd As Long, ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, _
Language: VB LOC: 100 Spider_320 : blobber (project search) : .../Spider_320/blobber/Blobber-1.0.zip/blobber/code.bas
|
Attribute VB_Name = "modShellExec"
Option Explicit
Public Declare Function ShellExecute Lib "shell32.dll" Alias _
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpszOp As _
String, ByVal lpszFile As String, ByVal lpszParams As String, _
Language: VB LOC: 93 Spider_20090108_inc : Registered User Name Changer (project search) : .../batches/inc_005/Registered_User_Name_Changer/Registered1823541212004.zip/ShellExec.bas
|
_InternalExtractIconListA@12
_InternalExtractIconListW@12
_RealShellExecuteA@40
_RealShellExecuteExA@44
_RealShellExecuteExW@44
Language: C LOC: 48 BULK : gnupoc (project search) : .../gnupoc/src/winsup/include/shellapi.h
|
_InternalExtractIconListA@12
_InternalExtractIconListW@12
_RealShellExecuteA@40
_RealShellExecuteExA@44
_RealShellExecuteExW@44
Language: C LOC: 48 Spider_mobile_001 : Symbian GCC Improvement Project (project search) : .../Symbian_GCC_Improvement_Project/src/winsup/include/shellapi.h
|
/*
* Unit test of the ShellExecute function.
*
* Copyright 2005 Francois Gouget for CodeWeavers
Language: C Copyright 2005 Francois Gouget for CodeWeavers LOC: 344 ReactOS(ZIP) : Reactos (project search) : .../Reactos/regtests/winetests/shell32/shlexec.c
|
TCHAR g_szExtHTM[] = _T(".htm");
#if defined(_WIN32) || defined(WIN32)
//Validates result of ShellExecute. Returns false if result is an error code.
#define _FAILED_SHELLEXECUTE(x) (x <= ((HINSTANCE)SE_ERR_DLLNOTFOUND))
#else //Win 16-bit
Language: C++ LOC: 59 Spider_embedded_001 : Babylon Library (project search) : .../_SrcPool/Cpp/Win/32/KSpwnURL.cpp
|
TCHAR g_szExtHTM[] = _T(".htm");
#if defined(_WIN32) || defined(WIN32)
//Validates result of ShellExecute. Returns false if result is an error code.
#define _FAILED_SHELLEXECUTE(x) (x <= ((HINSTANCE)SE_ERR_DLLNOTFOUND))
#else //Win 16-bit
Language: C++ LOC: 59 Spider_reqT_20081120 : Babylon Library (project search) : .../_SrcPool/Cpp/Win/32/KSpwnURL.cpp
|
/*
* Copyright (c) 2001 Sun Microsystems, Inc. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
Language: C++ (c) 2001 Sun Microsystems, Inc. All rights LOC: 94 Jxta : instantp2p (project search) : .../instantp2p/binding/java/win32/viewfile.cpp
|
/*
* Unit test of the ShellExecute function.
*
* Copyright 2005 Francois Gouget for CodeWeavers
Language: C Copyright 2005 Francois Gouget for CodeWeavers LOC: 758 BerliOS (SVN) : Wine + Theming (project search) : .../trunk/dlls/shell32/tests/shlexec.c
|
#include "WinProgram.h"
WinProgram::WinProgram() {
SetFile(NULL);
SetParameters(NULL);
SetDirectory(NULL);
Language: C++ LOC: 66 Spider_20090121_inc : WaNDA-tools (project search) : .../src/start_autorun/start_src.zip.---/shared/WinProgram.cpp
|
#include "WinProgram.h"
WinProgram::WinProgram() {
SetFile(NULL);
SetParameters(NULL);
SetDirectory(NULL);
Language: C++ LOC: 66 Spider_20090121_inc : WaNDA-tools (project search) : .../src/start_autorun/start_src.zip.---/Start/WinProgram.cpp
|
#include "WinProgram.h"
WinProgram::WinProgram() {
SetFile(NULL);
SetParameters(NULL);
SetDirectory(NULL);
Language: C++ LOC: 66 Spider_20090121_inc : WaNDA-tools (project search) : .../cdkit/cdbrowserkit1.0.zip.---/src/shared/WinProgram.cpp
|
#include "WinProgram.h"
WinProgram::WinProgram() {
SetFile(NULL);
SetParameters(NULL);
SetDirectory(NULL);
Language: C++ LOC: 66 Spider_20090108_inc : The CD Browser Kit (project search) : .../cdbrowserkit/cdbrowserkit1.0.zip/src/shared/WinProgram.cpp
|
' Copyright (C) 2004 S. Towner
' This program is free software; you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation; either version 2 of the License, or
' (at your option) any later version.
Language: VB.NET License: GPL (C) 2004 S. Towner LOC: 102 Spider_20090120_inc : QuickFolder (project search) : .../006/quickfolder/QuickFolder_Source_0.1.0.zip/Modules/mdlShellExecute.vb
|
Attribute VB_Name = "modShellExec"
Option Explicit
Public Declare Function ShellExecute Lib "shell32.dll" Alias _
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpszOp As _
String, ByVal lpszFile As String, ByVal lpszParams As String, _
Language: VB LOC: 93 Spider_20090401_inc : M.A.D.D.I.S. - maddis-vb-winnode (project search) : .../0011/maddis/MADDIS_Win32_SRC_0.99.zip/src/modShellExec.bas
|
/* CONSPAWN.C (c) "Fish" (David B. Trout), 2005-2006 */
/* This program is spawned by Hercules as a result of */
/* the 'sh' (shell) command. It's purpose is to simply */
/* call the host's shell (command interpreter) program */
/* with the arguments supplied (usually to invoke yet */
Language: C LOC: 99 Hercules-390 : hercules (project search) : .../Hercules-390/h/hercules/hercules/conspawn.c
|
namespace ShellLib
{
public class ShellExecute
{
public enum ShowWindowCommands
Language: C# LOC: 95 Spider_339 : Code Project - C# does Shell, Part 3 (project search) : .../batches/Spider_339/Code_Project_-_C#_does_Shell,_Part_3/csdoesshell3_src.zip/ShellExecute.cs
|
namespace ShellLib
{
public class ShellExecute
{
public enum ShowWindowCommands
Language: C# LOC: 95 Spider_339 : Code Project - C# does Shell, Part 3 (project search) : .../Code_Project_-_C#_does_Shell,_Part_3/csdoesshell3_demo.zip/ShellBasics/ShellBasics/ShellExecute.cs
|
namespace ShellLib
{
public class ShellExecute
{
public enum ShowWindowCommands
Language: C# LOC: 95 Spider_335 : Code Project - C# does Shell, Part 2 (project search) : .../Code_Project_-_C#_does_Shell,_Part_2/csdoesshell2_demo.zip/ShellBasics/ShellBasics/ShellExecute.cs
|
namespace ShellLib
{
public class ShellExecute
{
public enum ShowWindowCommands
Language: C# LOC: 95 Spider_335 : Code Project - C# does Shell, Part 2 (project search) : .../batches/Spider_335/Code_Project_-_C#_does_Shell,_Part_2/csdoesshell2_src.zip/ShellExecute.cs
|
namespace ShellLib
{
public class ShellExecute
{
public enum ShowWindowCommands
Language: C# LOC: 95 Spider_346 : RSS Bandit (project search) : .../Rev.972/ChildProjects/ShellBasics/ShellBasics/ShellExecute.cs
|
namespace ShellLib
{
public class ShellExecute
{
public enum ShowWindowCommands
Language: C# LOC: 95 Spider_366 : Code Project - C# does Shell, Part 4 (project search) : .../batches/Spider_366/Code_Project_-_C#_does_Shell,_Part_4/csdoesshell4_src.zip/ShellExecute.cs
|
1 2345678910...
|