Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Drawing a line and removing it. Pin
Scott H. Settlemier2-Oct-02 12:40
Scott H. Settlemier2-Oct-02 12:40 
GeneralRe: Drawing a line and removing it. Pin
JohnnyG2-Oct-02 17:16
JohnnyG2-Oct-02 17:16 
GeneralRe: Drawing a line and removing it. Pin
Scott H. Settlemier3-Oct-02 4:24
Scott H. Settlemier3-Oct-02 4:24 
GeneralPassing in an array Pin
ns2-Oct-02 8:26
ns2-Oct-02 8:26 
GeneralRe: Passing in an array Pin
Chris Losinger2-Oct-02 8:32
professionalChris Losinger2-Oct-02 8:32 
GeneralRe: Passing in an array Pin
ns2-Oct-02 8:57
ns2-Oct-02 8:57 
GeneralRe: Passing in an array Pin
Chris Losinger2-Oct-02 9:01
professionalChris Losinger2-Oct-02 9:01 
GeneralRe: Passing in an array Pin
Ravi Bhavnani2-Oct-02 12:12
professionalRavi Bhavnani2-Oct-02 12:12 
[ Modified article: Corrected call to InsertItem() ]

void addItems
  (CStringArray arrayOfStrings)
{
  for (long nIndex=0; (nIndex < arrayOfStrings.GetLength()); nIndex++) {
      list2.InsertItem (nIndex, arrayOfStrings.GetAt (nIndex);
  }
}


/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
GeneralSpin Control Problem!!! Pin
Daniel Strigl2-Oct-02 8:03
Daniel Strigl2-Oct-02 8:03 
GeneralRe: Spin Control Problem!!! Pin
Dimitri Rochette2-Oct-02 9:23
Dimitri Rochette2-Oct-02 9:23 
GeneralRe: Spin Control Problem!!! Pin
Daniel Strigl2-Oct-02 10:24
Daniel Strigl2-Oct-02 10:24 
GeneralRe: Spin Control Problem!!! Pin
Gero Gerber2-Oct-02 12:53
Gero Gerber2-Oct-02 12:53 
GeneralRe: Spin Control Problem!!! Pin
Nilesh Karkhanis2-Oct-02 21:08
Nilesh Karkhanis2-Oct-02 21:08 
GeneralRe: Spin Control Problem!!! Pin
Daniel Strigl2-Oct-02 23:07
Daniel Strigl2-Oct-02 23:07 
GeneralCSocket::OnReceive Question Pin
jparsons2-Oct-02 8:06
jparsons2-Oct-02 8:06 
GeneralRe: CSocket::OnReceive Question Pin
jmkhael2-Oct-02 8:15
jmkhael2-Oct-02 8:15 
GeneralRe: CSocket::OnReceive Question Pin
jparsons2-Oct-02 11:21
jparsons2-Oct-02 11:21 
GeneralRe: CSocket::OnReceive Question Pin
jmkhael2-Oct-02 21:44
jmkhael2-Oct-02 21:44 
GeneralIXMLDOMNode as an idl parameter Pin
nlecren2-Oct-02 8:05
nlecren2-Oct-02 8:05 
GeneralRe: IXMLDOMNode as an idl parameter Pin
Stephane Rodriguez.2-Oct-02 9:06
Stephane Rodriguez.2-Oct-02 9:06 
GeneralRe: IXMLDOMNode as an idl parameter Pin
nlecren2-Oct-02 9:21
nlecren2-Oct-02 9:21 
GeneralRe: IXMLDOMNode as an idl parameter Pin
Stephane Rodriguez.2-Oct-02 9:42
Stephane Rodriguez.2-Oct-02 9:42 
GeneralProblem automating Excel Pin
Anonymous2-Oct-02 7:43
Anonymous2-Oct-02 7:43 
GeneralSmart Pointer question Pin
User 98852-Oct-02 7:40
User 98852-Oct-02 7:40 
Generalmap object in STL Pin
ns2-Oct-02 7:33
ns2-Oct-02 7:33 

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.