| Thread | Last Post | Replies |
|
| error in exe ...but in the vbp no !!!!!!!!!!!!!!! | 20 May 2005 17:49 GMT | 2 |
I made a VB6 ocx that it's working in the project, but when I trying to use the ocx on the exe and it's not working ... it give me an error and then get me out to the app. anyones knows why ?
|
| Calling C++ dll from VB | 19 May 2005 17:35 GMT | 1 |
I am trying to call any functions defined into a vc++ DLL from my vb6 standard application. Don't occur problems related to the call of the function (dll ok) but when it is performed occour an access violation error. My function return an
|
| Issue with Split function | 18 May 2005 14:06 GMT | 2 |
I am trying to use the split function to bread up lines in a file I am reading from. Some lines are working just fine, but a couple of the lines don't split up the way I would have thought. Here's part of the code.
|
| Cross Reference Class Instance with Library File? | 17 May 2005 22:44 GMT | 11 |
Given a loaded instance of a class, how can I determine the physical file which provides the class instance? We sometimes experience DLL conflicts when multiple versions of the same DLL are present. In this scenario, the registered DLL is not always the file in
|
| Implement C Interface in VB | 17 May 2005 14:22 GMT | 4 |
I am writing a Plugin Architecture where the application sends messages to the Plugins (Com Server DLLs) and the Plugin does some work. The problem is there are different kinds of messages so in C - I went by this definition: HRESULT PluginMessage(UINT Message, void* Param);
|
| Print Text file | 16 May 2005 23:12 GMT | 3 |
I want to print the contents of a text through printer. How can I code this in VB? Madhivanan
|
| Excel VBA | 16 May 2005 01:15 GMT | 3 |
Hello world of experts, I know this is no Excel VBA newsgroup, but there is none as far as i know. I am trying from VB6 to access an Excel object and am filling okay a spreadsheet. The only thing I cannot do is to left justify all spreadsheet
|
| VB6 Components and XML - how to improve performance | 15 May 2005 05:54 GMT | 1 |
I'm using VB Component with MSXML2.DOMDocument.3.0 in order to process a XML File with 12000 records, but it takes 5 minutes or more, how I to improve performance? I.- Visual Basic 6 Code
|
| ConnectObject | 14 May 2005 16:08 GMT | 2 |
I have a JScript that looks like that 1. var iTunesApp = WScript.CreateObject("iTunes.Application"); 2. WScript.ConnectObject(iTunesApp, "ITEventTest_"); I would like to move it into vb6
|
| Automation Error | 12 May 2005 20:57 GMT | 1 |
I ran into the automation error in VB when I tried executing my DLL. I instantiated the DLL: Public withevents objLogin as cLogin.Login Set objLogin = new login
|
| Arrays that Contain Other Arrays | 12 May 2005 14:54 GMT | 2 |
I'm trying to set an array of array. Let say that the array is of 1027 dimension and each cells containing an array of 2 Dimensions (string and double). Need help thanks.
|
| how do I modify remote registeries using VB.NET (and COM+) | 11 May 2005 17:53 GMT | 1 |
I am attempting to write a VB.net program to alter remote registeries. I am familiar with VBScript and so I was using WMI to connect to remote machines. How would I do this in VB.Net? I got this far..
|
| Object declaration | 11 May 2005 15:15 GMT | 1 |
I want to use an OLE Automation Interface called XXX developped by a third party and have the following declarations: Public oAB As XXX.Application 'Amibroker Apllication oAB = CreateObject("XXX.Application")
|
| IMPOTANT !!! - out of memory | 11 May 2005 15:12 GMT | 1 |
i have a problem with fm20.dll object's in vb i devlope a project with fm20.dll object's in vb in win me now i wnat to execute it in win xp but in some station i have an error on this objects
|
| IMPOTANT _ please help me | 11 May 2005 06:09 GMT | 1 |
i use fm20.dll object in my vb project now i want u install project in windows xp but i have a error in fm20.dll's object in some station but in other station i havent any problem
|