Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaltime mesure Pin
aguest3-Jan-03 11:25
aguest3-Jan-03 11:25 
GeneralRe: time mesure Pin
Hesham Amin3-Jan-03 21:33
Hesham Amin3-Jan-03 21:33 
GeneralRe: time mesure Pin
Anonymous4-Jan-03 12:09
Anonymous4-Jan-03 12:09 
Questionincreasing InfoTip duration ? Pin
scott sanders3-Jan-03 11:03
scott sanders3-Jan-03 11:03 
AnswerRe: increasing InfoTip duration ? Pin
Ravi Bhavnani4-Jan-03 11:01
professionalRavi Bhavnani4-Jan-03 11:01 
GeneralGetting text from user Pin
Anonymous3-Jan-03 10:45
Anonymous3-Jan-03 10:45 
GeneralRe: Getting text from user Pin
David Salter3-Jan-03 10:53
David Salter3-Jan-03 10:53 
GeneralRe: Getting text from user Pin
Anonymous3-Jan-03 11:42
Anonymous3-Jan-03 11:42 
That may be where I remember it from - in Visual Basic. I'll have to go see if I can dig up the source code of a toy program I created under VC++ a few years ago when I was writting a program to access SCSI devices at the low (sector) level. It was a program that allowed me to enter a sector number and it read that sector from a SCSI device and displayed it in a HEX/ASCII dump, like you typically see in hex editors. I remember using a simple dialog to get the sector number, but I cannot remember if it was something built into the MFC or something I made up using the dialog editor and the CDialog class. I think I just passed in a string for the text to be displayed in the dialog, i.e. "Enter Sector number to read", and if the OK button was pressed, it returned a string containing the text entered in the text field or NULL if cancel was pressed.

Oh well, if this turnes out to be a dead-end, it is nothing for me to whip togther a quick dialog using the dialog editor and CDialog class to create the necessary dialog box - just hoping that there was a "convience" feature available in the library.

GeneralRe: Getting text from user Pin
IGx893-Jan-03 16:40
IGx893-Jan-03 16:40 
GeneralRe: Getting text from user Pin
Anonymous6-Jan-03 3:54
Anonymous6-Jan-03 3:54 
Generaldynamic controls placement in dialog. Pin
Maximilien3-Jan-03 9:15
Maximilien3-Jan-03 9:15 
GeneralRe: dynamic controls placement in dialog. Pin
Joaquín M López Muñoz3-Jan-03 9:38
Joaquín M López Muñoz3-Jan-03 9:38 
GeneralRe: dynamic controls placement in dialog. Pin
Maximilien3-Jan-03 9:45
Maximilien3-Jan-03 9:45 
GeneralProperty Pages Pin
Al_Pennyworth3-Jan-03 7:45
Al_Pennyworth3-Jan-03 7:45 
GeneralMFC List Control Pin
uandrej3-Jan-03 7:05
uandrej3-Jan-03 7:05 
GeneralRe: MFC List Control Pin
RobJones3-Jan-03 8:19
RobJones3-Jan-03 8:19 
GeneralRe: MFC List Control Pin
uandrej6-Jan-03 2:18
uandrej6-Jan-03 2:18 
GeneralRe: MFC List Control Pin
RobJones10-Jan-03 6:19
RobJones10-Jan-03 6:19 
GeneralRe: MFC List Control Pin
uandrej11-Jan-03 1:14
uandrej11-Jan-03 1:14 
QuestionHow to analyze a MS dump? Pin
Todd Smith3-Jan-03 7:03
Todd Smith3-Jan-03 7:03 
AnswerRe: How to analyze a MS dump? Pin
CodeDoggy3-Jan-03 22:48
CodeDoggy3-Jan-03 22:48 
QuestionMaximum Filename + Path under Win2K? Pin
DaveZ3-Jan-03 6:56
DaveZ3-Jan-03 6:56 
AnswerRe: Maximum Filename + Path under Win2K? Pin
Mike Nordell3-Jan-03 14:57
Mike Nordell3-Jan-03 14:57 
AnswerRe: Maximum Filename + Path under Win2K? Pin
Michael Dunn3-Jan-03 16:16
sitebuilderMichael Dunn3-Jan-03 16:16 
GeneralVisual C++ Profiling Pin
uandrej3-Jan-03 6:50
uandrej3-Jan-03 6:50 

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.