| Thread | Last Post | Replies |
|
| Visual Basic 3 form load error | 12 Jul 2006 23:19 GMT | 1 |
When attempting to open a .frm file (Repwin) in vb3 the following error message is displayed: Path/File access error: 'C\Repwin.log The Repwin log file contains the following infomation:
|
| to delete the contents of an excel file using vb application | 12 Jul 2006 23:09 GMT | 3 |
hai all i am working with VB for the first time.i have to delete the contents of an excel file.can anybody help me?
|
| Aligning Controls at Designtime | 12 Jul 2006 22:56 GMT | 5 |
Hi there... Something astonishingly basic it quite takes my breath away, but I still can't do it! In VB6, How can I align controls to their parent controls at design time?
|
| Converting ActiveX to Module | 12 Jul 2006 22:22 GMT | 6 |
This may be totally wrong, but can I take my ActiveX code and convert it into a module? I don't really need it to be an ActiveX and with having to register and re-register it on different machines, it becomes a pain. I don't even need all the interactivity I had with the working
|
| Zoom effect in VB6 | 12 Jul 2006 22:01 GMT | 2 |
Ok - I've looked into a bazillion pages, sites, no go. Here's the functionality I'm trying to achieve - I have a HTML file
|
| MSDE login problem - URGENT. | 12 Jul 2006 20:12 GMT | 2 |
I cannot connect to MSDE with this connectionstring: Provider=SQLOLEDB.1;Password=123;Persist Security Info=True;User ID=sa;Initial Catalog=uruntakip;Data Source=server it happens after I started to use MSDE2000 SP3. I use VB 6.0.
|
| Cleaning up files after WISE uninstall | 12 Jul 2006 19:58 GMT | 8 |
All, Created MSI install with Wise Installer for Windows for a VB6 Outlook Addin. After deploying application...and user running addin...additional registry entries are added into HKCU area and additional directories and files are
|
| strange MSADODC.OCX error when trying to load inherited project | 12 Jul 2006 18:59 GMT | 3 |
I inherited a project from another coder and when I try to load it I am prompted for a 'missing MSADODC.OCX' file in the development folder. I see this in the vbp file: Object={67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0; MSADODC.OCX
|
| How to copy a pitcurebox to clipboard | 12 Jul 2006 17:40 GMT | 5 |
I am trying to copy the content of a PictureBox to the clipboard but I cannot find the right method/property. I know it must be stupid but I cannot find the info. I tried Clipboard.SetData Picture1.Picture, vbCFBitmap
|
| Print form | 12 Jul 2006 16:31 GMT | 2 |
I want to print a form with visual basic express 2005. How can i print a form ? in vba me.print and it is OK. Nothing with visual basic express ?
|
| encrypt strings so they contain legal characters and can be used as filenames | 12 Jul 2006 15:28 GMT | 8 |
I want to use some sort of encryption to make filenames appear as unreadable characters. I would like the encrypted version of the filename to contain 'legal' characters so there aren't any errors when saving a file using the
|
| Exe file crashes | 12 Jul 2006 14:49 GMT | 12 |
When I create an exe file of my program it crashes after the startup form opens and I click on a command button to goto another form. In design mode the program execute this without any problem. When the exe file crashes the other form already has loaded all controls and
|
| override file extention in user's machine while calling DLL in VB6 program | 12 Jul 2006 14:26 GMT | 1 |
I have a vb6 program that uses dll that zip and extract ZIP file in the user's machine. Sometimes the user gets run time error 429 - activex can't create object, probably because zip file extension is related to another program in the user's machine that create the same kind of file ...
|
| memory error and printing | 12 Jul 2006 13:35 GMT | 3 |
I am not a programmer. I have written a program in VB6 Learning Edition to control some hardware for laboratory test. It involves capturing pressure readings from a packaging test and storing them in an array. Program works fine until the 15th or 16th sample is run. It
|
| Best way to have multiple instances of a window | 12 Jul 2006 12:10 GMT | 2 |
Just wondering what is the "preferred" method to have multiple instances of a form displayed and available to a user. My program... I launch a main window with a primary xml doc loaded and displayed in a flex
|