Does anybody know, where can I find any sample of http download resume? Thank You Jirka
obr
Posts
-
Download resume -
Show desktopIt is what I don't want. This script call IShellDispatch4 method. Problem is, that copy .scf file is not enough. You need IShelDispatch4 interface, that You don't find on W95 and also on WindowsNT. Jirka
-
Show desktopCan anyone tell me, how can I implement Show desktop button without IShellDispatch4 object? Well I can get desktop window handle, I can go through list of child windows and minimize them, but not all of theese are aplicable. Thank You Jirka
-
Show desktopCan anyone tell me, how can I implement Show desktop button without IShellDispatch4 object? Well I can get desktop window handle, I can go through list of child windows and minimize them, but not all of theese are aplicable. Thank You Jirka
-
Birthdays should be holidays by lawBetter is going to work on bithday, than go to the pub with coleages and get holidays by law on next day ;) Jirka
-
Splitting resourcesDoes anybody know, how can I split resource file into more files? And second, when I change rc file outside of VC, then open it in VC and save, my changes are OK, but rc file itself is changed (order of dialogs, strings....) Any suggestions? Thank You Jirka
-
MIDL crazy behaviourI have IDL with 18interfaces and about 500 methods.(No one interface has more then 30 methods) Now if I add any new method to any of this interfaces, MIDL generate this in .tlh: #pragma start_map_region("y:\3r_appn\customer\manager\debug\custsrv3.tli") __declspec(implementation_key(1)) VARIANT_BOOL ITSSCustomerServer::GetError ( BSTR * pErrorText ); . . instead of this from previous ver: #include "y:\3r_appn\customer\manager\debug\custsrv3.tli" In .tli then #pragma implementation_key(1) inline VARIANT_BOOL ITSSCustomerServer::GetError ( BSTR * pErrorText ) { VARIANT_BOOL _result; HRESULT _hr = raw_GetError(pErrorText, &_result); if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this)); return _result; } . . Instead of inline VARIANT_BOOL ITSSCustomerServer::GetError ( BSTR * pErrorText ) { VARIANT_BOOL _result; HRESULT _hr = raw_GetError(pErrorText, &_result); if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this)); return _result; } . . OK, but now linker doesn know any of theese methods. Does anybody know why and how solve this? Thank You Jirka
-
DCOM limitsYes, You are right, 100 is enough. But I have little bit diferent problem. In one idl file I have more than one interface defined and sum of all methods in all interfaces is 500. When I try add any method to any interface in this dll, midl ended with strange error. I can remove method in one interface and add another in second, all work fine, but I cannot excceed 500 in idl. Does anybody know why?
-
DCOM limitsDoes anyone know about any limits on amount of methods in one idl file? (using MS midl compiler) Is it depending on service pack?
-
Programming documentationPlease can someone point me to any usefull software for creating programming documentation. Thanks obr
-
How old are you people??36 and I'm not the oldest here, wow :-D