How do I build a VB6 Console App

后端 未结 3 1709
故里飘歌
故里飘歌 2021-02-15 12:38

I did some googling to try to answer this question but even after that I\'m not quite clear about something. Is it possible to create a console app from VB6?

I\'ve go

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-15 12:54

    You can use Karl E. Peterson's code at http://vb.mvps.org/samples/Console/ to create a very full-featured console application.

    Simpler ones can be made by relinking the compiled VB6 EXE for the console subsystem. Karl goes into this at that same Web page. Scroll down for LinkConsole.vbs there.

提交回复
热议问题