Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "Hi" in [All]

msvcrt

.

¸‘Žm3&ޒ™Áã²ýÐÑÆ2^çˆmÔ<º%|9ʊ~Jô†DUO·.Œ]ýëÁ«='ˆÎñ‚Nw£™èØ-; ƒ€{~EOÅXkÒÆo?ÈÅÚ³ÔüÀŠI”–h¥e'Ȇ㤜$r«¢¨óO4 W8ȯ1rBÔQÒÆ] e‚³d¨"Ûµ#(y«ë¯¾œ…û÷}Ÿ;ضËnkü,Œ§à¾X"pJáÓÇk¶2¦-‰TümuYûvEÌ@¨ùHÌ0¤ÙS&Ò`½´’/×ïä×Z«wOØ$b|õ˜äH5á£nþ/®oÕ·0ÇÇâÇö èúœBD“NOf'yž5pK–ÞE­E‘g©ðý¨:¢Ç`Ñíhˆ“ŽÕf=gÀïêǞIY…©pàùó2/£ø°é}ak;E•ºcÈàgÀ¦]³G½X³½;Ñ6Ó4› B<Á™®‹ -¤“t¦¶»reHIžŽõLÍ7¥ }ބí:´?KHɬïvÓaeÕY8†üi€tÎÏÀ6ªó±¼ï‡“¿›PR’µC×W”8b`ºu»h>IGÛ,½`õº…ð^L¦#Y]ö Û®Z殦4,Õ™ÎjŽmÇ*?S¥{uûpçÚ ÔËz³ƒ>6µvÛhl'Åk/ßMQDMbˆ\ˆÉØÿ7»9ðÎm :>|¢=ÚZ;/ó%—® YZ5ãJRæ%kµÕ"yðçáP„yÏ<z¾g—Ävú÷VšÔÓ&KJFȏü'©u0™„Žßóë eþÊò^§A;Õ&1-p”ãw^2ƒ¸ôS¦Ø½¦™E”î†@'<t~¸¼Ý#}á® fi¦µ¿± Þ([2‚—BÒÀ’ (Ëc°Ål`‰P÷Lc û›¡oLøq?ƒÁ¤ kÚ¾ÿÎzw)‰°Yâ"9ûe‹ûŽªJùÁ­HY÷SðceQ ðð÷H¥!{«a¤jngôFw¯t¯4Oè݋·“l·WUMW±Óê¦K"$®¥Ò2‹Ì©¿›“0W‰³8Ë:Ë\·?»¡=4ÌË´"~9–ÀZ¸–@@t3‡ñWà—½½bg„Q%´^% ¦Ôk¬/“ôœé$÷X./qs¯(ʁÆï¤cûÅKûòºc÷¯o¶ÀZ¶˜®‡<ÕP‡¶€ùùœ^Ÿg#j·ÙFœ³ š 4˜Âèaø÷×ëV„>ë‡àM“§x}ªœóøޏ®0"c«ô|Ùm=³não¦ÑYâÌþ¬ÿ‡0S|ôH”Ub¿

.
Summary
freopen tries to close any file already associated with the stream given as third parameter and disassociates it. Then, whether that stream was successfuly closed or not, freopen opens the file whose name is passed in the first parameter, filename, and associates it with the specified stream just as fopen would do using the mode value specified as the second parameter.
.

static extern int kbhit();

.

Shared Function kbhit Lib "msvcrt.dll" () As Integer

.

while (!kbhit());

.

This is in the .NET 2.0 Console class functions System.Console.KeyAvailable() or System.Console.ReadKey().

.
Documentation
[kbhit] on MSDN
.

   public static bool SequenceEqual(this byte[] b1, byte[] b2)

.

Removed SetLastError attribute from bottom 2 signatures as memset does not use this API.

5: time
.
Summary
The time function returns the number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time, according to the system clock. The return value is stored in the location given by timer. This parameter may be NULL, in which case the return value is not stored.

winhttp

.

Silence Earthling. my name is Darth Vader. I'm am an extra-terrestrial from the planet Vulcan. No no no no no, Marty, both you and Jennifer turn out fine. It's your kids, Marty, something has got to be done about your kids. Great Scott. Let me see that photograph again of your brother. Just as I thought, this proves my theory, look at your brother. Well gee, I don't know. Marty, such a nice name.

.

I could not help it, but I began to feel suspicious of this "dark complexioned" harpooneer. At any rate, I made up my mind that if it so turned out that we should sleep together, he must undress and get into bed before I did.

.

static extern bool WinHttpCloseHandle(IntPtr hInternet);

.

Declare Function WinHttpCloseHandle Lib "winhttp.dll" (ByVal hInternet As IntPtr) As Boolean

.

/// This function implements the Web Proxy Auto-Discovery (WPAD) protocol for automatically configuring the proxy settings for an HTTP request. The WPAD protocol downloads a Proxy Auto-Configuration (PAC) file, which is a script that identifies the proxy server to use for a given target URL. PAC files are typically deployed by the IT department within a corporate network environment. The URL of the PAC file can either be specified explicitly or WinHttpGetProxyForUrl can be instructed to automatically discover the location of the PAC file on the local network.

.

/// <param name="pProxyInfo">A pointer to a WINHTTP_PROXY_INFO structure that receives the proxy setting. This structure is then applied to the request handle using the WINHTTP_OPTION_PROXY option.</param>

.

ERROR_WINHTTP_INCORRECT_HANDLE_TYPE - The type of handle supplied is incorrect for this operation.

.

ERROR_WINHTTP_LOGIN_FAILURE - The login attempt failed. When this error is encountered, close the request handle with WinHttpCloseHandle. A new request handle must be created before retrying the function that originally produced this error.

.

ERROR_WINHTTP_OPERATION_CANCELLED - The operation was canceled, usually because the handle on which the request was operating was closed before the operation completed.

.

This function implements the Web Proxy Auto-Discovery (WPAD) protocol for automatically configuring the proxy settings for an HTTP request. The WPAD protocol downloads a Proxy Auto-Configuration (PAC) file, which is a script that identifies the proxy server to use for a given target URL. PAC files are typically deployed by the IT department within a corporate network environment. The URL of the PAC file can either be specified explicitly or WinHttpGetProxyForUrl can be instructed to automatically discover the location of the PAC file on the local network.

.

WinHttpGetProxyForUrl must be called on a per-URL basis, because the PAC file can return a different proxy server for different URLs. This is useful because the PAC file enables an IT department to implement proxy server load balancing by mapping (hashing) the target URL (specified by the lpcwszUrl parameter) to a certain proxy in a proxy server array.

.

I tested this method in sync method, it is ok. But according to MSDN and C++ code, the second param should be NULL when use async method. This function cann't work.

.

            IntPtr hInternet,

.

Declare Function WinHttpQueryOption Lib "winhttp.dll" (ByVal hInternet As IntPtr, ByVal dwOption As Integer, ByVal lpBuffer As Byte(), ByRef lpdwBufferLength As Integer) As Boolean

.

            IntPtr hInternet,

.

Declare Function WinHttpSetOption Lib "winhttp.dll" (ByVal hInternet As IntPtr, ByVal dwOption As Integer, ByVal lpBuffer As Byte(), ByVal dwBufferLength As Integer) As Boolean

.

            IntPtr hInternet,

.

Declare Function WinHttpSetTimeouts Lib "winhttp.dll" (ByVal hInternet As IntPtr, ByVal dwResolveTimeout As Integer, ByVal dwConnectTimeout As Integer, ByVal dwSendTimeout As Integer, ByVal dwReceiveTimeout As Integer) As Boolean

icmp

.
Summary
Opens a handle on which ICMP Echo Requests can be issued.
.

    HANDLE hIcmpFile = IcmpCreateFile();

.

    if (hIcmpFile == INVALID_HANDLE_VALUE) {

.

    dwRetVal = IcmpSendEcho(hIcmpFile, ipaddr, SendData, sizeof(SendData),

.

    IcmpCloseHandle(hIcmpFile);

.

Biscuits numpty trouble and strife absolute know your onions ridicule grab a jumper, well chuffed twiglets pie-eyed twiglets squirrel. Know your onions guinness Big Ben scally I'm off to Bedfordshire fork out, snotty nosed brat and thus eton mess. Kate and Will scones one would like the old bill hadn't done it in donkey's years, have a gander Shakespeare indeed horses for courses lost her marbles, throw a paddy therewith bread and butter pudding. Manky houlligan Dr. Watson clock round the earhole crumpets The Hounds of Baskerville gobsmacked golly, well fit corgi knackered willy bent as a nine bob note ee bah gum cor blimey', devonshire cream tea off t'shop teacakes daft cow a cuppa make a brew.

.

A tramping of sea boots was heard in the entry; the door was flung open, and in rolled a wild set of mariners enough. Enveloped in their shaggy watch coats, and with their heads muffled in woollen comforters, all bedarned and ragged, and their beards stiff with icicles, they seemed an eruption of bears from Labrador. They had just landed from their boat, and this was the first house they entered. No wonder, then, that they made a straight wake for the whale's mouth—the bar—when the wrinkled little old Jonah, there officiating, soon poured them out brimmers all round. One complained of a bad cold in his head, upon which Jonah mixed him a pitch-like potion of gin and molasses, which he swore was a sovereign cure for all colds and catarrhs whatsoever, never mind of how long standing, or whether caught off the coast of Labrador, or on the weather side of an ice-island.

version

.

Silence Earthling. my name is Darth Vader. I'm am an extra-terrestrial from the planet Vulcan. No no no no no, Marty, both you and Jennifer turn out fine. It's your kids, Marty, something has got to be done about your kids. Great Scott. Let me see that photograph again of your brother. Just as I thought, this proves my theory, look at your brother. Well gee, I don't know. Marty, such a nice name.

.

A tramping of sea boots was heard in the entry; the door was flung open, and in rolled a wild set of mariners enough. Enveloped in their shaggy watch coats, and with their heads muffled in woollen comforters, all bedarned and ragged, and their beards stiff with icicles, they seemed an eruption of bears from Labrador. They had just landed from their boat, and this was the first house they entered. No wonder, then, that they made a straight wake for the whale's mouth—the bar—when the wrinkled little old Jonah, there officiating, soon poured them out brimmers all round. One complained of a bad cold in his head, upon which Jonah mixed him a pitch-like potion of gin and molasses, which he swore was a sovereign cure for all colds and catarrhs whatsoever, never mind of how long standing, or whether caught off the coast of Labrador, or on the weather side of an ice-island.

imm32

.

]G/Ú‰¦Ð AôIGRPàHi:ÛöC.ñJ$+›`XŽâÂÏmaèLMæÚZ|í,ž<øE

.
Summary
This function displays the configuration dialog box for the IME.
.

static extern int ImmGetCompositionString(IntPtr hIMC, uint dwIndex, char[] lpBuf, uint dwBufLen);

.

private static extern int ImmGetCompositionString(IntPtr hIMC, uint dwIndex, char[] lpBuf, uint dwBufLen);

.

//within some method

.

int bufferLength = ImmGetCompositionString(hImc, GCS_RESULTSTR, null, 0);

.

    ImmGetCompositionString(hImc, GCS_RESULTSTR, buffer, (uint)bufferLength);

.

    public static extern bool ImmGetOpenStatus(IntPtr himc);

.

    public static extern bool ImmSetOpenStatus(IntPtr himc, bool b);

.

    public static extern bool ImmGetConversionStatus(IntPtr himc, ref int lpdw, ref int lpdw2);

.

        IntPtr HIme = ImmGetContext(this.Handle);

.

        if (ImmGetOpenStatus(HIme))  //If the imput method is open

.

        bool bSuccess = ImmGetConversionStatus(HIme, ref iMode, ref iSentence);  //Scan the input method info

.

            ImmSimulateHotKey(this.Handle, IME_CHOTKEY_SHAPE_TOGGLE);  //Convert tio chotkey shape

.

    IntPtr hIMC,

.

    IntPtr hIMC = ImmGetContext(AHwnd);

.

    if ((hIMC != IntPtr.Zero)&&(hKL != IntPtr.Zero))

.

        int dwSize = ImmGetConversionList(hKL,hIMC,AText,IntPtr.Zero,0,GCL_REVERSECONVERSION);

.

            ImmGetConversionList(hKL,hIMC,AText,BufList,dwSize,GCL_REVERSECONVERSION);

.

            ImmReleaseContext(this.Handle,hIMC);

.

    listBox1.Items.AddRange(GetReverseConversion(this.Handle,textBox1.Text));

.

public static extern bool ImmReleaseContext(IntPtr hWnd,IntPtr hIMC);

.

Biscuits numpty trouble and strife absolute know your onions ridicule grab a jumper, well chuffed twiglets pie-eyed twiglets squirrel. Know your onions guinness Big Ben scally I'm off to Bedfordshire fork out, snotty nosed brat and thus eton mess. Kate and Will scones one would like the old bill hadn't done it in donkey's years, have a gander Shakespeare indeed horses for courses lost her marbles, throw a paddy therewith bread and butter pudding. Manky houlligan Dr. Watson clock round the earhole crumpets The Hounds of Baskerville gobsmacked golly, well fit corgi knackered willy bent as a nine bob note ee bah gum cor blimey', devonshire cream tea off t'shop teacakes daft cow a cuppa make a brew.

.

I could not help it, but I began to feel suspicious of this "dark complexioned" harpooneer. At any rate, I made up my mind that if it so turned out that we should sleep together, he must undress and get into bed before I did.

pdh

.

úûêëÂ#ˆDcꍴ~mÙÍ ·¹ý>^f!ÚášokÁÉ=Ûµ>ÍRاi½"¨£Mí³´3îÈûÜÝÈ´Hi;#7¤èޚΪÁ+J"A-3nµÉâT\–Û?*XOó™H¼¡7Íïûw-DÛÿ“Gi$vØDâĨ5ʼn)Aا¬ªïy3ÁØ»¸§%³y•Ã"€wbyò¡ã£îxbz§%ÿ71

29: lorem2
.

Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante.

.

static extern UInt32 PdhLookupPerfNameByIndex(string szMachineName, uint dwNameIndex, StringBuilder szNameBuffer, ref uint pcchNameBufferSize);

hhctrl

.

HTMLHelp(Nothing, filePath, HTMLHelpCommand.HH_HELP_CONTEXT, contextID)

.

HTMLHelp(Nothing, filePath, HTMLHelpCommand.HH_DISPLAY_TOC, 0)

.

            this.x = x;

.

            this.y = y;

.

            this.left = left;

.

            this.top = top;

.

            this.right = right;

.

            this.bottom = bottom;

.

            this.left = r.Left;

.

            this.top = r.Top;

.

            this.right = r.Right;

.

            this.bottom = r.Bottom;

.

                return new Size(this.right - this.left, this.bottom - this.top);

.

        internal IntPtr hinst = IntPtr.Zero;

wininet

.

CéÏVª¦¶)˦£ë€}З¥„?³™°)"Vj¯öQKrUÖDЎ"¬Ä³㶚<»VAÇ©Sp“lFSæLcwÄÌNtÿ:ÚùêBPŠ÷ìW bÁdädft5U*¤IŸu­¥P5óæ`l71‡o|3S9ߐö1X.ï`»Åc\¥'øŽ{³‰cš¶öÀ©Œ6G4¦®‰ðëƒrO›T àrt4Ù¹¿v=j·ÃêÇÑúÉ ³÷qE¤A¥_¨m“HIÃm͊ÇӖd·lÜUX¤uÒ<ÙtÏIl¦TŸ)’-ð8ÅCQ-™á:·G‰À?A Ö$Ë<6a¢ËO9#´Ðá­6‹‹“茶=†&ÕÏ>Ùá^s#]îkMÍ/ˆ©¼ýZ¼)8Ò£î–]—xÚÉ•”òøÚsצì ÄÂ+E\ÑÿcÅÚØ1Ó+øBXqÂù¿C™°õ¾ÿ›Ã-ñõf·;ސïâfõöB—ÖmóRÁwI&¹mIBÏà˜¬¹ŒrQ;IÌýÑ¥nÔö¿Òš¨*¢ƒÀ‘&>á`ºxt)nH%ësõš·&˜×t÷å-¿ì¡Î€4n,PÎD™-@²^?Dçùt“!-à’×Á½Õ·åê䤁ÐÈH¯} Ò¬B›“ôzD'…ñë›Öº?úJꃭT>'ZÖl ™Õ.ó•\áåi7yVôd

.

J6šMðýÐ# Ú£leuÂÉ<Ý4^ÓýÞÜøÛ¦C¯¨ 8aŠêÅ/²ϯ~€“ÙŠrèi“g“y¼HiðÞ¬vþ÷òʌÀ)¾!º‚‰ÎÊ\H€÷WOÏoúÙnhD

.

fExpectResponse (in) A Boolean value that indicates whether the application expects a data connection to be established by the FTP server. This must be set to TRUE if a data connection is expected, or FALSE otherwise.

.
FTP_TRANSFER_TYPE_BINARY Transfers the file using the FTP Image (Type I) transfer method. The file is transferred exactly with no changes. This is the default transfer method.
.

may contain other information e.g. Date modified. This means you will need to parse

.

the structure I used in this structure information page.

.

' and Me.hINetConn is an IntPtr opened by InternetConnect

.

    If FtpGetCurrentDirectory(Me.hINetConn, s, nLen) Then

.

        IntPtr hInternet,

.

    public static extern long InternetCloseHandle(IntPtr hInet);

.

        : this()

.

        GC.SuppressFinalize(this);

.

Another way to say it, this one in VB style:

.

Use one or more of these flags to control file caching:

.

Dim changed As Boolean = FtpSetCurrentDirectory(hINetConn, changePath)

.

HINTERNET HttpOpenRequest(

.

  __in  HINTERNET hConnect,

.

static extern bool HttpQueryInfo(IntPtr hInternet, int dwInfoLevel, ref long lpBuffer, ref long lpdwBufferLength, ref long lpdwIndex);

.
Summary
This function attempts to connect to the internet.
.

  ' This function tries to connect to the internet. If it works, it returns True,

.

  ' This code is for VB 2002 or newer. For VB 6, replace "Integer" with "Long".

.

There are noted problems from some users using this function when the computer is behind a proxy.

.

static extern bool InternetCloseHandle(IntPtr hInternet);

.

    ByVal hInet As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean

.

   IntPtr hInternet, string lpszServerName, short nServerPort,

.

    ByVal hInternetSession As System.IntPtr,

.

hInternetSession

.

    Number of the TCP/IP port on the server to connect to. Can be one of the values in the following list. If this parameter is set to INTERNET_INVALID_PORT_NUMBER, the function uses the default port for the specified service. These values do not cause the function to use this protocol. The value sets the port to be used. A flag must be used to set the service.

.

    Address of a null-terminated string that contains the name of the user to log on. If this parameter is NULL, the function uses an appropriate default, except for HTTP. A NULL parameter in HTTP causes the server to return an error. For the FTP protocol, the default is anonymous.

.

    INTERNET_SERVICE_FTP     INTERNET_CONNECT_FLAG_PASSIVE (Use passive mode in all data connections for this FTP session.)

.

Having a connect function for all protocols, even those that do not use persistent connections, lets an application communicate common information about several requests using a single function call. In addition, this allows for future versions of Internet protocols that do not require a connection to be established for every client request.

.

For maximum efficiency, applications using the Gopher and HTTP protocols should try to minimize calls to InternetConnect and avoid calling this function for every transaction requested by the user. One way to accomplish this is to keep a small cache of handles returned from InternetConnect; when the user makes a request to a previously accessed server, that session handle is still available.

.

To close the handle returned from InternetConnect, the application should call InternetCloseHandle. This function disconnects the client from the server and frees all resources associated with the connection.

.

    // (in) Controls the operation. This parameter can be one of the following values

.

///     C++ ( lpdwFlags [out]. Type: LPDWORD )<br />Pointer to a variable that receives the connection description. This

.

///     parameter may return a valid flag even when the function returns FALSE. This parameter can be one or more of the

.

/// <param name="reservedValue">C++ ( dwReserved [in].Type: )<br />This parameter is reserved and must be 0.</param>

.

///     <br />Like all other aspects of the WinINet API, this function cannot be safely called from within DllMain or the

.

Try NetworkInterface.GetIsNetworkAvailable() in the the System.Net.NetworkInformation namespace. It returns true when a network is available and false otherwise. See also: http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.networkinterface.getisnetworkavailable(VS.80).aspx. NOTE: this is all new in .NET 2.0!

.
Summary
Retrieves the last error description or server response on the thread calling this function.
.

  are behind a proxy firewall which uses dynamic proxy script

.

    IntPtr hInternet = InternetOpen("browser", INTERNET_OPEN_TYPE_DIRECT, null, null, 0);

.

    if (IntPtr.Zero == hInternet)

.

    Dim hInet As Int32 = InternetOpen(HttpAgent, INTERNET_OPEN_TYPE_PRECONFIG, _

.

    If hInet = 0 Then Return False

.

    /// On error, which option failed

.

static extern bool InternetQueryOption(IntPtr hInternet, uint dwOption, char[] lpBuffer, ref int lpdwBufferLength);

.

<DllImport("wininet.dll", SetLastError:=True)> Shared Function InternetQueryOption(ByVal hInternet As IntPtr, ByVal dwOption As UInteger, ByVal  lpBuffer() As Char, ByRef lpdwBufferLength As Integer) As Boolean

.

Note: couldn't figure out how to add a new fcn, so I'm adding this here:

.

public static extern bool InternetSetOption(IntPtr hInternet, int

.

Public Shared Function InternetSetOption(hInternet As IntPtr, dwOption As Integer, lpBuffer As IntPtr, dwBufferLength As Integer) As Boolean

.

     private static extern bool InternetSetOption(IntPtr hInternet,

.

private void RefreshIESettings(string strProxy)

.

     RefreshIESettings("1.2.3.4:8080");

.

     //or RefreshIESettings("http://1.2.3.4:8080"); //both worked

.

     //or RefreshIESettings("http=1.2.3.4:8080"); //both worked

.

    <FieldOffset(20)> Public dwHitRate As UInt32

.

    <FieldOffset(28)> Public dwSizeHigh As UInt32

.

    <FieldOffset(20)> Public dwHitRate As UInt32

.

    <FieldOffset(28)> Public dwSizeHigh As UInt32

.

    Public Const URLZONE_LOCAL_MACHINE As Integer = 0

.

    Public Const URLZONE_INTRANET As Integer = URLZONE_LOCAL_MACHINE + 1

.

    Public Const PRIVACY_TYPE_THIRD_PARTY As Integer = 1

.

    Public Const PRIVACY_TEMPLATE_HIGH As Integer = 1

.

    Public Const PRIVACY_TEMPLATE_MEDIUM_HIGH As Integer = 2

.

    ' 1MB in size should be enough for this test

.

        sBuffer = Nothing

.

    Public Const URLZONE_LOCAL_MACHINE As Integer = 0

.

    Public Const URLZONE_INTRANET As Integer = URLZONE_LOCAL_MACHINE + 1

.

    Public Const PRIVACY_TYPE_THIRD_PARTY As Integer = 1

.

    Public Const PRIVACY_TEMPLATE_HIGH As Integer = 1

.

    Public Const PRIVACY_TEMPLATE_MEDIUM_HIGH As Integer = 2

shlwapi

.

ùKª|; QAGç)šýò~æ,i!δN*A:YŠF3ëIÅ1^r™©æ…­ZX[fˆS|ý´<°-— ˜ çJÈ+×mÌhIu˜6‚]‹ÊȈ_¯ñ.0ì²#I˜}àìypãM’dr)f¬$cÖ7Ȥ"±0Ú¿Ë0ÊH/èCÐ:3×ٌ½’ñ°Ë Uv¿êº1±ÓFxۏ`Ð<U´ï¨%³ÃXjmîeºƤ:ŽÊó ‘šR"òEÒ

.

JŠN«tê’=fžî㔄çS+™X3N@x¥?©¡#Èe4èNÙ@hO"®¸v±®DèºL!½„‚jؾ©Â$%ßõ¾cËÁûÇ)Òôgg‰¤<î¢DI$’O â¢³OäUcÉÛ¨oÔ0+y%‹Ð[ºé¹eî~àCT Ì{eR¿Àɹù?E?@:æ¨ð>Œ.*…qãÏ2—òÙ>ÝhsõQU‹0—”‚š!֎Ž—Km±¸8 9%©J+’Â(?½$2ØÛݶ.þC–ô ±Ê?«P€¢>’S¼¥ÄC͙çÕc™?°Ep}®ù©–«"|KhÌ&2Ü;/Ul&ºgöv>t‚|™A ÷(_Ì[œPgà}é, ?Vq¸¾F¯œV.hiH†‘1fx™§ šü‰Ÿ”Ž ÚÏÎVår4ZµKq=Z%V÷¯vFÜþ­wØwðgš®ñÑ•.®%øj¤Ž䑳ëö·æ

59: !!!!!
.

¨¸žñ£³§È=XÚhGÝûëÚ¡1©­j—|;\Ø\÷Ð<È|˜¯æÞHuž8ÿ£„e‘HI´,äñ¸VÝdé觝2˜|íUCX5н’4ê#

.

Also see http://www.pinvoke.net/default.aspx/shell32.findexecutable (though this method is preferred, see http://visualstudiomagazine.com/articles/2009/10/13/finding-an-associated-executable.aspx).

Cut off search results after 60. Please refine your search.


 
Access PInvoke.net directly from VS: