| 发表于:2007-04-27 11:14:06 楼主 |
vb中如下定义: type user_inf control_sv_name as string * 16 exepath as string * 128 oraclehost as string * 16 oracleuid as string * 8 oraclepassword as string * 16 oracletbluid as string * 8 excel_reportpath as string * 128 shortbcr_exepath as string * 128 shortbcr_datapath as string * 128 longbcr_exepath as string * 128 longbcr_datapath as string * 128 end type 我在vb.net中改成如下来用,是否可以 structure user_inf dim control_sv_name as string dim exepath as string dim oraclehost as string dim oracleuid as string dim oraclepassword as string dim oracletbluid as string dim excel_reportpath as string dim shortbcr_exepath as string dim shortbcr_datapath as string dim longbcr_exepath as string dim longbcr_datapath as string end structure 上面的使用可行吗?先谢谢大家帮忙啦 |
|
|
|
|