using System;
using System.Diagnostics ;
using System.Runtime.InteropServices;
using System.Collections;
using System.Net .Sockets ;
namespace fupip
{
public class geturl
{
public geturl()
{
}
[DllImport( "user32.dll ")]
public static extern int GetClassName(int hwnd, byte[] lpClassName,Int32[] nMaxCount);
[DllImport( "user32.dll ")]
public static extern int GetWindow(int hwnd,int wCmd);
[DllImport( "user32.dll ")]
public static extern int SendMessage(int hwnd,int wMsg,int wParam, byte[] lParam);
public const int GW_CHILD = 5;
public const int GW_HWNDNEXT = 2;
public const int WM_GETTEXT =13;
public const int WM_GETTEXTLENGTH = 14;
using System;
using System.Diagnostics ;
using System.Runtime.InteropServices;
using System.Collections;
using System.Net .Sockets ;
namespace fupip
{
public class geturl
{
public geturl()
{
}
[DllImport( "user32.dll ")]
public static extern int GetClassName(int hwnd, byte[] lpClassName,Int32[] nMaxCount);
[DllImport( "user32.dll ")]
public static extern int GetWindow(int hwnd,int wCmd);
[DllImport( "user32.dll ")]
public static extern int SendMessage(int hwnd,int wMsg,int wParam, byte[] lParam);
public const int GW_CHILD = 5;
public const int GW_HWNDNEXT = 2;
public const int WM_GETTEXT =13;
public const int WM_GETTEXTLENGTH = 14;