Click here to Skip to main content
15,905,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can write data from one .mdb file to another? Pin
Le@rner31-Jul-08 1:20
Le@rner31-Jul-08 1:20 
GeneralRe: How can write data from one .mdb file to another? [modified] Pin
CPallini31-Jul-08 1:55
mveCPallini31-Jul-08 1:55 
GeneralRe: How can write data from one .mdb file to another? Pin
toxcct30-Jul-08 21:37
toxcct30-Jul-08 21:37 
GeneralRe: How can write data from one .mdb file to another? Pin
Le@rner30-Jul-08 21:50
Le@rner30-Jul-08 21:50 
GeneralRe: How can write data from one .mdb file to another? Pin
toxcct30-Jul-08 22:04
toxcct30-Jul-08 22:04 
GeneralRe: How can write data from one .mdb file to another? Pin
Le@rner31-Jul-08 1:25
Le@rner31-Jul-08 1:25 
AnswerRe: How can write data from one .mdb file to another? Pin
David Crow31-Jul-08 5:49
David Crow31-Jul-08 5:49 
Questionhow to access list box items of one dialog from another dialog box Pin
ab_pq30-Jul-08 20:56
ab_pq30-Jul-08 20:56 
this is wat i tried..dint work
void CMenuDlg::OnOK() 
{
	CDisplayDlg dlg;
	UpdateData();

	
	dlg.m_List.AddString(m_name);
	dlg.m_List.AddString(m_dept);

	UpdateData(FALSE);
	
	CDialog::OnOK();
}


modified on Thursday, July 31, 2008 3:43 AM

AnswerRe: hi Pin
CPallini30-Jul-08 21:02
mveCPallini30-Jul-08 21:02 
GeneralRe: hi Pin
ab_pq30-Jul-08 21:08
ab_pq30-Jul-08 21:08 
GeneralRe: You should listen to the dinosaurs... Pin
toxcct30-Jul-08 21:14
toxcct30-Jul-08 21:14 
AnswerRe: hi Pin
toxcct30-Jul-08 21:12
toxcct30-Jul-08 21:12 
AnswerRe: WHY [Message Deleted] [modified] Pin
toxcct30-Jul-08 21:31
toxcct30-Jul-08 21:31 
QuestionRe: how to access list box items of one dialog from another dialog box Pin
David Crow31-Jul-08 5:51
David Crow31-Jul-08 5:51 
Questionremove working of ctrl+s shortcut from my program Pin
VCProgrammer30-Jul-08 20:36
VCProgrammer30-Jul-08 20:36 
AnswerRe: remove working of ctrl+s shortcut from my program Pin
Nibu babu thomas30-Jul-08 20:58
Nibu babu thomas30-Jul-08 20:58 
QuestionHow can check a file exist at purticular location? Pin
Le@rner30-Jul-08 19:47
Le@rner30-Jul-08 19:47 
AnswerRe: How can check a file exist at purticular location? Pin
_AnsHUMAN_ 30-Jul-08 20:04
_AnsHUMAN_ 30-Jul-08 20:04 
AnswerRe: How can check a file exist at purticular location? Pin
toxcct30-Jul-08 21:07
toxcct30-Jul-08 21:07 
AnswerRe: How can check a file exist at purticular location? Pin
Michael Schubert30-Jul-08 23:04
Michael Schubert30-Jul-08 23:04 
QuestionRe: How can check a file exist at purticular location? Pin
David Crow31-Jul-08 5:53
David Crow31-Jul-08 5:53 
QuestionHow to create address book using MFC?? Pin
nisha0000030-Jul-08 19:28
nisha0000030-Jul-08 19:28 
AnswerRe: How to create address book using MFC?? Pin
_AnsHUMAN_ 30-Jul-08 19:40
_AnsHUMAN_ 30-Jul-08 19:40 
AnswerRe: How to create address book using MFC?? Pin
CPallini30-Jul-08 21:09
mveCPallini30-Jul-08 21:09 
GeneralRe: How to create address book using MFC?? Pin
Iain Clarke, Warrior Programmer30-Jul-08 21:41
Iain Clarke, Warrior Programmer30-Jul-08 21:41 

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.