标题:vb如何将数据传递给用c#编写的程序?
只看楼主
beijiquan
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2014-12-25
结帖率:75%
已结贴  问题点数:20 回复次数:1 
vb如何将数据传递给用c#编写的程序?
c#中对于接受的数据是这样定义的,两个结构体:
一个是:public CJOB();
        public string ArticleKey { get; set; }
        public string BatchSize { get; set; }
        public string JobID { get; set; }
        public string TotalPieces { get; set; }
一个是:public CKANBAN();
        public string Article { get; set; }
        public Color Color1 { get; set; }
        public Color Color2 { get; set; }
        public string CoreArea { get; set; }
        public string KANBANID { get; set; }
        public string Side1partpullofflength { get; set; }
        public string Side1seal { get; set; }
        public string Side1strippinglength { get; set; }
        public string Side1terminal { get; set; }
        public string Side2partpullofflength { get; set; }
        public string Side2seal { get; set; }
        public string Side2strippinglength { get; set; }
        public string Side2terminal { get; set; }
        public string WireID { get; set; }
        public string WireLength { get; set; }
我现在要用VB编写一个程序,将数据按照上面的格式传递给c#,请问如何实现?急急急!!!
搜索更多相关主题的帖子: public 结构体 如何 
2014-12-25 09:54
风吹过b
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
等 级:贵宾
威 望:364
帖 子:4912
专家分:29900
注 册:2008-10-15
得分:14 
表示看不懂。

建议你改用 去做这个程序。

授人于鱼,不如授人于渔
早已停用QQ了
2014-12-25 15:32



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-440343-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.161327 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved