VB6
VB6, ActiveReports, and CanGrow property
I\'ve got an ActiveReport which has a textbox populated at run time. The \"cangrow\" and \"multiline\" properties are both set to \"true\".[详细]
2023-03-28 02:12 分类:问答How can I make a console-like textbox?
I am making a program called \"BasicSys\". It is a BASIC System simulator that uses a textbox for the console. So far I have everything working great but I need to have the text box act like a co开发者[详细]
2023-03-28 00:08 分类:问答VB6 ADO INSERT of TEXT field into .MDB
My example VB6 program: Dim conn As New connection conn.Open \"Driver={Microsoft Access Driver (*.mdb)};Dbq=\" & App.Path & \"\\adatabase.mdb;\"[详细]
2023-03-27 18:51 分类:问答c # and Comm Ports
Hey all i am trying to turn an A/V reciever on and off this the following RS232 command: @MAIN:VOL=Down & Chr$(13) & Chr$(10)[详细]
2023-03-27 13:02 分类:问答I want to dump the contents of a .csv file into a string in Visual Basic 6. What's wrong with my code?
Here is my code.The file abc.csv exists and is full of data. Dim strContent As String Dim int As Integer[详细]
2023-03-27 06:39 分类:问答In Visual Basic 6, how do I remove the first character of a string?
For example, say s开发者_Python百科trWord = \"Burger\".I want to create a new string strTrimmedWord, such that it strTrimmedWord = \"urger\" (B is gone).[详细]
2023-03-27 06:21 分类:问答Getting a .net app and a vb6 app to talk to each other?
I have a couple of applications that depend on each other.One is a robust vb6 application.The other is my eagerly anticipated, stealth technology employing, and likely oscar winning .net (2.0) systray[详细]
2023-03-27 03:46 分类:问答Excel Automation Performance of VB6 client application versus C# client application
I\'ve invested a lot of time in converting some old VB6 / *.xla code into a C# application and now have come to find that I\'ve dug myself into a major performance hole.It seems that automating Excel[详细]
2023-03-26 19:35 分类:问答VB6 Formatting a string Problem
My question is simple.. How do I convert a string like \"445B986D2DD3B41852964ABA11408E82\" to 445B9-86D2D-D3B41-85296-4ABA1-1408E82[详细]
2023-03-26 16:58 分类:问答How to build a query for getting rows having a blank field in access whose datatype is date?
I am building a program in vb6 which asks me to get the rows in a table having return_date field which obviously has date/time datatype and it is blank.[详细]
2023-03-26 10:16 分类:问答