| Thread | Last Post | Replies |
|
| vbAccelerator's VS Tab Control problem | 05 Jan 2005 15:14 GMT | 1 |
Im trying to use the vbAccelerator's VB Tab control (vbalDTab6.ocx). The problem is that the tabs in that control can be repositioned by dragging. ie I can drag the tabs left or right. I dont want this to happen.. and normally this thing doesnt happen in any other tab
|
| ADODB. How can I allow user to load/edit multiple records at same time? | 05 Jan 2005 15:03 GMT | 2 |
For example, one can edit multiple phonebook entries at same time... I am aware that in the code I usually Move to a particular record and can not point to multiple records by index or any other pointers? Thanks.
|
| How to use VB to build the Entity Relationship Diagrams in Access? | 05 Jan 2005 14:56 GMT | 2 |
I don't know if this is the right discussion group for the question. But please help me. I want to build the ER diagram in run-time using VBA in Access database. Is there any sample code to do this? Thanks in advance.
|
| Ambiguous Name Detected Error | 05 Jan 2005 14:55 GMT | 5 |
I mistakenly added two Cancel buttons on my form. Now I am continually getting the "Ambiguous Name Detected" error and the userform will not come back? Is my form gone forever??!! Kou
|
| MAPI question | 05 Jan 2005 14:42 GMT | 2 |
When using MAPI to send email message, can I use "," or ";" in the CC email addresses ? I tried it and it does not work. Currently, this is what I do MAPIMessages1.RecipIndex = 0
|
| vb6 run from and output to command window | 05 Jan 2005 12:22 GMT | 7 |
I've got a small vb6 app which I run from via a command / DOS window. I would like to output some text (the result of running the application) to the same command window that runs the application, effectively mimicing the LPRINT function of the old DOS versions of VB.
|
| Use VBScript to write a file in local drive. | 05 Jan 2005 09:05 GMT | 1 |
I wrote this test script, but when I load it with Internet Explorer, IE popups a warning saying "An Activex control on this page might be unsafe to interact with other parts of tjhe pade. Do you want to allow this interaction?"
|
| VB and connection to SQL Server | 05 Jan 2005 06:40 GMT | 7 |
This could be a dumb question but it is one that I can't get out of my head. I have this modestly big VB6 program which connects to the SQL Server. This program had started as a quick and dirty 20 day project but has kept growing ever since!
|
| VB6 application developed in WinXP won't run on Win98 | 05 Jan 2005 04:01 GMT | 9 |
I wrote a fairly simple VB6 application on a windows XP laptop and used QSetup to create the install program. I included all of the files that QSetup determined that the program required as well as the VB runtime setup program. Everything installs alright, including the VB
|
| Finding the host file on a workstation using VB6 | 05 Jan 2005 02:38 GMT | 2 |
I'm in the process of upgrading my VB6 app to use MSDE and I need to include in the program update/installation functionality to automatically insert a line in the workstations hosts file with an entry to the IP and database alias.
|
| Form Feed and Notepad | 05 Jan 2005 00:31 GMT | 5 |
How can I get Notepad to Form Feed at a certain point in a text file that I send it created by a VB program. Inserting a chr$(12) (Form Feed character) does not seem to work. Thanks
|
| Exit from application | 04 Jan 2005 20:33 GMT | 6 |
I have a stupid (maybe) problem when I want to exit from my app. isn't a big application. it's a small application where I use winsock and ADO. so the aplication is lanched from another application and after it finish
|
| How to save a XMLDOMNodeList to a XML file? | 04 Jan 2005 19:20 GMT | 5 |
I have a XMLDOMNodeList object received from a web service. 1. I want to import the XMLDOMNodeList object into an Access data. 2. If I cannot import the object directly, I want to save it as a XML file first. Then import the XML file. How to save the XMLDOMNodeList object to a
|
| Print contents of a picturebox | 04 Jan 2005 18:33 GMT | 1 |
I have displayed data in a picturebox using API calls to MoveToEx and LineTo and would like to be able to print the contents of the picturebox. Any suggestions on how I can do it? Thanks.
|
| Upload | 04 Jan 2005 18:28 GMT | 8 |
Hi! can anyone direct me to a VERY SIMPLE Program that will upload to my web server NOTHING Fancy...I do not need to read files or list directories. Just upload a file with a name and password login
|