Interpreting Command-Line Arguments
Question: How can I interpret the command line arguments for a .EXEcreated with VB ? Answer: The Command$ variable contains the arguments that were on the command line when a
Question: How can I interpret the command line arguments for a .EXEcreated with VB ? Answer: The Command$ variable contains the arguments that were on the command line when a
Question: How do I create a bit-mask in VB? What I wish to do is “read” a binary number where each bit represents a different state for an electrical system.
Question: How do I perform INSERTS, UPDATES andDELETES on existing tables? I have looked up the help andin books but nothing seems to tell me exactly how to do it.
Question: If I apply a picture to a Form’s Picture property, is there a way to clear it out at design time? (Rather than by using LoadPicture “” at run
Question: When designing a menu, how do I get an option (for examplehelp) – to appear on the RIGHT hand side of the menu bar. Answer: To position the Help
Question: How can I open a Word document from my Visual Basic application? Answer: Use the following code sample to do it:Set wordbasic = CreateObject(“word.basic”)wordbasic.fileopen pathname$, 0, 1where:pathname$ is the
Question: I’m looking for help on using the VB 3.0 functions IRR, MIRR and NPV. When I try to use any of them I get Reference to undefined function or
Question: I found a vbx which allows me to place icons or bitmapson a command button. How can I store these images in onefile and read them in like an
Question: A control record value for next_order_num will contain the value “00009998” when you first get the control record file. Each time you write the next_order_num field back into the