| Thread | Last Post | Replies |
|
| Is this possible? | 07 Jun 2004 23:03 GMT | 1 |
I am currently writing a VB6 application that will connect to an Access database using ADO objects. The problem is that the Access database is password protected and I would like to enter the password through code when the ADO object connects to the database. Is this possible ...
|
| problems with BrowseForFolder function | 07 Jun 2004 21:33 GMT | 8 |
Hi al I open "Browse for folder" dialog using following code Dim sh As New Shel Dim obj As Objec
|
| A Very tricky problem-Unsolved | 07 Jun 2004 05:31 GMT | 5 |
Thanks Gale for your suggestion but it did not solve the problem. The compiler would not recognise the declarations dim wrdapp as Word.Application,wrdoc as Word.Document and Intellisense did not recognise them either. Remember I do NOT want to set a reference to any Word library ...
|
| A Very tricky problem | 05 Jun 2004 00:57 GMT | 1 |
I have also posted this in the Word.MailMerge group I am writing a VB6 application that needs to access Word in order to open a file, create a table insert some fields and run a mail-merge (all through VB code). When setting a reference to the Word 10.0 object library it is easy ...
|
| combining bytes | 04 Jun 2004 21:51 GMT | 2 |
I'm using MSComm in VB to accept binary data. If InputMode is comInputModeBinary then the Input property returns binary data in an array of BYTES in a Variant. What's really happening in my application is that I want to accept a word, but it seems by this method, I have to
|
| ccubex.ocx | 04 Jun 2004 19:02 GMT | 1 |
Crack for the Contourcube Activex.... (ccube.ocx) please..... thanks
|
| still in trouble with sstab | 04 Jun 2004 09:52 GMT | 2 |
i'm still working with the sstab, I'm creating objects at run time and putting the container property to the sstab, using the load and after the unload methods. Each object(a frame with more objects in), is loaded (in theory) in a different tab.
|
| Barcode | 03 Jun 2004 20:49 GMT | 1 |
Could anybody tell me barcode ocx or dll freeware to obtain a barcode using ean 13? Thanks Ana
|
| Console Application and Windows Form in VB .Net | 03 Jun 2004 20:01 GMT | 1 |
Hi, Al I am trying to design a user interface which provides both menus and toolbars for some users to click on whatever they want to do, at the same time, I would like to have a console window available in the same form for users to enter commands and display outputs if some ...
|
| Manipulating bits | 03 Jun 2004 17:23 GMT | 1 |
I have two questions: 1) How do you separately read the bits in a byte/word? For example, I want to read the two MSB's of a word, each into a separate variable. How do I do this?
|
| reading data from an excel workshet | 03 Jun 2004 17:14 GMT | 1 |
anybody has an example for how reading cells in a worksheet in microsoft excel, i think is very simple but i had never use that kind of objects in VB. thanks in advance. Miguel Martinez
|
| How to debug VB6 dll in Windows 2003 Server | 02 Jun 2004 00:30 GMT | 2 |
I have just built a new machine with Windows 2003 Server. I have a number of ASP/VB6/SQL applications that I need to be able to debug the VB6 code. In the past, I have done this by starting the dll in the VB6 IDE and setting a break point. It stops on that break point when
|
| passing String by Reference? or how to parse the string | 01 Jun 2004 23:26 GMT | 1 |
Hi All, I am kind of new to Visual Basic and I have a generic question. I have a string with full addresses [I don't know how many addresses will be in the string, min = 2, max = 15]
|
| Strat stop IIS | 01 Jun 2004 15:49 GMT | 4 |
h how can i stop and start IIS from visual basic 6.0??
|
| Variable uses a type not supported in Visual Basic (Error 458)" | 01 Jun 2004 07:12 GMT | 4 |
I have the following problem. I'm designing an ActiveX control in vb6 that uses a lot of API's. It runs well when I test it from a test project in the same project group but when I want to compile it I have this error:
|