I\'ve come across a weird scenario with the following code in a vb6 app: Private database As dao.Database
I\'m using data report in VB 6 and trying to display images from database. It retrieves the image but showing the same image for all output
I need to send a struct from C# to a VB6 app, modify the data in VB6, and send the result back via windows messaging.How do I do this?
How to feeding Crystal Report 8.5 parame开发者_如何学Cters from VB6.0 Application?Here is one way of doing it (assuming that crxRpt points to a valid report object):
Win.ShellExecute 0, \"open\", \"C:\\dir\\program.exe\", \"arguments\", vbNullString, SW_SHOWNORMAL Win.ShellExecute 0, \"open\", \"http://www.google.com\", vbNullString, vbNullString, SW_SHOWNORMAL
I\'ve inherited a legacy classic ASP ap开发者_JAVA技巧plication that uses VB6 ActiveX DLLs to perform the business logic.
it starts up windows installer wit开发者_开发百科h random applications on my machine . . after i click cancel a few times, it loads vb6 fine.
I have some old C 32 Bit DLLs that are using Oracle\'s Pro C precompiler library (proc.exe) to expose a hundred or so sproc/func calls to an even older VB6 GUI which references these functions through
Using VB6 I want to move the files to another folder. Code. Dim fso As FileSystem开发者_JAVA百科Object
Using VB6 I have the text file with different sizes, so i开发者_高级运维 want to delete the file where filesize = 0 kb.