搜索资源列表
-
0下载:
Here I m going to show you can use the SharePoint object model to read sharepoint list using C#.
To do this in your custom webpart or feature first you have to add the reference to Microsoft.Sharepoint.dll (Then in your code use "using Microsoft
-
-
0下载:
Here I m going to show you can use the SharePoint object model to Add item to sharepoint list using C#.
To do this in your custom webpart or feature first you have to add the reference to Microsoft.Sharepoint.dll (Then in your code use "using Mi
-
-
0下载:
本程序演示如何让程序只运行一次实例。两种实现方法:方法一是利用Process类判断进程;方法二是利用Mutex类。-This program demonstrates how to make the program run only one instance. Two implementation methods: Method One is the use Process class to determine the process method two is the use of Mute
-
-
0下载:
问题描述:
由用户选择一个商品序号,继而猜商品的价格,如果猜对了,则计算机提示:“Right!”,并在屏幕上输出用户猜了多少次才猜对此数,以此来反映猜数者“猜”的水平,结束游戏;如果猜错了,计算机提示“Wrong!”,并告诉用户所猜的数是高了还是低了。最多可以猜10次,如果猜了10次仍未猜中的话,则停止本次猜数,然后继续猜下一个数。每次运行程序用户可以反复猜多个商品,直到用户想停止时结束游戏。
用户结束游戏后,计算机把商品按照价格由低到高排序,并把排序后的商品序号显示出来。
-
-
0下载:
本书介绍了如何编写在Microsoft Windows环境下运行的程序。存在许多方式编写这样的程序。在这本书中,使用了新的面向对象的程序设计语言C#和名为“Windows Forms”的新式类库,Windows Forms类库是Microsoft·NET Franework的一部分,后者在2000年夏季出现,大约一年半之后被引入。-This book describes how to write in the Microsoft Windows environment to run the pr
-
-
0下载:
Exercise 1: Programming Environment and Basic Input/Output
1. Write a program that prints “This is my first program!” on the screen.
(a) Save this program onto your own disk with the name of e2-1a
(b) Run this program without opening Turbo
-