Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Installing .NET Pin
Chris Meech17-Mar-04 4:43
Chris Meech17-Mar-04 4:43 
GeneralRe: Installing .NET Pin
Anonymous17-Mar-04 15:17
Anonymous17-Mar-04 15:17 
QuestionCan I keep a DDB for painting? Pin
living16-Mar-04 21:29
living16-Mar-04 21:29 
Questionwhat are differences when using RasDial and InternetDial? Pin
DengJW16-Mar-04 21:07
DengJW16-Mar-04 21:07 
QuestionHow do i place a dialog in a formview Pin
swarnamanoo16-Mar-04 19:43
swarnamanoo16-Mar-04 19:43 
AnswerRe: How do i place a dialog in a formview Pin
Ravi Bhavnani16-Mar-04 20:00
professionalRavi Bhavnani16-Mar-04 20:00 
GeneralRe: How do i place a dialog in a formview Pin
swarnamanoo16-Mar-04 20:27
swarnamanoo16-Mar-04 20:27 
GeneralRe: How do i place a dialog in a formview Pin
Ravi Bhavnani16-Mar-04 20:34
professionalRavi Bhavnani16-Mar-04 20:34 
The modeless dialog's parent gets set on creation. Declare an instance of the modeless dialog as a member of your formview. Then, in response to the button click, do this:

// Show modeless child dialog
VERIFY (m_dlgModeless.Create (IDD_MODELESS, this));
m_dlgModeless.MoveWindow (...);
/ravi

My new year's resolution: 2048 x 1536
Home | Articles | Freeware | Music
ravib@ravib.com

AnswerRe: How do i place a dialog in a formview Pin
Prakash Nadar16-Mar-04 20:29
Prakash Nadar16-Mar-04 20:29 
GeneralAssembler in VC++ 6 Pin
kempyeng16-Mar-04 18:23
kempyeng16-Mar-04 18:23 
GeneralRe: Assembler in VC++ 6 Pin
tcss17-Mar-04 0:50
tcss17-Mar-04 0:50 
GeneralRe: Assembler in VC++ 6 Pin
Balkrishna Talele17-Mar-04 1:30
Balkrishna Talele17-Mar-04 1:30 
GeneralRe: Assembler in VC++ 6 Pin
Trollslayer17-Mar-04 1:36
mentorTrollslayer17-Mar-04 1:36 
GeneralRe: Assembler in VC++ 6 Pin
David Crow17-Mar-04 2:52
David Crow17-Mar-04 2:52 
GeneralRe: Assembler in VC++ 6 Pin
kempyeng17-Mar-04 15:11
kempyeng17-Mar-04 15:11 
GeneralInsert an image in dialog box Pin
vinjamsailendrachowdary16-Mar-04 18:14
vinjamsailendrachowdary16-Mar-04 18:14 
GeneralRe: Insert an image in dialog box Pin
Atif Mushtaq16-Mar-04 18:53
Atif Mushtaq16-Mar-04 18:53 
Generalproblem with strings greater then 32ks Pin
safee ullah16-Mar-04 17:53
safee ullah16-Mar-04 17:53 
GeneralRe: problem with strings greater then 32ks Pin
David Crow17-Mar-04 2:54
David Crow17-Mar-04 2:54 
GeneralRe: problem with strings greater then 32ks Pin
safee ullah17-Mar-04 3:20
safee ullah17-Mar-04 3:20 
GeneralRe: problem with strings greater then 32ks Pin
David Crow17-Mar-04 7:24
David Crow17-Mar-04 7:24 
GeneralRe: problem with strings greater then 32ks Pin
kalyan_reddy17-Mar-04 22:55
kalyan_reddy17-Mar-04 22:55 
GeneralStep by Step Simple Database Pin
MeterMan16-Mar-04 16:36
MeterMan16-Mar-04 16:36 
GeneralRe: Step by Step Simple Database Pin
Terry O'Nolley16-Mar-04 17:02
Terry O'Nolley16-Mar-04 17:02 
GeneralRe: Step by Step Simple Database Pin
Steve S16-Mar-04 23:01
Steve S16-Mar-04 23:01 

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.