Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Event Handling Pin
S. Senthil Kumar24-Oct-05 20:08
S. Senthil Kumar24-Oct-05 20:08 
GeneralRe: Event Handling Pin
khan++24-Oct-05 20:36
khan++24-Oct-05 20:36 
AnswerRe: Event Handling Pin
S. Senthil Kumar24-Oct-05 21:09
S. Senthil Kumar24-Oct-05 21:09 
Questiondrawing on mouse move Pin
Ann6624-Oct-05 11:37
sussAnn6624-Oct-05 11:37 
AnswerRe: drawing on mouse move Pin
Christian Graus24-Oct-05 12:42
protectorChristian Graus24-Oct-05 12:42 
AnswerRe: drawing on mouse move Pin
vikas amin24-Oct-05 19:53
vikas amin24-Oct-05 19:53 
QuestionGet the folder of current application Pin
ddmcr24-Oct-05 9:24
ddmcr24-Oct-05 9:24 
AnswerRe: Get the folder of current application Pin
Ghasrfakhri24-Oct-05 9:42
Ghasrfakhri24-Oct-05 9:42 
Hi You can extract Path easily, Like
GetModuleFileName(NULL,m_CurrentPath.GetBuffer(512),512);<br />
m_CurrentPath.ReleaseBuffer();<br />
m_CurrentPath.Delete(m_CurrentPath.ReverseFind('\\'),m_CurrentPath.GetLength()-m_CurrentPath.ReverseFind('\\'));


Iman Ghasrfakhri
GeneralRe: Get the folder of current application Pin
ddmcr24-Oct-05 9:56
ddmcr24-Oct-05 9:56 
GeneralRe: Get the folder of current application Pin
Blake Miller24-Oct-05 12:17
Blake Miller24-Oct-05 12:17 
GeneralRe: Get the folder of current application Pin
toxcct24-Oct-05 21:59
toxcct24-Oct-05 21:59 
QuestionRe: Get the folder of current application Pin
David Crow25-Oct-05 3:55
David Crow25-Oct-05 3:55 
AnswerRe: Get the folder of current application Pin
toxcct25-Oct-05 4:10
toxcct25-Oct-05 4:10 
AnswerRe: Get the folder of current application Pin
ThatsAlok24-Oct-05 18:41
ThatsAlok24-Oct-05 18:41 
AnswerRe: Get the folder of current application Pin
vikas amin24-Oct-05 20:37
vikas amin24-Oct-05 20:37 
QuestionError 5 with DeleteFile Pin
Chintoo72324-Oct-05 7:29
Chintoo72324-Oct-05 7:29 
AnswerRe: Error 5 with DeleteFile Pin
Joe Woodbury24-Oct-05 7:37
professionalJoe Woodbury24-Oct-05 7:37 
AnswerRe: Error 5 with DeleteFile Pin
FarPointer24-Oct-05 7:37
FarPointer24-Oct-05 7:37 
AnswerRe: Error 5 with DeleteFile Pin
David Crow24-Oct-05 7:41
David Crow24-Oct-05 7:41 
QuestionWM_DROPFILES in a system defined &quot;EDIT&quot; window Pin
Dilpo24-Oct-05 7:20
Dilpo24-Oct-05 7:20 
QuestionRe: WM_DROPFILES in a system defined &quot;EDIT&quot; window Pin
David Crow24-Oct-05 7:38
David Crow24-Oct-05 7:38 
QuestionRe: WM_DROPFILES in a system defined &quot;EDIT&quot; window Pin
Dilpo24-Oct-05 7:44
Dilpo24-Oct-05 7:44 
QuestionRe: WM_DROPFILES in a system defined &quot;EDIT&quot; window Pin
David Crow24-Oct-05 8:02
David Crow24-Oct-05 8:02 
AnswerRe: WM_DROPFILES in a system defined &quot;EDIT&quot; window Pin
Ravi Bhavnani24-Oct-05 8:13
professionalRavi Bhavnani24-Oct-05 8:13 
Questionhow explorer launches control panel Pin
Chintoo72324-Oct-05 6:46
Chintoo72324-Oct-05 6:46 

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.