VB6
Shell BrowseForFolder preselected path
I have this call: oShell.BrowseForFolder(Me.hwnd, \"Select path:\", 0, \"C:\\dir\\\") This opens a standard file browser dialog with \"C:\\dir\\\" as root.[详细]
2023-04-02 06:38 分类:问答How to call an VB6.exe from foxpro 2.5 program
i have an program in foxpro 2.5开发者_运维问答 and i have an .exe file which is developed in VB6.0[详细]
2023-04-02 06:28 分类:问答vb 6.0 program on windows 7
I have been trying to install and run a program written in vb 6.0 on windows 7. It was working fine installing and running in windows xp. The error message after installing and running it say that[详细]
2023-04-02 04:17 分类:问答can not play mp3 with bit-rate more than 300kbps in visual basic 6.0 using MS multimedia control 6.0
well let me more clear about this problem- I am giving a try to make a mp3 player in VB6.0 90% job is done cause it plays wave files,mp3(w开发者_JAVA技巧ith bit rate less than 300kbps).[详细]
2023-04-02 00:15 分类:问答VB6: How are binary files encoded? using Put statement
I have this code Open WritingPath & \"\\FplDb.txt\" For Random As #1 Len = Len(WpRec) For i = 1 To 99[详细]
2023-04-01 22:57 分类:问答VB6 application won't run in some computers, in others it runs fine
I have a VB6 application, the installer is compiled using INNO Setup. The installer runs fine. But in about 10% of computers when the user clicks the Icon to run the installed app, it doesn\'t start,[详细]
2023-04-01 22:40 分类:问答Column with Numeric DataType returns a value with decimal upon using Crystal Report
SQL Server 7.0 VB 6.0 Crystal Report 8 Column Name: myColumn Data Type: numeric Length: 9 Precision: 10[详细]
2023-04-01 19:15 分类:问答How to connect to MySQL database from Visual Basic 6
I am using visual basic 6. I have a button 开发者_运维百科created which when pressed should display all the entries of the table. I am using following code to connect to MySQL database. I have used th[详细]
2023-04-01 13:28 分类:问答Classic ASP as CGI - How to wrap asp.dll as an exe?
I imagine it\'s possible to wrap asp.dll inside an .exe so that Active Server Pages functionality can be run on any web server (e.g. mongoose) which does CGI.[详细]
2023-04-01 11:41 分类:问答VB6: Storing and Retrieving Forms in a Collection
Getting some weird behavior in VB6 and I\'m throwing a net out for some answers. I have a collection in which I use to store a group of custom forms of the same type.[详细]
2023-04-01 10:32 分类:问答