Click here to Skip to main content
15,902,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HtmlHelp inside DLLs Pin
brdavid10-Aug-04 6:33
brdavid10-Aug-04 6:33 
GeneralCustom Appwizard in VC.Net Pin
BlackDice9-Aug-04 4:40
BlackDice9-Aug-04 4:40 
GeneralSQL Server Connection String Pin
shultas9-Aug-04 4:27
shultas9-Aug-04 4:27 
GeneralCPU usage going to 100% full from running a DDE using VC++ Pin
swerajan9-Aug-04 3:53
swerajan9-Aug-04 3:53 
GeneralRe: CPU usage going to 100% full from running a DDE using VC++ Pin
David Crow9-Aug-04 4:00
David Crow9-Aug-04 4:00 
GeneralRe: CPU usage going to 100% full from running a DDE using VC++ Pin
swerajan9-Aug-04 4:03
swerajan9-Aug-04 4:03 
QuestionHow do I read .cda file from a CD? /w Win 32 API Pin
Link26009-Aug-04 3:34
Link26009-Aug-04 3:34 
Generalselection problem --- Pin
nainakhawaja9-Aug-04 2:35
nainakhawaja9-Aug-04 2:35 
I m facing a problem in my project. Actually i have drawn a line in VC++ using moveTo and lineTO function. now if user double clicks the line a dialog box should be open. What the problem is to check wheather the user clicks on the line or not. for this i have created the boundry rectangle of the line i.e if the statement is like
pDC->MoveTo(x1,y1);
pDc->LineTo(x2,y2);
then the boundry rect will be Rectangle(x1,y1x2,y2). in this case the tolerance level(clickedpoint+-value) is very high. if user click say 5-10 Points far from the line still the dialog box will be opened. i want to reduce the size of the boundary rect. keep in mind there should not be any effect on the orentation of line
Let me know plzzz if any one have solution to this problemCry | :((
GeneralRe: selection problem --- Pin
David Crow9-Aug-04 2:44
David Crow9-Aug-04 2:44 
GeneralRe: selection problem --- Pin
nainakhawaja9-Aug-04 2:52
nainakhawaja9-Aug-04 2:52 
GeneralRe: selection problem --- Pin
Stlan9-Aug-04 3:07
Stlan9-Aug-04 3:07 
GeneralRe: selection problem --- Pin
David Crow9-Aug-04 3:16
David Crow9-Aug-04 3:16 
GeneralRe: selection problem --- Pin
John R. Shaw9-Aug-04 4:08
John R. Shaw9-Aug-04 4:08 
GeneralDream project for D R M receivers Pin
samandmag9-Aug-04 1:59
samandmag9-Aug-04 1:59 
GeneralNon-uniform width button in toolbar Pin
gokings9-Aug-04 1:53
gokings9-Aug-04 1:53 
GeneralRe: Non-uniform width button in toolbar Pin
John R. Shaw9-Aug-04 4:35
John R. Shaw9-Aug-04 4:35 
GeneralRe: Non-uniform width button in toolbar Pin
gokings9-Aug-04 7:39
gokings9-Aug-04 7:39 
Generalsizeof(class) question Pin
kfaday9-Aug-04 1:43
kfaday9-Aug-04 1:43 
GeneralRe: sizeof(class) question Pin
gokings9-Aug-04 1:50
gokings9-Aug-04 1:50 
GeneralRe: sizeof(class) question Pin
kfaday9-Aug-04 13:15
kfaday9-Aug-04 13:15 
GeneralOperator for casting a class to void* Pin
kfaday9-Aug-04 1:40
kfaday9-Aug-04 1:40 
GeneralRe: Overloading Pin
4apai9-Aug-04 1:47
4apai9-Aug-04 1:47 
GeneralRe: Operator for casting a class to void* Pin
David Crow9-Aug-04 2:35
David Crow9-Aug-04 2:35 
GeneralRe: Operator for casting a class to void* Pin
kfaday9-Aug-04 13:14
kfaday9-Aug-04 13:14 
GeneralRe: Operator for casting a class to void* Pin
David Crow10-Aug-04 2:44
David Crow10-Aug-04 2:44 

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.