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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10013555.html
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?
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10109482.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10161637.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10235252.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10543442.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20156633.html
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
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20381959.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20837932.html
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("...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20839462.html
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
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20950159.html
Zones:
C++Date Answered: 04/11/2004 Grade: A Views: 0