Click here to Skip to main content
15,900,477 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Context Sensitive Help in an ATL Dialog Pin
Barry True17-Feb-07 3:08
Barry True17-Feb-07 3:08 
QuestionNeed Tutorial on ATL/WTL/STL Pin
Pankaj.Jain13-Feb-07 22:14
professionalPankaj.Jain13-Feb-07 22:14 
AnswerRe: Need Tutorial on ATL/WTL/STL Pin
Roger Stoltz13-Feb-07 22:45
Roger Stoltz13-Feb-07 22:45 
AnswerRe: Need Tutorial on ATL/WTL/STL Pin
Michael Dunn13-Feb-07 22:58
sitebuilderMichael Dunn13-Feb-07 22:58 
AnswerRe: Need Tutorial on ATL/WTL/STL Pin
Sceptic Mole14-Feb-07 10:28
Sceptic Mole14-Feb-07 10:28 
GeneralRe: Need Tutorial on ATL/WTL/STL Pin
Michael Dunn14-Feb-07 12:31
sitebuilderMichael Dunn14-Feb-07 12:31 
AnswerRe: Need Tutorial on ATL/WTL/STL Pin
Hamid_RT14-Feb-07 18:28
Hamid_RT14-Feb-07 18:28 
Questionwana close word application after sending mail Pin
salman kazi13-Feb-07 19:46
salman kazi13-Feb-07 19:46 
i have made the plugin in VC for outlook so when i send mail the micorsoft word page remain open i want to close that page so any1 can help me in this regard.
the code for initilizing the word is as follow
if(EditorType==olEditorWord)
{
HWND hwnd;
hwnd = ::GetForegroundWindow();
HRESULT hr = EnumChildWindows(hwnd, &EnumWindowsProc, NULL);
CComPtr<idispatch>Dispatch;
spInspect->get_WordEditor((IDispatch**)&Dispatch);
DISPID dispp;
OLECHAR FAR* szMemberpName;
EXCEPINFO pexcep;
UINT uArgErr;
DISPPARAMS disparams={NULL,NULL,0,0};
szMemberpName = L"Close";
VARIANTARG ApResult;
Dispatch->GetIDsOfNames (IID_NULL, &szMemberpName, 1, LOCALE_SYSTEM_DEFAULT, &dispp);
hr = Dispatch->Invoke(dispp, IID_NULL, LOCALE_SYSTEM_DEFAULT,DISPATCH_METHOD, &disparams, &ApResult, &pexcep, &uArgErr);
if(FAILED(hr))
{
_bstr_t des;
char * ii;
des = pexcep.bstrDescription;
ii = (char*) des;
}
else
{}
QuestionQuestion about PostMessage in ATL Pin
godspeed12312-Feb-07 13:57
godspeed12312-Feb-07 13:57 
AnswerRe: Question about PostMessage in ATL Pin
Igor Vigdorchik12-Feb-07 16:16
Igor Vigdorchik12-Feb-07 16:16 
QuestionAny clues out there???? Pin
Michael Bergman12-Feb-07 11:36
Michael Bergman12-Feb-07 11:36 
AnswerWhy did you create a server B? Pin
Igor Vigdorchik12-Feb-07 14:43
Igor Vigdorchik12-Feb-07 14:43 
GeneralRe: Why did you create a server B? Pin
Michael Bergman27-Feb-07 12:35
Michael Bergman27-Feb-07 12:35 
QuestionCompile errors in ATL/WTL application Pin
damir_tk11-Feb-07 12:07
damir_tk11-Feb-07 12:07 
AnswerRe: Compile errors in ATL/WTL application Pin
prasad_som11-Feb-07 21:48
prasad_som11-Feb-07 21:48 
GeneralRe: Compile errors in ATL/WTL application Pin
damir_tk12-Feb-07 10:35
damir_tk12-Feb-07 10:35 
AnswerRe: Compile errors in ATL/WTL application Pin
Alain Rist14-Feb-07 20:55
Alain Rist14-Feb-07 20:55 
Questionstd::map key std::basic_string&lt;TCHAR&gt; - How to achieve case in-sensitive string lookup ? [modified] Pin
anand_study9-Feb-07 0:37
anand_study9-Feb-07 0:37 
AnswerRe: std::map basic_string TCHAR - How to achieve case in-sensitive string lookup ? Pin
Sceptic Mole9-Feb-07 0:56
Sceptic Mole9-Feb-07 0:56 
GeneralRe: std::map basic_string TCHAR - How to achieve case in-sensitive string lookup ? Pin
anand_study9-Feb-07 16:24
anand_study9-Feb-07 16:24 
GeneralRe: std::map basic_string TCHAR - How to achieve case in-sensitive string lookup ? Pin
Stuart Dootson9-Feb-07 22:47
professionalStuart Dootson9-Feb-07 22:47 
GeneralRe: std::map basic_string TCHAR - How to achieve case in-sensitive string lookup ? Pin
Sceptic Mole10-Feb-07 1:58
Sceptic Mole10-Feb-07 1:58 
Questionread and write text from edit box Pin
Siddam6-Feb-07 5:38
Siddam6-Feb-07 5:38 
Questionread and write text from edit box Pin
Siddam6-Feb-07 5:38
Siddam6-Feb-07 5:38 
AnswerRe: read and write text from edit box Pin
ThatsAlok6-Feb-07 19:49
ThatsAlok6-Feb-07 19:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.