17727.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 38 行
HTML
38 行
<html> <head> <title>我有一个C 的structure ,想要改成VB能用的宣告,有人可以帮忙吗?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>我有一个C 的structure ,想要改成VB能用的宣告,有人可以帮忙吗?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 天儿 on August 23, 1999 at 16:51:18:<p>C 的structure大概是这个样子<br>typedef struct<br>{<br> long Num;<br>}Entry;<p>typedef struct<br>{<br> long ID;<br> Entry *lpEntry;<br>}Funny;<p>如果要在VB中宣告相同的型态,要怎样做呢?<br>谢谢!!<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17727--><!--top: 17769--><li><a href="17769.html">Re: 我有一个C 的structure ,想要改成VB能用的宣告,有人可以帮忙吗?</a> <b>Thousand</b> <i>11:10:30 8/24/99</i>(<!--responses: 17769-->1)<ul><!--insert: 17769--><!--top: 17840--><li><a href="17840.html">Thanks!!</a> <b>天儿</b> <i>11:34:38 8/25/99</i>(<!--responses: 17840-->0)<ul><!--insert: 17840--></ul><!--end: 17840--></ul><!--end: 17769--><!--top: 17731--><li><a href="17731.html">试一试吧 ...</a> <b>安宝</b> <i>17:48:38 8/23/99</i>(<!--responses: 17731-->1)<ul><!--insert: 17731--><!--top: 17759--><li><a href="17759.html">Re: 试一试吧 ...</a> <b>天儿</b> <i>09:17:41 8/24/99</i>(<!--responses: 17759-->0)<ul><!--insert: 17759--></ul><!--end: 17759--></ul><!--end: 17731--></ul><!--end: 17727--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?