vb6 control arrays in .net?(.net 中的 vb6 控制数组?)
问题描述
Are control arrays supported in .Net? We are talking about converting a legacy app from VB6 to .NET. The app has a lot of control arrays. I've read different articles that differ if .NET support control arrays.
Can anyone give me a definitive answer if .Net support control arrays like VB6 does? Is this for the latest version of .Net 4.0? Or is there a version limitation?
Also, if this is possible is it a straight conversion? If not what flaming hoops would one have to jump through to make this happen?
A "straight conversion" is not possible, but you can create control arrays in a different way: Creating Control Arrays in Visual Basic .NET and Visual C# .NET
这篇关于.net 中的 vb6 控制数组?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:.net 中的 vb6 控制数组?
基础教程推荐
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- 将数据集转换为列表 2022-01-01
- 如果条件可以为空 2022-01-01
- 从 C# 控制相机设备 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- 获取C#保存对话框的文件路径 2022-01-01
- C# 9 新特性——record的相关总结 2023-04-03
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
