摘要:
1:我想双击item,然后在另一个richedit中显示一些东东。怎么做? 2:如果是在选中任一个item时(单击或用上下键移动),都可以响映,那又怎么做?
......
摘要:
小弟要用jsp做一个答题的系统,答案由用户输入,是文本格式,在页面上要求有第一题 下一题 上一题 最后一题 这些按纽,我可以实现上面按纽的功能,但是怎么都读不到答案。我要传很多参数来保证下面题目的选择,大家有没有什么解决的方法,请帮帮小弟吧,谢谢。
......
请给一个比较完整的例子,如何从Sql Server中取出图片,显示在PictureBox控件中。
谢谢,能运行就结贴。
NO.1 作者: saucer
see
http://www.codeproject.com/cs/database/albumviewer.asp
NO.2 作者: TheAres
HOW TO: Copy a Picture from a Database Directly to a PictureBox Control with Visual C#
http://support.microsoft.com/default.aspx?scid=kb;en-us;317701
摘要:
40. which is the range of char? (b) a. 2 7~2 7-1 b. 0~2 16-1 c. 0~2 16 d. 0~2 8 41. which is the range of int type? (b) a. 2 16~2 16-1 b. 2 31~2 31-1 c. 2 32~2 32-1 d. 2 64~2 64-1 40题中char不是两个字节吗......