Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
Hamid_RT22-Jul-06 0:00
Hamid_RT22-Jul-06 0:00 
AnswerRe: unable to read data from C:\Documents and Settings\user1\Application Data ? Pin
ThatsAlok23-Jul-06 20:29
ThatsAlok23-Jul-06 20:29 
Questioninterview questions on VC++, MFC, C++, ATL COM, Threading Pin
pathakr21-Jul-06 3:48
pathakr21-Jul-06 3:48 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
toxcct21-Jul-06 3:52
toxcct21-Jul-06 3:52 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
Zac Howland21-Jul-06 4:11
Zac Howland21-Jul-06 4:11 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
Eytukan21-Jul-06 20:19
Eytukan21-Jul-06 20:19 
AnswerRe: interview questions on VC++, MFC, C++, ATL COM, Threading Pin
ThatsAlok23-Jul-06 20:47
ThatsAlok23-Jul-06 20:47 
Questiondrawing errors caused by tooltip Pin
tbrake21-Jul-06 3:44
tbrake21-Jul-06 3:44 
Dear List

I have a problem while i'm drawing lines into my Childview.

Some background: i'm Meassuring some events and the result is plotted to the view. Fore that i use:
<br />
void someMethod(long color)<br />
{<br />
CClientDC cDC(this);<br />
OnPrepareDC(&cDC);<br />
CPen pen(PS_SOLID,1,color);<br />
cDC.SelectObject(&pen);<br />
<br />
// Allwayes as Pair<br />
cDC.MoveTo(from_pt);<br />
cDC.LineTo(to_pt);<br />
}<br />

I Use this method quiet offten (recalled after 25 milliseconds). So fine.
Now moving the mouse over the toolbar is fine until the tool tip (or any tool tip belonging to the mainframe) is shown. It seems like the tooltip is shown between MoveTo and LineTo.

So it might the easiest for me ether to deactivate tooltips at all - i don't know how to do this - or to have another possibility to draw a line.

Please any suggestions might help

THX
Tim

PS Oh i forget to say not all Window machines behave the same way - i mean on some machines this happens on others not.
AnswerRe: drawing errors caused by tooltip Pin
cje21-Jul-06 5:05
cje21-Jul-06 5:05 
AnswerRe: drawing errors caused by tooltip Pin
ThatsAlok23-Jul-06 20:00
ThatsAlok23-Jul-06 20:00 
QuestionInternetStatusCallback Pin
_AnsHUMAN_ 21-Jul-06 3:39
_AnsHUMAN_ 21-Jul-06 3:39 
AnswerRe: InternetStatusCallback Pin
ThatsAlok21-Jul-06 3:53
ThatsAlok21-Jul-06 3:53 
GeneralRe: InternetStatusCallback Pin
_AnsHUMAN_ 21-Jul-06 3:57
_AnsHUMAN_ 21-Jul-06 3:57 
GeneralRe: InternetStatusCallback Pin
ThatsAlok23-Jul-06 19:52
ThatsAlok23-Jul-06 19:52 
GeneralRe: InternetStatusCallback Pin
ThatsAlok23-Jul-06 19:53
ThatsAlok23-Jul-06 19:53 
GeneralRe: InternetStatusCallback Pin
_AnsHUMAN_ 23-Jul-06 20:41
_AnsHUMAN_ 23-Jul-06 20:41 
Questionfixing one column in listctrl - report style Pin
Tara1421-Jul-06 3:37
Tara1421-Jul-06 3:37 
AnswerRe: fixing one column in listctrl - report style Pin
ThatsAlok21-Jul-06 3:53
ThatsAlok21-Jul-06 3:53 
Questiondifference between VC++ and MFC Pin
mathumala21-Jul-06 3:06
mathumala21-Jul-06 3:06 
AnswerRe: difference between VC++ and MFC Pin
Stephen Hewitt21-Jul-06 3:09
Stephen Hewitt21-Jul-06 3:09 
AnswerRe: difference between VC++ and MFC Pin
toxcct21-Jul-06 3:10
toxcct21-Jul-06 3:10 
AnswerRe: difference between VC++ and MFC Pin
Zac Howland21-Jul-06 4:13
Zac Howland21-Jul-06 4:13 
AnswerRe: difference between VC++ and MFC Pin
Eytukan22-Jul-06 3:38
Eytukan22-Jul-06 3:38 
Questionretain items in the list control Pin
jokefake21-Jul-06 2:16
jokefake21-Jul-06 2:16 
AnswerRe: retain items in the list control Pin
_AnsHUMAN_ 21-Jul-06 2:28
_AnsHUMAN_ 21-Jul-06 2:28 

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.