// JP opened flex table

Click to See Complete Forum and Search --> : Strange things in VC 6.0


MrAndrew
October 24th, 2000, 02:30 PM
Hello,
I'd like to ask whether it is normal that I have to call a certain functions/procedures twice before they work correctly. For example I'm speaking about function SetCooperativeLevel, if I call it only once a buffer cannot be created, if I call it just below it again, it works.

nikb
November 27th, 2000, 06:01 AM
See what error is returned; Perhaps you're passing an incorrect argument, or something to the effect.

-n

//JP added flex table