• 大小: 3.64M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: IP  webservice  天气预报  

资源简介

通过webservice 根据当前请求IP 获取该地区天气预报

资源截图

代码片段和文件信息

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;//记录当前窗体的透明度   
        //实现无边框移动
        [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;
     

评论

共有 条评论