Click here to Skip to main content
15,927,514 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalchenge Edit Box (with CEdit) Pin
Ghasrfakhri30-Aug-01 3:20
Ghasrfakhri30-Aug-01 3:20 
QuestionCEdit ? Pin
otvac30-Aug-01 3:09
otvac30-Aug-01 3:09 
GeneralMFC problem Pin
Ghasrfakhri30-Aug-01 2:27
Ghasrfakhri30-Aug-01 2:27 
GeneralRe: MFC problem Pin
Christian Graus30-Aug-01 12:27
protectorChristian Graus30-Aug-01 12:27 
QuestionHow to create a floating toolbox? Pin
Huong30-Aug-01 2:06
Huong30-Aug-01 2:06 
QuestionHOW DO I DO IT ???? Pin
The_Server30-Aug-01 1:55
The_Server30-Aug-01 1:55 
AnswerRe: HOW DO I DO IT ???? Pin
Malcolm McMahon30-Aug-01 2:07
Malcolm McMahon30-Aug-01 2:07 
AnswerRe: HOW DO I DO IT ???? Pin
Michael Martin30-Aug-01 2:10
professionalMichael Martin30-Aug-01 2:10 
Sagiv

this is done using the HTML tags <pre> and </pre>. You place them around your code and they keep the formatting exactly as you had it. Start your code immediately after <pre> on the same line or else you will get a blank line above your code. If you want to have a blank line between code you need to have a space on the line.

void main()
{
   return;
}




Michael Martin
Pegasystems Pty Ltd
Australia
martm@pegasystems.com
+61 413-004-018
GeneralMSFlexgrid(rowselection) Pin
30-Aug-01 1:26
suss30-Aug-01 1:26 
GeneralRe: MSFlexgrid(rowselection) Pin
ORi x30-Aug-01 1:42
ORi x30-Aug-01 1:42 
Generalproblem in formview Pin
30-Aug-01 1:20
suss30-Aug-01 1:20 
GeneralXML insertBefore Pin
Jimmy Ehrnström30-Aug-01 0:43
Jimmy Ehrnström30-Aug-01 0:43 
GeneralRe: XML insertBefore Pin
Alwin7530-Aug-01 3:34
Alwin7530-Aug-01 3:34 
GeneralRe: XML insertBefore Pin
Jimmy Ehrnström30-Aug-01 3:47
Jimmy Ehrnström30-Aug-01 3:47 
GeneralDEBUG !!! Pin
Hadi Rezaee30-Aug-01 0:31
Hadi Rezaee30-Aug-01 0:31 
GeneralRe: DEBUG !!! Pin
Christian Graus30-Aug-01 1:29
protectorChristian Graus30-Aug-01 1:29 
GeneralCHTMLView And Toolbars Pin
AJ12330-Aug-01 0:16
AJ12330-Aug-01 0:16 
GeneralRe: CHTMLView And Toolbars Pin
Tomasz Sowinski30-Aug-01 2:25
Tomasz Sowinski30-Aug-01 2:25 
Generalreading variable value in watch debug window Pin
Bartek29-Aug-01 23:27
Bartek29-Aug-01 23:27 
GeneralRe: reading variable value in watch debug window Pin
Tomasz Sowinski30-Aug-01 2:03
Tomasz Sowinski30-Aug-01 2:03 
GeneralRe: reading variable value in watch debug window Pin
Bartek30-Aug-01 2:23
Bartek30-Aug-01 2:23 
GeneralRe: reading variable value in watch debug window Pin
Tomasz Sowinski30-Aug-01 2:34
Tomasz Sowinski30-Aug-01 2:34 
GeneralRe: reading variable value in watch debug window Pin
Bartek30-Aug-01 2:43
Bartek30-Aug-01 2:43 
QuestionWhat is "shell" (in Windows)? Pin
Maer72729-Aug-01 23:26
Maer72729-Aug-01 23:26 
AnswerRe: What is Pin
Tomasz Sowinski30-Aug-01 1:44
Tomasz Sowinski30-Aug-01 1:44 

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.