Click here to Skip to main content
15,900,815 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUsing CRecordset Pin
achandra00715-Jul-02 10:23
achandra00715-Jul-02 10:23 
GeneralRe: Using CRecordset Pin
Ranjan Banerji15-Jul-02 11:02
Ranjan Banerji15-Jul-02 11:02 
GeneralRe: Using CRecordset Pin
achandra00715-Jul-02 11:39
achandra00715-Jul-02 11:39 
GeneralComboBoxEx with DropList style problem Pin
Maciek Niedzielski15-Jul-02 10:10
Maciek Niedzielski15-Jul-02 10:10 
QuestionHow to make invisible CEdit visisble with code? Pin
ns15-Jul-02 10:09
ns15-Jul-02 10:09 
Answernevermind - I got it! Pin
ns15-Jul-02 10:15
ns15-Jul-02 10:15 
GeneralOpening a serial COM port Pin
dorin15-Jul-02 9:47
dorin15-Jul-02 9:47 
GeneralRe: Opening a serial COM port Pin
Joaquín M López Muñoz15-Jul-02 9:58
Joaquín M López Muñoz15-Jul-02 9:58 
//Opens COM1
HANDLE hPort=CreateFile(
  "\\\\.\\COM1",GENERIC_READ|GENERIC_WRITE,0,NULL,
  OPEN_EXISTING,0,NULL);


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralWeird Acception Violation :: MFC Pin
valikac15-Jul-02 9:35
valikac15-Jul-02 9:35 
GeneralRe: Weird Acception Violation :: MFC Pin
Joaquín M López Muñoz15-Jul-02 9:50
Joaquín M López Muñoz15-Jul-02 9:50 
GeneralRe: Weird Acception Violation :: MFC Pin
valikac15-Jul-02 10:45
valikac15-Jul-02 10:45 
GeneralRe: Weird Acception Violation :: MFC Pin
Joaquín M López Muñoz15-Jul-02 11:35
Joaquín M López Muñoz15-Jul-02 11:35 
GeneralRe: Weird Acception Violation :: MFC Pin
valikac15-Jul-02 12:50
valikac15-Jul-02 12:50 
GeneralRe: Solution Pin
valikac15-Jul-02 17:11
valikac15-Jul-02 17:11 
QuestionHow do you wait until a process has finihed before you start another Pin
Desmond Mardle15-Jul-02 9:17
Desmond Mardle15-Jul-02 9:17 
AnswerRe: How do you wait until a process has finihed before you start another Pin
Joaquín M López Muñoz15-Jul-02 9:21
Joaquín M López Muñoz15-Jul-02 9:21 
GeneralRe: How do you wait until a process has finihed before you start another Pin
Desmond Mardle15-Jul-02 22:00
Desmond Mardle15-Jul-02 22:00 
AnswerRe: How do you wait until a process has finihed before you start another Pin
User 842015-Jul-02 9:28
User 842015-Jul-02 9:28 
GeneralExplorer 'like' App Pin
Frank Deo15-Jul-02 9:01
Frank Deo15-Jul-02 9:01 
GeneralThreads Pin
Frank Deo15-Jul-02 9:00
Frank Deo15-Jul-02 9:00 
GeneralRe: Threads Pin
Joaquín M López Muñoz15-Jul-02 9:12
Joaquín M López Muñoz15-Jul-02 9:12 
GeneralRe: Threads Pin
Frank Deo15-Jul-02 9:23
Frank Deo15-Jul-02 9:23 
Questioncan you disable all scrollbars in an MDI? Pin
ns15-Jul-02 8:50
ns15-Jul-02 8:50 
Generalquick SDI question Pin
ns15-Jul-02 8:46
ns15-Jul-02 8:46 
GeneralRe: quick SDI question Pin
PJ Arends15-Jul-02 15:23
professionalPJ Arends15-Jul-02 15:23 

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.