Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Run as Service Pin
Mark Salsbery8-Sep-08 6:25
Mark Salsbery8-Sep-08 6:25 
QuestionSingle Row Selection in CListCtrl ! Pin
Le@rner7-Sep-08 18:49
Le@rner7-Sep-08 18:49 
AnswerRe: Single Row Selection in CListCtrl ! Pin
_AnsHUMAN_ 7-Sep-08 19:00
_AnsHUMAN_ 7-Sep-08 19:00 
AnswerRe: Single Row Selection in CListCtrl ! Pin
Naveen7-Sep-08 19:01
Naveen7-Sep-08 19:01 
GeneralRe: Single Row Selection in CListCtrl ! Pin
Le@rner7-Sep-08 19:42
Le@rner7-Sep-08 19:42 
QuestionDrive name Pin
MsmVc7-Sep-08 18:41
MsmVc7-Sep-08 18:41 
AnswerRe: Drive name Pin
_AnsHUMAN_ 7-Sep-08 18:46
_AnsHUMAN_ 7-Sep-08 18:46 
GeneralRe: Drive name Pin
MsmVc7-Sep-08 19:31
MsmVc7-Sep-08 19:31 
Thx's _AnShUmAn_

It's working..

Now i want to add these drive name in edit box then i am geting some problem.When i am adding these drive name in edit box then first and last name is added.Middle one is skip..i am useing this code
GetDlgItemText(IDC_EDIT_DIR_TO_MONITOR,m_strDirectoryToMonitor);


			  if(m_strDirectoryToMonitor.Trim().IsEmpty())
			  {
				  SetDlgItemText(IDC_EDIT_DIR_TO_MONITOR,b);
				
			  }
			  else if(!m_strDirectoryToMonitor.Trim().IsEmpty())
			  {
				// SetDlgItemText(IDC_EDIT1,);
				  SetDlgItemText(IDC_EDIT_DIR_TO_MONITOR2,b);
			  }


plz help me
GeneralRe: Drive name Pin
MsmVc7-Sep-08 19:36
MsmVc7-Sep-08 19:36 
GeneralRe: Drive name Pin
_AnsHUMAN_ 7-Sep-08 19:53
_AnsHUMAN_ 7-Sep-08 19:53 
AnswerRe: Drive name Pin
Naveen7-Sep-08 18:59
Naveen7-Sep-08 18:59 
QuestionCOM STA thread Pin
George_George7-Sep-08 16:03
George_George7-Sep-08 16:03 
AnswerRe: COM STA thread Pin
Roger Stoltz7-Sep-08 22:53
Roger Stoltz7-Sep-08 22:53 
GeneralRe: COM STA thread Pin
George_George7-Sep-08 23:08
George_George7-Sep-08 23:08 
GeneralRe: COM STA thread Pin
Roger Stoltz8-Sep-08 0:15
Roger Stoltz8-Sep-08 0:15 
GeneralRe: COM STA thread Pin
George_George8-Sep-08 0:39
George_George8-Sep-08 0:39 
GeneralRe: COM STA thread Pin
Roger Stoltz8-Sep-08 2:06
Roger Stoltz8-Sep-08 2:06 
GeneralRe: COM STA thread Pin
George_George8-Sep-08 20:21
George_George8-Sep-08 20:21 
QuestionExecutable COM Pin
RYU^^7-Sep-08 13:58
RYU^^7-Sep-08 13:58 
AnswerRe: Executable COM Pin
RYU^^7-Sep-08 16:31
RYU^^7-Sep-08 16:31 
Questionset values to charachter arrays which are entered [modified] Pin
toprogramminguy7-Sep-08 13:54
toprogramminguy7-Sep-08 13:54 
AnswerRe: set values to charachter arrays which are entered Pin
Vincen Wang7-Sep-08 15:04
Vincen Wang7-Sep-08 15:04 
GeneralRe: set values to charachter arrays which are entered [modified] Pin
toprogramminguy8-Sep-08 5:51
toprogramminguy8-Sep-08 5:51 
GeneralRe: set values to charachter arrays which are entered [modified] Pin
Vincen Wang8-Sep-08 16:09
Vincen Wang8-Sep-08 16:09 
GeneralRe: set values to charachter arrays which are entered Pin
toprogramminguy10-Sep-08 6:19
toprogramminguy10-Sep-08 6:19 

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.