Click here to Skip to main content
15,919,341 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Timer with 1ms(accurate) resolution Pin
Joaquín M López Muñoz25-Nov-04 2:52
Joaquín M López Muñoz25-Nov-04 2:52 
GeneralReply Joaquín & toxcct Pin
ManishSaha27-Nov-04 0:46
ManishSaha27-Nov-04 0:46 
GeneralRe: Timer with 1ms(accurate) resolution Pin
toxcct25-Nov-04 2:55
toxcct25-Nov-04 2:55 
GeneralGet the number of bytes in the port queue Pin
Cedric Moonen25-Nov-04 2:08
Cedric Moonen25-Nov-04 2:08 
GeneralRe: Get the number of bytes in the port queue Pin
Joaquín M López Muñoz25-Nov-04 2:49
Joaquín M López Muñoz25-Nov-04 2:49 
GeneralRe: Get the number of bytes in the port queue Pin
Cedric Moonen25-Nov-04 2:54
Cedric Moonen25-Nov-04 2:54 
GeneralProblem with Graphics & CEdit scrolling Pin
mfc_surfer25-Nov-04 1:29
mfc_surfer25-Nov-04 1:29 
GeneralRe: Problem with Graphics & CEdit scrolling Pin
John R. Shaw25-Nov-04 6:19
John R. Shaw25-Nov-04 6:19 
CEdit represents a simple text editor, even if you subclassed the control I dought you could do it. The edit-control client area does not actualy scroll, that's an illusion. When you scroll the text it just changes the position of the upper left courner character, where drawing is to start. The edit-control would have to think that your custom-control is part of the text.

If you need to insert an object into an edit type control then you should be using CRichEditCtrl, and even then it may need to be an OLE control.

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: Problem with Graphics & CEdit scrolling Pin
mfc_surfer27-Nov-04 19:11
mfc_surfer27-Nov-04 19:11 
GeneralRe: Problem with Graphics & CEdit scrolling Pin
John R. Shaw28-Nov-04 7:42
John R. Shaw28-Nov-04 7:42 
GeneralRegarding Registry Pin
max_gundam1525-Nov-04 1:08
max_gundam1525-Nov-04 1:08 
GeneralRe: Regarding Registry Pin
shiraztk25-Nov-04 1:21
shiraztk25-Nov-04 1:21 
GeneralMFC CRichEditCtrl, read-only + drag&drop Pin
Niklas L25-Nov-04 0:53
Niklas L25-Nov-04 0:53 
General"Please Wait..." Dialog Pin
LittleYellowBird24-Nov-04 23:31
LittleYellowBird24-Nov-04 23:31 
GeneralRe: "Please Wait..." Dialog Pin
toxcct24-Nov-04 23:54
toxcct24-Nov-04 23:54 
GeneralRe: "Please Wait..." Dialog Pin
Jack Puppy25-Nov-04 0:09
Jack Puppy25-Nov-04 0:09 
GeneralRe: "Please Wait..." Dialog Pin
faroqtam25-Nov-04 8:06
faroqtam25-Nov-04 8:06 
Generalstring tables & language switch Pin
toxcct24-Nov-04 23:23
toxcct24-Nov-04 23:23 
GeneralRe: string tables & language switch Pin
Jack Puppy25-Nov-04 0:04
Jack Puppy25-Nov-04 0:04 
GeneralRe: string tables & language switch Pin
V.25-Nov-04 2:12
professionalV.25-Nov-04 2:12 
GeneralRe: string tables & language switch Pin
toxcct25-Nov-04 2:35
toxcct25-Nov-04 2:35 
GeneralRe: string tables & language switch Pin
V.25-Nov-04 2:43
professionalV.25-Nov-04 2:43 
GeneralRe: string tables & language switch Pin
toxcct25-Nov-04 2:52
toxcct25-Nov-04 2:52 
GeneralRe: string tables & language switch Pin
faroqtam25-Nov-04 8:13
faroqtam25-Nov-04 8:13 
GeneralRe: string tables & language switch Pin
PJ Arends25-Nov-04 8:43
professionalPJ Arends25-Nov-04 8:43 

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.