Accessing Financial Function Library
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’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
Question: How do I write a help file in Word 6, and then, how do I compile it? I can’t find any documentation on it. Answer: This is unfortunately not
Question: I have created a VB executable file and now want to distribute it to users. I want this executable to reside on our network drive. The problem that I
Question: I have problem with the statement “SaveSetting” in VB 4.0 16 bit. Answer: SaveSetting writes entries to the Registry, which is a Win95 32-bit feature. Under 16-bit VB and
Question: I am using a subroutine which involves 2 list boxes in a pick box configuration. I take the literal boxname [Form.Control] and load it to a variable- BoxName. I
Question: Could you (easily) please tell me what .FRX files are in VB?I’d be forever grateful. Answer: FRX Files are displayed in Windows 95 as Visual Basic Form Stash Files.
Question: I want to read the MSMAIL.INI file to get information for my program when it starts, and write information there when the program is terminated. I am looking at