Click here to Skip to main content
15,896,500 members

Comments by EshwarTamil (Top 6 by date)

EshwarTamil 21-Nov-12 6:14am View    
SNMP Service is running under "Local System" account.Its token includes the NT AUTHORITY\SYSTEM and BUILTIN\Administrators SIDs; these accounts have access to most system objects. Already it's having Shutdown Privilege.Then why it's throwing ERROR 1300??
EshwarTamil 21-Nov-12 5:45am View    
Is it possible to add a shutdown privilege to SNMP service manually?
EshwarTamil 2-Nov-12 1:06am View    
I already tried out this code.This is not working for all controls.I need to bring a Windows 7 look for my application.is there any other way for this????
EshwarTamil 29-Oct-12 7:33am View    
Ya.. I have tried a full rebuild also.The same thing is happening..
EshwarTamil 29-Oct-12 6:49am View    
Debugger points out the below line from "C:\Program Files\Microsoft Visual Studio 8\VC\crt\src\crtexe.c"

#ifdef WPRFLAG
mainret = wWinMain(
#else /* WPRFLAG */
mainret = WinMain(
#endif /* WPRFLAG */
(HINSTANCE)&__ImageBase,
NULL,
lpszCommandLine,
StartupInfo.dwFlags & STARTF_USESHOWWINDOW
? StartupInfo.wShowWindow
: SW_SHOWDEFAULT
);
#else /* _WINMAIN_ */