Year 2000
Question: Do you have any information on Year 2000 compliance effort for VB4 / VB5 systems? Answer: Visual Basic itself is and has been year 2000 compliant. The built-in Date
Question: Do you have any information on Year 2000 compliance effort for VB4 / VB5 systems? Answer: Visual Basic itself is and has been year 2000 compliant. The built-in Date
Question: I have a client with a PowerBuilder application, but no source code. Is there a way to reverse-engineer or recover the source code?? Answer: It is not possible to
Question: I am using PB 5.0. I have an MDI application. There is a menu on the MDI frame. I inherited that menu to create a window menu. The window
Question: I had some problems with distributed applications. I developed a DPB project (both the server and the client). The server has a NVO that connects to a database and
Question: How can I find the CD-Rom drive letter(s) from Visual Basic 5.0? Answer: The simplest method is to call the Win32 GetDriveType API against drives C:-Z:.Private Declare Function GetDriveType
Question: How can I put the output of a do-while loop in a list box then delete it for the next run?ex.o=0do (o=o+1)Randomize timerx=rnd( * 6)+1z=x*4Print z to loop Answer: