Click here to Skip to main content
15,909,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Moving a CComboBox Pin
Stephanie Rigel5-Jul-00 5:22
sussStephanie Rigel5-Jul-00 5:22 
GeneralHandling ActiveX Sink Events for dynamically created ActiveX Control Pin
Member 426430-Jun-00 0:11
Member 426430-Jun-00 0:11 
Generalmsoutl9.cpp and outlook2000 Pin
Tenacious29-Jun-00 21:14
Tenacious29-Jun-00 21:14 
GeneralSpell checking with Word Pin
Member 311229-Jun-00 21:13
Member 311229-Jun-00 21:13 
GeneralObject Array / collections Pin
Member 238629-Jun-00 19:35
Member 238629-Jun-00 19:35 
GeneralRe: Object Array / collections Pin
Blake Miller30-Jun-00 6:40
Blake Miller30-Jun-00 6:40 
GeneralRe: Object Array / collections Pin
Sam Hobbs30-Jun-00 10:54
Sam Hobbs30-Jun-00 10:54 
GeneralRe: Object Array / collections Pin
Member 238630-Jun-00 17:29
Member 238630-Jun-00 17:29 
Well In fact I did solve the problem with the CArray and again Im sorry for the poorly written post I was a little
mindboggled last night!!!
I have a class whose constructor is as follows

JPoint(CPoint CP, int state, int Ptool);

This is the object I needed an array of..
In a SetCoordinates function I had code similar to this:

FixedMap.Add(JPoint((100,100),0,1));
Still a newbee I assumed that (100,100) would be assumed to be the CPoint required by the JPoint constructor;
And the fact I recieved no compiler errors lead me to beleive it should work. But when it came draw the points in another function nothing was displayed...
The problem was not prefixing (100,100) with CPoint as follows
FixedMap.Add(JPoint(CPoint(100,100),0,1));
Shouldve known better right???


GeneralHelp with classes and threads Pin
woltman29-Jun-00 18:30
woltman29-Jun-00 18:30 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 6:36
Blake Miller30-Jun-00 6:36 
GeneralRe: Help with classes and threads Pin
woltman30-Jun-00 10:42
woltman30-Jun-00 10:42 
GeneralRe: Help with classes and threads Pin
woltman30-Jun-00 10:46
woltman30-Jun-00 10:46 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 18:12
Blake Miller30-Jun-00 18:12 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 18:15
Blake Miller30-Jun-00 18:15 
GeneralProblem with cascaded controls Pin
Lea Johnson29-Jun-00 18:21
Lea Johnson29-Jun-00 18:21 
GeneralRe: Problem with cascaded controls Pin
Sam Hobbs29-Jun-00 20:14
Sam Hobbs29-Jun-00 20:14 
GeneralZ-order of children Pin
Sam Hobbs29-Jun-00 17:54
Sam Hobbs29-Jun-00 17:54 
GeneralRe: Z-order of children Pin
Lea Johnson29-Jun-00 18:32
Lea Johnson29-Jun-00 18:32 
GeneralRe: Z-order of children Pin
Sam Hobbs29-Jun-00 20:01
Sam Hobbs29-Jun-00 20:01 
GeneralBug in my BMP-routine... Pin
Christoph Rupp29-Jun-00 11:06
sussChristoph Rupp29-Jun-00 11:06 
GeneralRe: Bug in my BMP-routine... Pin
Paolo Messina30-Jun-00 8:10
professionalPaolo Messina30-Jun-00 8:10 
GeneralRe: Bug in my BMP-routine... Pin
Christoph Rupp30-Jun-00 21:20
sussChristoph Rupp30-Jun-00 21:20 
GeneralRe: Bug in my BMP-routine... Pin
Paolo Messina1-Jul-00 4:30
professionalPaolo Messina1-Jul-00 4:30 
GeneralRe: Bug in my BMP-routine... Pin
Paolo Messina1-Jul-00 4:50
professionalPaolo Messina1-Jul-00 4:50 
GeneralRe: Bug in my BMP-routine... thanks, Paolo Pin
Christoph Rupp1-Jul-00 22:51
sussChristoph Rupp1-Jul-00 22:51 

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.