Hi,
I created a Word session from C++ using:
HINSTANCE hErrorCode;
hErrorCode = ShellExecute (hParent, "open", "winword.exe", sTemplate, NULL, SW_HIDE);
I like to close it, but I always have the...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10119088.html
Zones:
C++Date Answered: 01/20/1999 Grade: C Views: 0
I am having trouble w/ the following code. It does not start the NT service.
The service name is correct.
Can any help?
Thanks, Michael
procedure TForm1.ServiceStart(Sender: TObject);
var
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10422456.html
When I tried to use VB to rename a PDF ( ie Name oldFile As newFile), I get the following error:
"Error generating pdf file. Please retry with these features turned off: optimize CompressObjects....
http://www.experts-exchange.com/Web_Development/Document_Imaging/Adobe_Acrobat/Q_20915853....
I migrated my NT servers to Windows 2000 with Active Directory (still in mixed mode as I have one NT BDC yet). I have two subnets, one at each building (call them A and B). At each building I hav...
http://www.experts-exchange.com/Networking/Windows_Networking/Q_21434692.html
I have an interesting problem that I believe is Win2K (Professional) specific...
I am creating a shared memory area using a named MMF. If I create the MMF with a default security descrip...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20120335.html
Hi,
I'm using the API function NetUserGetGroups in a VB6 program. This thing sometimes returns a number as result instead of 0.
When I look at the function's description, it is said that I co...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20375350.html
Zones:
Visual BasicDate Answered: 10/17/2002 Grade: A Views: 0
I want to use SetClassLong() to access to extern programs in Windows XP. But the function returns 5th error: access denied. What can I do to use this function like in Windows 98?
For example I nee...
http://www.experts-exchange.com/Security/Operating_Systems_Security/Windows/Q_20604160.htm...
I obtained an integer value of 53 from a call to netusersetinfo but I have no idea what 53 means.
All I have is:
Return Code Description
ERROR_ACCESS_DENIED The user does not have access to t...
http://www.experts-exchange.com/Programming/Languages/Q_20665023.html
Zones:
LanguagesDate Answered: 07/01/2003 Grade: B Views: 0
Hi!
I would like to open a process with OpenProcess(). But there is the problem that this routine always returns 0x0000000!
All parameters are right. GetLastError() returns ERROR_ACCESS_DENIED ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20838499.html
Zones:
C++Date Answered: 01/02/2004 Grade: A Views: 0
Hi
I am trying to update user's information to my AD by ASP and get this error:
Error Type:
Active Directory (0x80070005)
General access denied error
the cosde i use is this
i get the e...
http://www.experts-exchange.com/Security/Operating_Systems_Security/Windows/Q_21209780.htm...