Beginning VB 6For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi!
i did a very basic application in vb6 and now i want to make the exe file.
I'm able to create it but when i run it i receive an error saying "invalid procedure call or argument".
how can i solve it?
thanks
Run you app from within the IDE, use the blue 'play' button that should be on the toolbar at the top. this way when you encounter your invallid call error the IDE will break on the line that caused the error.
Delete that EXE, then Run the Application again.
and then try to run EXE.If it doesn't work,right click on .vbproj file & select
Make EXE...Then run that EXE from that location....