Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPassing Strings and arrays Pin
22-Jul-01 17:22
suss22-Jul-01 17:22 
GeneralRe: Passing Strings and arrays Pin
Michael Dunn22-Jul-01 17:26
sitebuilderMichael Dunn22-Jul-01 17:26 
GeneralOpening up Serial Ports in WinNT Pin
Nik Vogiatzis22-Jul-01 17:01
Nik Vogiatzis22-Jul-01 17:01 
GeneralRe: Opening up Serial Ports in WinNT Pin
Joaquín M López Muñoz22-Jul-01 20:20
Joaquín M López Muñoz22-Jul-01 20:20 
GeneralNo Untitled in Title bar. Pin
Steve Klinger22-Jul-01 13:38
Steve Klinger22-Jul-01 13:38 
GeneralRe: No Untitled in Title bar. Pin
Hrishi23-Jul-01 11:20
Hrishi23-Jul-01 11:20 
QuestionCListCtrl? Pin
22-Jul-01 13:02
suss22-Jul-01 13:02 
AnswerRe: CListCtrl? Pin
Reid22-Jul-01 18:56
Reid22-Jul-01 18:56 
When you assign the CListCtrl a variable in the Class Wizard, make sure you assign a variable to the control, and the value...Cumon, you know what im talking about... when you assign the CListCtrl's control ID a variable, it asks for a name: m_?????
then a catagory (in a combo box): Control <----select VALUE here
then for a type (in a combo box): CListCtrl (or whatever)<---select CString here
Eek! | :eek: Poke tongue | ;-P

-Reid the C++/C# programmer
(Caution: I am a teenager, and that means that I think I know everything...but probably don't...)
Maybe this will help you understand:

CPerson Reid = "Teenager";
CPerson All_C_Programmers[9999999999];
int i;
int num_Programmers_That_Are_Teenagers = 0;
for (i=0;i<9999999999;i++)
{
if (All_C_Programmers[i]=="Teenager")
{
num_Programmers_That_Are_Teenagers++;
}
}
cout << num_Programmers_That_Are_Teenagers;
-------------
1 <------
GeneralRe: CListCtrl? Pin
Matt Newman23-Jul-01 5:00
Matt Newman23-Jul-01 5:00 
GeneralRe: CListCtrl? Pin
23-Jul-01 5:49
suss23-Jul-01 5:49 
AnswerRe: CListCtrl? Pin
Ben Burnett22-Jul-01 19:54
Ben Burnett22-Jul-01 19:54 
GeneralCreating A Bitmap Pin
AJ12322-Jul-01 12:35
AJ12322-Jul-01 12:35 
GeneralRe: Creating A Bitmap Pin
Christian Graus22-Jul-01 14:11
protectorChristian Graus22-Jul-01 14:11 
QuestionNewbie Q: Update statusbar from view? Pin
22-Jul-01 12:00
suss22-Jul-01 12:00 
AnswerRe: Newbie Q: Update statusbar from view? Pin
Michael Dunn22-Jul-01 12:24
sitebuilderMichael Dunn22-Jul-01 12:24 
Generaldocking dialogbars Pin
Peter Marino22-Jul-01 9:49
Peter Marino22-Jul-01 9:49 
GeneralRe: docking dialogbars Pin
Diarrhio22-Jul-01 20:37
Diarrhio22-Jul-01 20:37 
GeneralRe: docking dialogbars Pin
Peter Marino22-Jul-01 21:40
Peter Marino22-Jul-01 21:40 
GeneralRe: docking dialogbars Pin
Diarrhio22-Jul-01 22:31
Diarrhio22-Jul-01 22:31 
GeneralRe: docking dialogbars Pin
Diarrhio22-Jul-01 22:33
Diarrhio22-Jul-01 22:33 
GeneralRe: docking dialogbars Pin
Diarrhio22-Jul-01 22:34
Diarrhio22-Jul-01 22:34 
GeneralRe: docking dialogbars Pin
Peter Marino23-Jul-01 9:20
Peter Marino23-Jul-01 9:20 
GeneralRe: docking dialogbars Pin
Diarrhio23-Jul-01 12:07
Diarrhio23-Jul-01 12:07 
GeneralRe: docking dialogbars Pin
Peter Marino23-Jul-01 21:35
Peter Marino23-Jul-01 21:35 
GeneralRe: docking dialogbars Pin
Diarrhio23-Jul-01 22:18
Diarrhio23-Jul-01 22:18 

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.