Evolution of Visual Basic
Question: How did VB originate, where did it originate from, what is it main purpose or function. Who basically saw it as a need for its future uses? Answer: This
Question: How did VB originate, where did it originate from, what is it main purpose or function. Who basically saw it as a need for its future uses? Answer: This
Question: We are working with PB 5.0.02 Enterprise with anOracle server. The scripts are kept on a Novellserver version 4.x. We regenerate a PBL, and when we re-edit the object,one
Question: Is there ANY way to write a program in Visual Basic 5.0 for Windows 95 and then have people running Windows 3.1 be able to use it? Answer: Nope.
Question: Using VB 5.0, how can I detect the default browser and launch it to go to user selected site? Answer: This information is located in the Registry under this
Question: How can I determine the return value of an ancestor event from its descendant?For example, the PFC_addrow event of the PFC datawindow. If I were to extend this event,
Question: I am wondering if I can write an applet that will send information from a number of forms to my email address without all the %$= etc. and without
Question: How can I open an MDI child form so that it’s initially in a maximized state? Every time I try, it appears in its normal size, then maximizes visibly.
Question: I’ve created a method I’d like to put in the Object class so it can be inherited by all the other classes. Is there a way to extend a
Question: How can I make Delphi 2 pick me any number within a range I specify (for example, between 0 and 100)?I’m guessing this is a fairly easy thing to