-
大小: 3.64M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2020-12-26
- 語言: C#
- 標(biāo)簽: IP??webservice??天氣預(yù)報??
資源簡介
通過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;
?????
評論
共有 條評論