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

C / C++ / MFC

 
GeneralRe: DLL and Static Library Doubt Pin
Iain Clarke, Warrior Programmer23-Jul-03 0:00
Iain Clarke, Warrior Programmer23-Jul-03 0:00 
QuestionMaximum number of Edit boxes in a dialog? Pin
spaced_out22-Jul-03 19:55
spaced_out22-Jul-03 19:55 
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Toni7822-Jul-03 20:35
Toni7822-Jul-03 20:35 
GeneralRe: Maximum number of Edit boxes in a dialog? Pin
spaced_out23-Jul-03 3:35
spaced_out23-Jul-03 3:35 
GeneralRe: Maximum number of Edit boxes in a dialog? Pin
Toni7823-Jul-03 12:38
Toni7823-Jul-03 12:38 
AnswerRe: Maximum number of Edit boxes in a dialog? Pin
Frank K22-Jul-03 22:12
Frank K22-Jul-03 22:12 
GeneralVC++ dialog box Pin
IT_student22-Jul-03 19:38
IT_student22-Jul-03 19:38 
GeneralRe: VC++ dialog box Pin
Bob Stanneveld23-Jul-03 2:15
Bob Stanneveld23-Jul-03 2:15 
In your dialog create a Data Map to exchange data from your dialog to your dialog class (if you use the app wizard this is done automatically, otherwize you should implement the DoDataExchange() method).
after doing that, derive your view class from CView and override OnPaint(). In the OnPaint, use pDC->MoveTo() and pDC->LineT0() to move around and draw lines.

good luck!




A student knows little about a lot.
A professor knows a lot about little.
I know everything about nothing.



Generalextracting frames from mpeg1 Pin
ram_chus22-Jul-03 19:27
ram_chus22-Jul-03 19:27 
GeneralDatabase Creation in Windows2000Prg Pin
ValliS22-Jul-03 18:51
ValliS22-Jul-03 18:51 
GeneralRe: Database Creation in Windows2000Prg Pin
PJ Arends22-Jul-03 19:47
professionalPJ Arends22-Jul-03 19:47 
GeneralRe: Database Creation in Windows2000Prg Pin
ValliS22-Jul-03 23:18
ValliS22-Jul-03 23:18 
GeneralVisual C++ .NET troubles Pin
User 665822-Jul-03 14:12
User 665822-Jul-03 14:12 
GeneralRe: Visual C++ .NET troubles Pin
Anders Molin22-Jul-03 14:51
professionalAnders Molin22-Jul-03 14:51 
GeneralRe: Visual C++ .NET troubles Pin
User 665823-Jul-03 1:15
User 665823-Jul-03 1:15 
GeneralRe: Visual C++ .NET troubles Pin
Michael Dunn22-Jul-03 15:19
sitebuilderMichael Dunn22-Jul-03 15:19 
GeneralRe: Visual C++ .NET troubles Pin
User 665823-Jul-03 1:17
User 665823-Jul-03 1:17 
GeneralGetting the edit window that currently has focus Pin
Kuniva22-Jul-03 13:47
Kuniva22-Jul-03 13:47 
GeneralRe: Getting the edit window that currently has focus Pin
Ryan Binns22-Jul-03 17:32
Ryan Binns22-Jul-03 17:32 
GeneralRe: Getting the edit window that currently has focus Pin
Kuniva23-Jul-03 0:53
Kuniva23-Jul-03 0:53 
GeneralRe: Getting the edit window that currently has focus Pin
Ryan Binns23-Jul-03 4:27
Ryan Binns23-Jul-03 4:27 
GeneralCTreeView and derived classes Pin
adonisv22-Jul-03 11:58
adonisv22-Jul-03 11:58 
GeneralRe: CTreeView and derived classes Pin
Tom Archer22-Jul-03 13:18
Tom Archer22-Jul-03 13:18 
GeneralRe: CTreeView and derived classes Pin
jhwurmbach22-Jul-03 22:24
jhwurmbach22-Jul-03 22:24 
GeneralRe: CTreeView and derived classes Pin
adonisv23-Jul-03 4:04
adonisv23-Jul-03 4:04 

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.