Creating a Status Bar
Question: How do I put a status bar at the bottom of an MDI parent form like in Word for Windows.Whenever I place a 3d panel on the form it
Question: How do I put a status bar at the bottom of an MDI parent form like in Word for Windows.Whenever I place a 3d panel on the form it
Question: Should I use a database for storing info, rather than random access files? The info I need to store could be rather large. I also will need much more
Question: Our firm would like to integrate our Configuration Management tool into VB. I understand some vendors outside of Microsoft have suceeded in adding links to their product via a
Question: I am trying to make a financial calculator that will compute Future Value,but I don’t know how to write code for compounded interest. Answer: I believe you want to
Question: We have a big complete hospital system written in ClipperWe had looked at VO, but that does not seem to be the way to goWe will now concentrate on
Question: I just wrote my first VB4 program, the “Hello World” program out of the SAMS book, “Learn VB4 in 21 Days”. My question is this: I compiled my program
Question: I have made a program to use a database, and will makea copy of this file to a disk. The problem is that Ican’t make a copy of the
Question: I am loading a file which is basically a list of numbers into an array. The array is declared as a string. I keep getting an “out of string
Question: How do I add new fields to an existing table in an Access 2.0 databasewithout losing data that already exists in the table/database? I knowhow to add fields, (the