Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: conversion of unix codes to VC++ codes Pin
Bugslayer120-Jun-05 6:09
Bugslayer120-Jun-05 6:09 
GeneralRe: conversion of unix codes to VC++ codes Pin
David Crow20-Jun-05 6:15
David Crow20-Jun-05 6:15 
GeneralRe: conversion of unix codes to VC++ codes Pin
Bob Stanneveld17-Jun-05 10:36
Bob Stanneveld17-Jun-05 10:36 
GeneralRe: conversion of unix codes to VC++ codes Pin
Bob Stanneveld17-Jun-05 10:32
Bob Stanneveld17-Jun-05 10:32 
Generalexcel chart Pin
Anonymous17-Jun-05 6:00
Anonymous17-Jun-05 6:00 
GeneralRe: excel chart Pin
David Crow17-Jun-05 6:23
David Crow17-Jun-05 6:23 
QuestionAPI Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 5:59
Robert Palma Jr.17-Jun-05 5:59 
AnswerRe: API Call to find the installed Default Email Client ?? Pin
Ravi Bhavnani17-Jun-05 6:14
professionalRavi Bhavnani17-Jun-05 6:14 
Admitedly a cheesy solution, but it should get the job done. Smile | :)
HINSTANCE hInst = ::ShellExecute
                      (NULL, "open",
                       "mailto:ravib@ravib.com",  <code>// use "mailto:" to open mail</code>
                       "", "", SW_SHOW);          <code>// client w/o opening a new msg</code>  
ASSERT (hInst > 32);
/ravi

My new year's resolution: 2048 x 1536
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralRe: API Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 6:24
Robert Palma Jr.17-Jun-05 6:24 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
David Crow17-Jun-05 7:25
David Crow17-Jun-05 7:25 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 8:07
Robert Palma Jr.17-Jun-05 8:07 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
David Crow17-Jun-05 8:17
David Crow17-Jun-05 8:17 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 10:07
Robert Palma Jr.17-Jun-05 10:07 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
David Crow17-Jun-05 10:13
David Crow17-Jun-05 10:13 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 10:54
Robert Palma Jr.17-Jun-05 10:54 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
David Crow17-Jun-05 17:02
David Crow17-Jun-05 17:02 
GeneralMessage Box Pin
Anonymous17-Jun-05 5:53
Anonymous17-Jun-05 5:53 
GeneralRe: Message Box Pin
RChin17-Jun-05 5:59
RChin17-Jun-05 5:59 
GeneralRe: Message Box Pin
Anonymous17-Jun-05 6:04
Anonymous17-Jun-05 6:04 
GeneralRe: Message Box Pin
Ravi Bhavnani17-Jun-05 6:22
professionalRavi Bhavnani17-Jun-05 6:22 
GeneralRe: Message Box Pin
ryuki17-Jun-05 6:58
ryuki17-Jun-05 6:58 
GeneralRe: Message Box Pin
Ravi Bhavnani17-Jun-05 7:27
professionalRavi Bhavnani17-Jun-05 7:27 
GeneralRe: Message Box Pin
James R. Twine17-Jun-05 7:33
James R. Twine17-Jun-05 7:33 
GeneralRe: Message Box Pin
Ravi Bhavnani17-Jun-05 7:37
professionalRavi Bhavnani17-Jun-05 7:37 
GeneralCHTMLView Flicker on resize Pin
HaraldS17-Jun-05 5:48
HaraldS17-Jun-05 5:48 

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.