| Thread | Last Post | Replies |
|
| Non Form Based VB Application Event Sink | 22 Oct 2003 13:49 GMT | 2 |
I have written a VC++ COM Server which is an MFC OCX which exposes several Automation Compatible ATL 'Simple' Dispatch Interfaces, created through the wizardry of VC++ IDE. The interfaces implement connection points and Fire Events either through some condition being
|
| Possible to pass reference to a private object,if i use a public interface? | 22 Oct 2003 13:25 GMT | 1 |
My private instancing Object 'Contact_' implements a public Interface 'Contact' which reside in a different project the Application object exposes the following property private mvarContact as Contact_
|
| VB and XP problem | 22 Oct 2003 06:49 GMT | 1 |
I have developed a project in VB 6.0 , Windows 2000 OS.The database is SQL Server 2000.When ever I install the package in an XP OS i have have to restart the machine to use the application.Can anyone plz tell me what do i do so
|
| VSS Integration from with VB | 22 Oct 2003 04:39 GMT | 3 |
Hello -- I'm writing a database application that allows the user to create user-defined files and scripts that can be associated with the application. I would like to allow the user to import their scripts into SQL Server and
|
| OLE container replacement in .NET? | 21 Oct 2003 20:13 GMT | 1 |
I have a VB6 application that uses OLE container and the Code Checker from MS advised no equivalent function in .NET. I am not familiar with VB6, but would like some advise as
|
| Memory error when creating object in a class | 21 Oct 2003 18:55 GMT | 3 |
I have created a class that uses CreateObject /GetObject to open an application. Every time the class creates a new instance of the application, when the class exits it returns an Application Error. The error gives a memory
|
| Using Visual Basic to set Internet Explorer's Start Page | 21 Oct 2003 17:06 GMT | 1 |
My company is rolling out an Intranet site and I want to set everyone's home page to our Intranet sites address. How can I do this in Visual Basic? Or is there another way to accomplish this task? TIA
|
| MS Word Automation from VB is too slow | 21 Oct 2003 14:07 GMT | 1 |
I have written an application that allows end users to create dynamic sql statements and generates reports in word. My problem is that when a report is run it sometimes takes up to 40 minutes and causes the system
|
| Spell checking using MS Office 2000 components... | 21 Oct 2003 13:55 GMT | 1 |
I have a situation where I'd like to be able to spell check the contents of a text box using the standard dictionary, along with any custom dictionaries, available in MS Office 2000. Whether any spelling errors are found
|
| Set Internet Explorer's Start Page using VB | 21 Oct 2003 05:08 GMT | 1 |
My company is rolling out an Intranet site and we want to programmatically set the users default start page to our Intranet site address. How can I do this is Visual Basic 6.0? Any help would be great!
|
| Use of object | 21 Oct 2003 04:44 GMT | 2 |
Hey folks, can anyone please confirm what i always thought: dim obj as object set obj = createobject("...") now:
|
| GUID | 19 Oct 2003 21:37 GMT | 1 |
does anybody know how to generate GUID in VB6? Dagles
|
| Running cmd.exe and passing a command line | 19 Oct 2003 20:54 GMT | 4 |
How I can to execute the command prompt and passing a command line to it from vb code.? thanx
|
| How to replace in use Dll's? | 19 Oct 2003 11:20 GMT | 2 |
Hi all I need to replace a in use Dll. How can I do this?
|
| String return type & memory | 18 Oct 2003 14:45 GMT | 2 |
Is it safe to return a string from a vb actviex method? What happens to the memory that the string uses? Is it better to return the string using a byref parameter? Thanks.
|