Wrapper Class
Question: In VB4, how do I create a wrapper class for a textbox?I want to be able to add properties to a textbox. Answer: There are many approaches you can
Question: In VB4, how do I create a wrapper class for a textbox?I want to be able to add properties to a textbox. Answer: There are many approaches you can
Question: I hear a “beep” when I press the ENTER key in a text box. How can I disable it? Answer: This is a common problem with the TextBox control.
Question: I need change 256 color to 16 bit color in w95… and i dont know it… Thx! Answer: Right-Click on you Desktop and select “Properties”. From the Settings tab,
Question: I am considering using WebTV as a platform to deliver our on-line training courses. Is ActiveX compatible? Answer: WebTV is currently not ActiveX compatible. The latest releases of WebTV
Question: I am using Excel 97 to create macros. I would like to have my macro “save as” and automaticaly create a filename partially from the current date.for example today
Question: I created a setup program with the Setup Wizard. I try to install my program on another computer, and the message following appears: C:windowssystemmsvcrt40.dllAn access violation occurred while copying
Question: I am writing a program that uses the Internet. So far, it works but I need to make sure that the connection is working. How can I make my
Question: Can I make web pages with VB5? Answer: That is a vague question, but the short answer is yes. Visual Basic can, as a simple solution, create text output
You should use the String class to avoid common problems when manipulating strings in C++. The following approach will work, but it needs a lot more code to make it