91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

通過webservice 根據(jù)當(dāng)前請求IP 獲取該地區(qū)天氣預(yù)報

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.ServiceModel;
using?System.Runtime.InteropServices;

namespace?MyWeather
{
????
??????

????public?partial?class?Form1?:?Form
????{
????????
????????string?myipmycity;
????????private?double?opacity?=?0;//記錄當(dāng)前窗體的透明度???
????????//實現(xiàn)無邊框移動
????????[DllImport(“user32.dll“)]
????????public?static?extern?bool?ReleaseCapture();
????????[DllImport(“user32.dll“)]
????????public?static?extern?bool?SendMessage(IntPtr?hwnd?int?wMsg?int?wParam?int?lParam);
????????public?const?int?WM_SYSCOMMAND?=?0x0112;
????????public?const?int?SC_MOVE?=?0xF010;
????????public?const?int?HTCAPTION?=?0x0002;
?????

評論

共有 條評論