Click here to Skip to main content
15,888,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCTreeCtrl question Pin
zeus_master10-Jul-06 21:45
zeus_master10-Jul-06 21:45 
AnswerRe: CTreeCtrl question Pin
Hamid_RT10-Jul-06 21:47
Hamid_RT10-Jul-06 21:47 
AnswerRe: CTreeCtrl question Pin
Abhi Lahare10-Jul-06 21:52
Abhi Lahare10-Jul-06 21:52 
GeneralRe: CTreeCtrl question Pin
zeus_master10-Jul-06 22:07
zeus_master10-Jul-06 22:07 
QuestionProblem related to onPaint() Pin
LakshmiPathiRao10-Jul-06 21:33
LakshmiPathiRao10-Jul-06 21:33 
AnswerRe: Problem related to onPaint() Pin
Parthi_Appu10-Jul-06 21:41
Parthi_Appu10-Jul-06 21:41 
QuestionMFC Commandline.... Pin
Phil.Benson10-Jul-06 21:29
professionalPhil.Benson10-Jul-06 21:29 
AnswerRe: MFC Commandline.... Pin
Abhi Lahare10-Jul-06 21:47
Abhi Lahare10-Jul-06 21:47 
from stdlib.h on VS.NET

/*
* Sizes for buffers used by the _makepath() and _splitpath() functions.
* note that the sizes include space for 0-terminator
*/

#define _MAX_PATH 260 /* max. length of full pathname */
#define _MAX_DRIVE 3 /* max. length of drive component */
#define _MAX_DIR 256 /* max. length of path component */
#define _MAX_FNAME 256 /* max. length of file name component */
#define _MAX_EXT 256 /* max. length of extension component */

Hope these help
Regards
Abhishake Lahare

AnswerRe: MFC Commandline.... Pin
Monty210-Jul-06 22:20
Monty210-Jul-06 22:20 
GeneralRe: MFC Commandline.... Pin
Phil.Benson10-Jul-06 22:28
professionalPhil.Benson10-Jul-06 22:28 
QuestionIP ADRESS Pin
ashish dogra10-Jul-06 21:06
ashish dogra10-Jul-06 21:06 
AnswerRe: IP ADRESS Pin
Abhi Lahare10-Jul-06 21:12
Abhi Lahare10-Jul-06 21:12 
GeneralRe: IP ADRESS Pin
ashish dogra10-Jul-06 21:17
ashish dogra10-Jul-06 21:17 
AnswerRe: IP ADRESS Pin
A_Fa10-Jul-06 21:13
A_Fa10-Jul-06 21:13 
AnswerRe: IP ADRESS Pin
Hamid_RT10-Jul-06 21:27
Hamid_RT10-Jul-06 21:27 
Questionhow can i get the images into listcontrol. Pin
Amit Agarrwal10-Jul-06 20:35
Amit Agarrwal10-Jul-06 20:35 
AnswerRe: how can i get the images into listcontrol. Pin
Code_Zombie10-Jul-06 20:55
Code_Zombie10-Jul-06 20:55 
GeneralRe: how can i get the images into listcontrol. Pin
Amit Agarrwal10-Jul-06 21:06
Amit Agarrwal10-Jul-06 21:06 
AnswerRe: how can i get the images into listcontrol. Pin
Hamid_RT10-Jul-06 20:56
Hamid_RT10-Jul-06 20:56 
GeneralRe: how can i get the images into listcontrol. Pin
Amit Agarrwal10-Jul-06 21:10
Amit Agarrwal10-Jul-06 21:10 
GeneralRe: how can i get the images into listcontrol. Pin
Hamid_RT10-Jul-06 21:29
Hamid_RT10-Jul-06 21:29 
QuestionDetecting Mic Pin
atimpoo10-Jul-06 20:28
atimpoo10-Jul-06 20:28 
AnswerRe: Detecting Mic Pin
Hamid_RT10-Jul-06 20:34
Hamid_RT10-Jul-06 20:34 
Questionhow to find the value of a macro? Pin
George_George10-Jul-06 20:15
George_George10-Jul-06 20:15 
AnswerRe: how to find the value of a macro? Pin
Code_Zombie10-Jul-06 21:00
Code_Zombie10-Jul-06 21:00 

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.