Advertisement

1 - 10 of 324 containing alltags:("invoke") (0 seconds)
I notice that most of proxy softwares for NT/win95 have the ability to dial to the ISP by using RAS /dial-up network sequence. I'm curious to know how to do that in VB. Could you recommend me a g...
Zones: Visual BasicDate Answered: 06/07/1997 Grade: C Views: 0
Hi guys, I need to invoke the standard windows (NT) taskbar's "Find" and "Run" dialog. Is there any API available?
Zones: Windows ProgrammingDate Answered: 12/18/1998 Grade: A Views: 0
I want to find the maximum value from an array of float values. The following is the method. I am getting the following error:           Can't invoke a method on a float. float findMaximum(floa...
Zones: JavaDate Answered: 05/17/1999 Grade: A Views: 0
Hello, Consider this routine: var v:variant; begin v:=CreateOleObject('Word.Basic'); v.AppShow end; Instead of using "v.AppShow" I want to use "v.invoke(params...)" to launch the "AppS...
Zones: Delphi ProgrammingDate Answered: 11/22/1999 Grade: A Views: 0
Hi all I am writing a prog that load and call com methods dinamically for that i call the com method using the IDispatch Invoke method and sending it a DISPARMS whith [in] and [out]parms after t...
Zones: Windows MFC, ActiveXDate Answered: 06/27/2000 Grade: A Views: 61
How would I find what functions are in a dll/exe file and what parameters the function takes? Also, how would I capture which functions are being used by a program? I found a neat application th...
Zones: Visual BasicDate Answered: 07/27/2002 Grade: A Views: 0
I use VB.NET to invoke applications such as MS Excel and MS Project. Once my job is done, I need to dispose off the instances of the applications. I had used objxl.Quit() and set objxl = Nothing ...
Zones: .NETDate Answered: 10/12/2003 Grade: B Views: 0
Hi    I am new to .Net programming . I just know the fundamentals of .net framework and a very basic knowledge about C# . I have a fairly good programming knowledge in java & C++ . Now comi...
Zones: C#Date Answered: 08/09/2004 Grade: A Views: 0
I use DirectoryServices (DirectoryEntry) to detect certain set properties within IIS of a specific server like getting the HTTPKeepAlive property: DirectoryEntry WebServer = new DirectoryEntry("...
Zones: C#Date Answered: 01/03/2004 Grade: A Views: 0
Hey,    On building I get the following Runtime Error:    "unresolved external symbol _imp_JNI_CreateJavaVM....."    Ive included JSDK/include, JSDK/iinclude/Win32 in the c++/includes option ...
Zones: C++Date Answered: 04/11/2004 Grade: A Views: 0