Click here to Skip to main content
15,886,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Customize a toolbar in win32 Pin
Prakash Nadar6-Jan-06 0:45
Prakash Nadar6-Jan-06 0:45 
GeneralRe: Customize a toolbar in win32 Pin
Ward6-Jan-06 1:04
Ward6-Jan-06 1:04 
AnswerRe: Customize a toolbar in win32 Pin
Prakash Nadar6-Jan-06 0:48
Prakash Nadar6-Jan-06 0:48 
GeneralRe: Customize a toolbar in win32 Pin
Ward6-Jan-06 1:06
Ward6-Jan-06 1:06 
Questionvideo stream, Pin
Member 22716555-Jan-06 23:23
Member 22716555-Jan-06 23:23 
Questionhow to conect devlopment work station to target device Pin
birajendu5-Jan-06 23:14
birajendu5-Jan-06 23:14 
QuestionPath of a file in console app Pin
Cedric Moonen5-Jan-06 22:38
Cedric Moonen5-Jan-06 22:38 
AnswerRe: Path of a file in console app Pin
Owner drawn5-Jan-06 23:05
Owner drawn5-Jan-06 23:05 
Create an absolute or full path name for the specified relative path name.

char *_fullpath(
char *absPath,
const char *relPath,
size_t maxLength
);
wchar_t *_wfullpath(
wchar_t *absPath,
const wchar_t *relPath,
size_t maxLength
);

Each of these functions returns a pointer to a buffer containing the absolute path name (absPath). If there is an error (for example, if the value passed in relPath includes a drive letter that is not valid or cannot be found, or if the length of the created absolute path name (absPath) is greater than maxLength) the function returns NULL.


Love Forgives--Love Gives--Jesus is Love Smile | :)
<marquee direction="up" height="50" scrolldelay="1" step="1" scrollamount="1" style="background-color:'#44ccff'">
--Owner Drawn
--Nothing special
--Defeat is temporary but surrender is permanent
--Never say quits
--Jesus is Lord


GeneralRe: Path of a file in console app Pin
Cedric Moonen5-Jan-06 23:11
Cedric Moonen5-Jan-06 23:11 
GeneralRe: Path of a file in console app Pin
Owner drawn5-Jan-06 23:12
Owner drawn5-Jan-06 23:12 
AnswerRe: Path of a file in console app Pin
Owner drawn5-Jan-06 23:07
Owner drawn5-Jan-06 23:07 
GeneralRe: Path of a file in console app Pin
Cedric Moonen5-Jan-06 23:12
Cedric Moonen5-Jan-06 23:12 
AnswerRe: Path of a file in console app Pin
sunit55-Jan-06 23:11
sunit55-Jan-06 23:11 
AnswerRe: Path of a file in console app Pin
David Crow6-Jan-06 4:56
David Crow6-Jan-06 4:56 
GeneralRe: Path of a file in console app Pin
sunit56-Jan-06 19:12
sunit56-Jan-06 19:12 
QuestionHow to get font information from clipboard Pin
Frankdou5-Jan-06 21:27
Frankdou5-Jan-06 21:27 
AnswerRe: How to get font information from clipboard Pin
Rajesh R Subramanian5-Jan-06 21:36
professionalRajesh R Subramanian5-Jan-06 21:36 
AnswerRe: How to get font information from clipboard Pin
Owner drawn5-Jan-06 21:40
Owner drawn5-Jan-06 21:40 
AnswerRe: How to get font information from clipboard Pin
Michael Dunn5-Jan-06 22:40
sitebuilderMichael Dunn5-Jan-06 22:40 
GeneralRe: How to get font information from clipboard Pin
Frankdou8-Jan-06 13:56
Frankdou8-Jan-06 13:56 
Questionhow to do like this popup menu Pin
HOW WHAT5-Jan-06 21:17
HOW WHAT5-Jan-06 21:17 
AnswerRe: uhow to do like this popup menu Pin
Sebastian Schneider5-Jan-06 21:31
Sebastian Schneider5-Jan-06 21:31 
GeneralRe: uhow to do like this popup menu Pin
HOW WHAT5-Jan-06 22:41
HOW WHAT5-Jan-06 22:41 
AnswerRe: uhow to do like this popup menu Pin
Owner drawn5-Jan-06 21:58
Owner drawn5-Jan-06 21:58 
GeneralRe: uhow to do like this popup menu Pin
HOW WHAT5-Jan-06 22:27
HOW WHAT5-Jan-06 22:27 

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.