I am new to .NET from VB6 and I am having trouble accessing a network resource. I have successfully used this API in VB6 but now I keep getting error 67 ERROR_BAD_NET_NAME. I have checked and double checked what I am passing to the api function but it still is not working. What am I missing...
I am developing an application that will communicate with another application (that I am not developing) using named pipes. So in the mean time I am developing a simulator app that will only preform the communication portion so I can work out the details. The problem is timing I think. From all...
Trying to create a simple message queueing applicating but I am getting error 429 activex control can't create object. I set the references to include mqoa.dll. I am running XP.
Dim qinfo As new MSMQQueueInfo
Dim q As MSMQQueue
Dim msg As MSMQMessage
qinfo.PathName = "PRIVATE$\test"...
I am writing an application that must communicate with an older application developed in C++ 4.0. I am not involved with the development on the C++ application but it is the main system currently in place now and cannot be modified much. I also do not get to pick the communication methods that...
I am extracting information of a child window in another application but I want to ensure that the child window used is the active window (The child currently selected). Do I have to EnumProp to get this information? If so what atom string do I use to find this (I was just reviewing the API...
I have a vbs file that I want to use API calls in. It errors out on the declare statements though. How should I change the syntax to allow this to work.
Declare Function EnumWindows Lib "user32" (ByVal lpEnumFunc As Any, ByVal lParam As Any) As Long
Declare Function GetWindowText Lib...
I have this application that opens a word document to generate a report. I need to automate a task in the application upon the closing of the word document but the application does not support OLE automation (I can't even get a reference to the darn thing). I was thinking that I may be able to...
I have an application that opens a word document. I want to be able to send instuction back to that other application (which is not an microsoft application) before word closes. Is there a way to do that?
I have a subform on a report and I want to resize the text boxes to the size of the largest one after it grows to the appropriate size.
For example;
If it the description field is the tallest than I want to set the height of all the boxes to the height of the description.
Private Sub...
I have a split 2000 database and want to refresh the table links through code. I researched how to do this on the web and came up with this code.
Dim i As Integer
For i = 0 To CurrentDb.TableDefs.count - 1
If Not CurrentDb.TableDefs(i).Connect = "" Then
CurrentDb.TableDefs(i).Connect...
I have a database that I am gogin to split up into a front end back end application. I am writing the module to refresh the links the darn thing wont let me change the connect property on my table defs!! I've done this before in Access 97 but not 2000 -- what am doing I wrong? I checked out...
There are many variables to this question that I may have left out so feel free to pump me for more information. I am currently creating financial statement reports and all was well until I wrote our balance sheet. This report takes 27min + to run. I think the main problem is the sheer number of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.