Click here to Skip to main content
15,907,395 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .Net Pin
Jay Beckert5-Feb-02 11:44
Jay Beckert5-Feb-02 11:44 
GeneralBetter image display and printing Pin
4-Feb-02 8:39
suss4-Feb-02 8:39 
GeneralRe: Better image display and printing Pin
Shog94-Feb-02 8:47
sitebuilderShog94-Feb-02 8:47 
GeneralRe: Better image display and printing Pin
Joaquín M López Muñoz4-Feb-02 8:56
Joaquín M López Muñoz4-Feb-02 8:56 
GeneralRe: Better image display and printing Pin
Chris Losinger4-Feb-02 9:15
professionalChris Losinger4-Feb-02 9:15 
Generaluse a String ... Pin
magpierre4-Feb-02 7:58
magpierre4-Feb-02 7:58 
GeneralRe: use a String ... Pin
Jon Sagara4-Feb-02 8:08
Jon Sagara4-Feb-02 8:08 
GeneralRe: use a String ... Pin
Carlos Antollini4-Feb-02 8:31
Carlos Antollini4-Feb-02 8:31 
Use the Class CString and the function method Compare or CompareNoCase....
CString str = _T("Hello");

if(str.Compare("Hello") == 0)
{
  AfxMessageBox("Equal");
}


Regards


APATHY ERROR: Don't bother striking any key. Application has reported a "Not My Fault" in module KRNL.EXE in line 0200:103F


Carlos Antollini.
Sonork ID 100.10529 cantollini
Generalnetbios name Pin
orcun colak4-Feb-02 7:37
orcun colak4-Feb-02 7:37 
GeneralRe: netbios name Pin
Igor Sukhov4-Feb-02 10:13
Igor Sukhov4-Feb-02 10:13 
GeneralCBitmapDialog Pin
Andy Latham4-Feb-02 7:29
Andy Latham4-Feb-02 7:29 
GeneralRe: CBitmapDialog Pin
Joaquín M López Muñoz4-Feb-02 7:49
Joaquín M López Muñoz4-Feb-02 7:49 
GeneralXML Parsing Pin
Nnamdi Onyeyiri4-Feb-02 7:08
Nnamdi Onyeyiri4-Feb-02 7:08 
GeneralRe: XML Parsing Pin
Matt Philmon4-Feb-02 7:27
Matt Philmon4-Feb-02 7:27 
GeneralRe: XML Parsing Pin
Nemanja Trifunovic4-Feb-02 7:39
Nemanja Trifunovic4-Feb-02 7:39 
GeneralRe: XML Parsing Pin
4-Feb-02 20:31
suss4-Feb-02 20:31 
GeneralAdd-In for Visual Studio (Visual C) Pin
4-Feb-02 6:17
suss4-Feb-02 6:17 
GeneralBasic OOP Question Pin
AJ1234-Feb-02 6:12
AJ1234-Feb-02 6:12 
GeneralRe: Basic OOP Question Pin
Joaquín M López Muñoz4-Feb-02 6:24
Joaquín M López Muñoz4-Feb-02 6:24 
GeneralRe: Basic OOP Question Pin
AJ1237-Feb-02 1:23
AJ1237-Feb-02 1:23 
GeneralRe: Basic OOP Question Pin
Joaquín M López Muñoz7-Feb-02 2:13
Joaquín M López Muñoz7-Feb-02 2:13 
GeneralAvailable Comm Ports Pin
Steve Thresher4-Feb-02 6:12
Steve Thresher4-Feb-02 6:12 
GeneralRe: Available Comm Ports Pin
Rick York4-Feb-02 6:44
mveRick York4-Feb-02 6:44 
GeneralRe: Available Comm Ports Pin
Steve Thresher5-Feb-02 2:10
Steve Thresher5-Feb-02 2:10 
QuestionRestrictions of TreeControl under XP [or just another XP bug]? Pin
Andreas Saurwein4-Feb-02 5:56
Andreas Saurwein4-Feb-02 5:56 

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.