找回密码
 立即注册

QQ登录

只需一步,快速开始

微信扫码登录

搜索
查看: 1304|回复: 0

[分享] VB.NET FOR SNAP

[复制链接]

15

主题

631

回帖

7749

积分

少校

积分
7749
发表于 2019-12-24 22:11:01 | 显示全部楼层 |阅读模式
  1. Imports Snap, Snap.Create, Snap.UI.Input

  2. Public Class MyProgram

  3.    Public Shared Sub Main()

  4.       Dim cue As String = "Please enter an integer in the dialog"
  5.       Dim title As String = "Integer Entry"
  6.       Dim label As String = "Enter it here"
  7.       Dim initialValue As Integer = 1

  8.       Dim intValue As Integer = GetInteger(cue, title, label, initialValue)

  9.       InfoWindow.WriteLine("Integer value entered = " & intValue)

  10.    End Sub

  11. End Class
复制代码


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

咨询QQ:1359218528|发帖须知!|Archiver|手机版|小黑屋|UG爱好者论坛 ( 京ICP备10217105号-2 )

GMT+8, 2025-1-23 09:23

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表