Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Sockets Pin
Hamid_RT30-Jan-07 2:08
Hamid_RT30-Jan-07 2:08 
QuestionHow to Insert Object... Pin
Shah Satish30-Jan-07 0:59
Shah Satish30-Jan-07 0:59 
AnswerRe: How to Insert Object... Pin
Roger Stoltz30-Jan-07 1:15
Roger Stoltz30-Jan-07 1:15 
GeneralRe: How to Insert Object... Pin
Shah Satish30-Jan-07 1:20
Shah Satish30-Jan-07 1:20 
GeneralRe: How to Insert Object... Pin
Roger Stoltz30-Jan-07 1:44
Roger Stoltz30-Jan-07 1:44 
GeneralRe: How to Insert Object... Pin
Shah Satish30-Jan-07 1:53
Shah Satish30-Jan-07 1:53 
GeneralRe: How to Insert Object... Pin
jhwurmbach30-Jan-07 2:40
jhwurmbach30-Jan-07 2:40 
GeneralRe: How to Insert Object... Pin
Shah Satish30-Jan-07 2:46
Shah Satish30-Jan-07 2:46 
Thanks for reply..But this is code for Calling dialog box..I have alreday call dialog box through command..only step is how to insert file ( for exmple this is my string n now i want to insert ..("C:\\Symbol\\Exchangers\\Exchanger_1_i.dwg")

every thing should be in On ok().. like..

void CDwgPvDLG ::OnOK()
{
    CDialog::OnOK();

	
   m_mytext.GetText(m_mytext.GetCurSel(),str);

   ads_point point;

   acedGetPoint(NULL,(_T("\nPick position : ")),point);

  // some code here to insert dwg.


}

GeneralRe: How to Insert Object... Pin
jhwurmbach30-Jan-07 2:51
jhwurmbach30-Jan-07 2:51 
GeneralRe: How to Insert Object... Pin
Shah Satish30-Jan-07 2:54
Shah Satish30-Jan-07 2:54 
GeneralRe: How to Insert Object... Pin
jhwurmbach30-Jan-07 2:57
jhwurmbach30-Jan-07 2:57 
QuestionCross-Process Subclassing Pin
Force Code30-Jan-07 0:47
Force Code30-Jan-07 0:47 
QuestionI need help with win32 api edit controls Pin
asp.netProgrammer30-Jan-07 0:20
asp.netProgrammer30-Jan-07 0:20 
AnswerRe: I need help with win32 api edit controls Pin
_AnsHUMAN_ 30-Jan-07 0:28
_AnsHUMAN_ 30-Jan-07 0:28 
AnswerRe: I need help with win32 api edit controls [modified] Pin
Naveen30-Jan-07 0:38
Naveen30-Jan-07 0:38 
AnswerRe: I need help with win32 api edit controls Pin
S Douglas30-Jan-07 1:21
professionalS Douglas30-Jan-07 1:21 
GeneralRe: I need help with win32 api edit controls Pin
asp.netProgrammer30-Jan-07 4:39
asp.netProgrammer30-Jan-07 4:39 
GeneralRe: I need help with win32 api edit controls Pin
Michael Dunn30-Jan-07 7:29
sitebuilderMichael Dunn30-Jan-07 7:29 
QuestionNeed help with CXX0033: Error: error in OMF type information Pin
Sebastian Schneider29-Jan-07 23:48
Sebastian Schneider29-Jan-07 23:48 
AnswerRe: Need help with CXX0033: Error: error in OMF type information Pin
Sebastian Schneider30-Jan-07 1:37
Sebastian Schneider30-Jan-07 1:37 
QuestionReading disk data from multiple processes. Pin
Bartosz Bien29-Jan-07 22:08
Bartosz Bien29-Jan-07 22:08 
JokeRe: Reading disk data from multiple processes. Pin
Nibu babu thomas29-Jan-07 22:14
Nibu babu thomas29-Jan-07 22:14 
GeneralRe: Reading disk data from multiple processes. Pin
Bartosz Bien29-Jan-07 22:28
Bartosz Bien29-Jan-07 22:28 
AnswerRe: Reading disk data from multiple processes. Pin
Michael Dunn29-Jan-07 22:38
sitebuilderMichael Dunn29-Jan-07 22:38 
AnswerRe: Reading disk data from multiple processes. Pin
James R. Twine30-Jan-07 1:08
James R. Twine30-Jan-07 1:08 

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.