| Thread | Last Post | Replies |
|
| how to use multiple statements | 31 Dec 2004 04:08 GMT | 3 |
How do I state multiple conditions in an If Then End If statement. For e.g. Me.From_File.Value = 0 Me.To_File.Value = 7999 I want to also include values 9000 to 15000. If I use AND to combine the
|
| Multitasking | 30 Dec 2004 10:06 GMT | 1 |
Hi @ all Can someboddy please tell me how I can get VB to do 3 things at the same time? e.g. Oppen 3 Windows at the same time and execute 3 function? Regards
|
| VB & Excel Automation | 30 Dec 2004 10:02 GMT | 2 |
We have a VB application which formats raw data (.tsv files) and generates Excel Reports. The application runs 24X7 and formats around 1000-2000 reports every day. It has 3 instances running all the time to take care of the report generation. We clear all the errors that the ...
|
| Help regarding COM | 30 Dec 2004 09:46 GMT | 3 |
Can any body help me find source of knowledge for using COM/DCOM/MTS/COM+ in Visual Basic 6.0. any book or any site or link . which have described this topic from initial level
|
| how to wrie a dll that returns a form | 30 Dec 2004 09:44 GMT | 2 |
i am trying to compile the code below but i keep getting this error how do i fix it? Private object modules can not be used in public object modules as parameters or rturn types for public procedures as public data members or as
|
| Option strict in VB.NET application | 30 Dec 2004 09:05 GMT | 1 |
When you enable option strict in my VB.NET application, it gives an error for: Dim obj As class1 obj = x.GetObj(1)
|
| how to convert from char * to string.help needed | 29 Dec 2004 16:42 GMT | 1 |
i am trying to use a vc++ dll i made in vb. i am not much familiar to vb.i just want to check if my dll will work in vb also. the function from dll returns char *.i decalare a string in vb 'Dim str As String ' and try to get the returned value in str. str=func()
|
| excel to open in vb | 29 Dec 2004 12:05 GMT | 2 |
Can any one help me to writhe a code in VB so that by clicking command button I should get all the excel files displayed and if I click the selected excel file it should open TIA
|
| Winsock32.dll question | 29 Dec 2004 01:47 GMT | 2 |
Im a complete newbie in VB 6.0 so i would appriciate ure help... I want to make simple communication between 2 computer in a lan, but i dont want to use the winsock control thingy... I have to declare them functions out of the winsock32.dll right? so which funct do i need to
|
| Permission Denied Error | 28 Dec 2004 22:15 GMT | 3 |
I've got a problem with a distributed application. The application consists of one Exe (loaded on client computers) and two Dll's. The first Dll is loaded on both the server and the client. It contains classes used by both the server and clients. (similar to ado) The
|
| Callback from VB6 to C | 28 Dec 2004 02:21 GMT | 1 |
aloha, i have this activex exe that runs without problems and provides a com interface to a C++ program i have exposed one function and one event, also no problems
|
| Send mail using VB | 27 Dec 2004 15:58 GMT | 1 |
There are many ways to send mail in VB. These are using 1.olMailItem from outlook 2.Docmd object from access 3. MAPI(session and message) etc.
|
| Unloading a DLL | 23 Dec 2004 18:05 GMT | 4 |
I have a DLL written in VB6. It is used for Debugging from another Language. This other language is very limited in what it can do All the DLL really does is display a form with a multi-line text box in the
|
| Refreshing the EXE screen after moving the focus from DLL | 23 Dec 2004 17:33 GMT | 1 |
I am using VB6 (+ SP5) to make a program. I 'm using main EXE file that calls a DLL file. When I'm calling the DLL file I show Full screen form and on the top of it a small dialog form.
|
| Error durig ActiveX DLL Creation | 23 Dec 2004 17:09 GMT | 2 |
While trying to create an ActiveX DLL in VB 6.0 (File>Make DLLName.DLL), I get the following message: "No Creatable Public Component Detected" I have three class modules and all of these have a Class_Initialize
|