Click here to Skip to main content
15,881,413 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do I get windows password policy? Pin
cozyu15-Apr-09 16:16
cozyu15-Apr-09 16:16 
QuestionAny software that gives me source code of a dll Pin
002comp12-Apr-09 21:39
002comp12-Apr-09 21:39 
AnswerRe: Any software that gives me source code of a dll Pin
_AnsHUMAN_ 12-Apr-09 21:46
_AnsHUMAN_ 12-Apr-09 21:46 
AnswerRe: Any software that gives me source code of a dll Pin
Rajesh R Subramanian12-Apr-09 22:28
professionalRajesh R Subramanian12-Apr-09 22:28 
AnswerRe: Any software that gives me source code of a dll Pin
enhzflep13-Apr-09 22:28
enhzflep13-Apr-09 22:28 
Questionmemory leak in Visual C++ 2008(win32 app+DirectX9) Pin
akira3212-Apr-09 21:26
akira3212-Apr-09 21:26 
AnswerRe: memory leak in Visual C++ 2008(win32 app+DirectX9) Pin
Rolf Kristensen13-Apr-09 12:52
Rolf Kristensen13-Apr-09 12:52 
QuestionList Box Pin
MsmVc12-Apr-09 21:07
MsmVc12-Apr-09 21:07 
Hi All
How can i add string in list box fast?I have a file which have 1Lakhs lines.If am adding these line like this
if(file.Open(Name,CFile::modeRead))
{
		
			CString strname;
			while(file.end)
			{
			
				
			
				
				file.ReadString(strname.Trim());
				
				if(strname.IsEmpty())
				{
					
				break;
				}
				
				else
				{
					
					
							m_list.InsertString(i,strname);
				
				}
			
			}	
	
	

				file.Close();	
}

Then Dialog is showing notresponding.Plz help me How can i add fast.
AnswerRe: List Box Pin
_AnsHUMAN_ 12-Apr-09 21:29
_AnsHUMAN_ 12-Apr-09 21:29 
AnswerRe: List Box Pin
David Crow13-Apr-09 3:53
David Crow13-Apr-09 3:53 
Questioncan anyone explain this piece of code? Pin
Rakesh512-Apr-09 20:40
Rakesh512-Apr-09 20:40 
AnswerRe: can anyone explain this piece of code? Pin
Rajesh R Subramanian12-Apr-09 21:01
professionalRajesh R Subramanian12-Apr-09 21:01 
AnswerRe: can anyone explain this piece of code? Pin
_AnsHUMAN_ 12-Apr-09 21:26
_AnsHUMAN_ 12-Apr-09 21:26 
AnswerRe: can anyone explain this piece of code? Pin
Emilio Garavaglia13-Apr-09 0:13
Emilio Garavaglia13-Apr-09 0:13 
Questionincrease the code of symbols Pin
durban212-Apr-09 20:30
durban212-Apr-09 20:30 
AnswerRe: increase the code of symbols Pin
Juan1R12-Apr-09 22:27
Juan1R12-Apr-09 22:27 
QuestionProblem in Modless dialog. Pin
Le@rner12-Apr-09 20:28
Le@rner12-Apr-09 20:28 
AnswerRe: Problem in Modless dialog. Pin
_AnsHUMAN_ 12-Apr-09 21:44
_AnsHUMAN_ 12-Apr-09 21:44 
QuestionIs there any way to directly jump to the MFT of any file? Pin
C++myLife12-Apr-09 20:22
C++myLife12-Apr-09 20:22 
QuestionSQL CE in C++ for windows CE device using standard SDK Pin
vijaywithu12-Apr-09 20:20
vijaywithu12-Apr-09 20:20 
QuestionCEdit Pin
si_6912-Apr-09 20:04
si_6912-Apr-09 20:04 
AnswerRe: CEdit Pin
_AnsHUMAN_ 12-Apr-09 20:09
_AnsHUMAN_ 12-Apr-09 20:09 
GeneralRe: CEdit Pin
si_6912-Apr-09 20:16
si_6912-Apr-09 20:16 
GeneralRe: CEdit Pin
_AnsHUMAN_ 12-Apr-09 20:28
_AnsHUMAN_ 12-Apr-09 20:28 
GeneralRe: CEdit Pin
si_6912-Apr-09 20:33
si_6912-Apr-09 20:33 

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.