Click here to Skip to main content
15,894,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Print all the running Applications using C++, win APIs. Pin
Subrat 470826629-Sep-08 1:24
Subrat 470826629-Sep-08 1:24 
GeneralRe: Print all the running Applications using C++, win APIs. Pin
Mark Salsbery29-Sep-08 6:34
Mark Salsbery29-Sep-08 6:34 
GeneralRe: Print all the running Applications using C++, win APIs. Pin
Subrat 47082664-Oct-08 21:04
Subrat 47082664-Oct-08 21:04 
GeneralRe: Print all the running Applications using C++, win APIs. Pin
Mark Salsbery6-Oct-08 5:33
Mark Salsbery6-Oct-08 5:33 
AnswerRe: Print all the running Applications using C++, win APIs. Pin
Hamid_RT29-Sep-08 7:25
Hamid_RT29-Sep-08 7:25 
QuestionText Draw Pin
trioum27-Sep-08 0:23
trioum27-Sep-08 0:23 
AnswerRe: Text Draw Pin
followait27-Sep-08 3:27
followait27-Sep-08 3:27 
QuestionEdit Box problem Pin
MsmVc26-Sep-08 23:47
MsmVc26-Sep-08 23:47 
Hi All

i am useing Edit box for display some values.Values enter in Edit box at the run time.I want to prevent enter duplicate values in edit box.I am useing this code for enter a values
if(m_str.Trim().IsEmpty())
{
  SetDlgItemText(IDC_EDIT_DIR_TO_MONITOR,b);
							
 }

 else if(m_strDirectoryToMonitor2.Trim().IsEmpty())
 {
		
  SetDlgItemText(IDC_EDIT_DIR_TO_MONITOR2,b);
					   
  }			 


Plz help me
QuestionRe: Edit Box problem Pin
CPallini27-Sep-08 3:31
mveCPallini27-Sep-08 3:31 
AnswerRe: Edit Box problem Pin
MsmVc28-Sep-08 19:35
MsmVc28-Sep-08 19:35 
QuestionRe: Edit Box problem Pin
CPallini28-Sep-08 21:55
mveCPallini28-Sep-08 21:55 
AnswerRe: Edit Box problem Pin
MsmVc28-Sep-08 23:28
MsmVc28-Sep-08 23:28 
QuestionRe: Edit Box problem Pin
CPallini28-Sep-08 23:38
mveCPallini28-Sep-08 23:38 
AnswerRe: Edit Box problem Pin
Hamid_RT29-Sep-08 7:22
Hamid_RT29-Sep-08 7:22 
GeneralRe: Edit Box problem Pin
MsmVc1-Oct-08 2:40
MsmVc1-Oct-08 2:40 
GeneralRe: Edit Box problem Pin
Hamid_RT1-Oct-08 8:41
Hamid_RT1-Oct-08 8:41 
QuestionDialogBox Problem Pin
ashishmax4726-Sep-08 23:22
ashishmax4726-Sep-08 23:22 
AnswerRe: DialogBox Problem Pin
CPallini26-Sep-08 23:45
mveCPallini26-Sep-08 23:45 
GeneralRe: DialogBox Problem Pin
ashishmax4727-Sep-08 0:17
ashishmax4727-Sep-08 0:17 
GeneralRe: DialogBox Problem Pin
CPallini27-Sep-08 0:32
mveCPallini27-Sep-08 0:32 
AnswerRe: DialogBox Problem Pin
Michael Dunn28-Sep-08 13:17
sitebuilderMichael Dunn28-Sep-08 13:17 
AnswerRe: DialogBox Problem Pin
KarstenK28-Sep-08 22:41
mveKarstenK28-Sep-08 22:41 
AnswerRe: DialogBox Problem Pin
Hamid_RT29-Sep-08 7:21
Hamid_RT29-Sep-08 7:21 
QuestionHow do I write a minimax c# code to show the results of the game tree from this info provided... Pin
Angelinna26-Sep-08 22:06
Angelinna26-Sep-08 22:06 
AnswerRe: How do I write a minimax c# code to show the results of the game tree from this info provided... Pin
Cedric Moonen26-Sep-08 22:26
Cedric Moonen26-Sep-08 22:26 

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.