Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: InternetOpenUrl Pin
J. Dunlap11-May-03 13:01
J. Dunlap11-May-03 13:01 
GeneralRe: InternetOpenUrl Pin
georgiek5011-May-03 13:08
georgiek5011-May-03 13:08 
GeneralAccelerator keys and edit boxes Pin
User 17962311-May-03 11:21
User 17962311-May-03 11:21 
GeneralRe: Accelerator keys and edit boxes Pin
Bartosz Bien11-May-03 13:15
Bartosz Bien11-May-03 13:15 
QuestionIs there an equivalent function to "DoModal()" for modeless dialogs? Pin
julych11-May-03 10:07
julych11-May-03 10:07 
AnswerRe: Is there an equivalent function to "DoModal()" for modeless dialogs? Pin
Nick Parker11-May-03 10:47
protectorNick Parker11-May-03 10:47 
AnswerRe: Is there an equivalent function to "DoModal()" for modeless dialogs? Pin
John M. Drescher12-May-03 5:01
John M. Drescher12-May-03 5:01 
Generalproblem with ONDRAW Pin
aguest11-May-03 9:15
aguest11-May-03 9:15 
hello
i make an appliaction that draw in the window of the application some objects with OpenGL.and i put the call of the function who draw in ondraw.
my problem is that when i minimize and maximize the window other objects appear in the window(other objects are draw).
i want just draw once and and don't repeat the drawing.
<br />
void creatfoufou::creatfou(int amount)<br />
{<br />
   foufou *newfoufouPtr;<br />
 //  int randomX,randomY,randomZ;<br />
   int speed,steer;<br />
<br />
   for(int index=0;index<amount;index++)<br />
   {<br />
	  <br />
	   foufou *newfoufouPtr = new foufou();<br />
       fou_caracter.push_back( newfoufouPtr );<br />
	   <br />
newfoufouPtr->initPosX =( ( 1 + rand( ) % 100 ) - 50 );<br />
newfoufouPtr->initPosY =( ( 1 + rand( ) % 100 ) - 50 );<br />
  newfoufouPtr->initPosZ =( ( 1 + rand( ) % 100) - 50);<br />
   <br />
	<br />
	   <br />
	   <br />
<br />
   }<br />
}<br />
<br />
<br />
void creatfoufou::iteratorVector()<br />
{<br />
<br />
creatfou(5);<br />
int vectorIndex;<br />
vectorIndex = fou_caracter.size();<br />
<br />
  for (int i=0;i<vectorIndex ;i++)<br />
  {<br />
<br />
   ptrfoufou->RePaint(<br />
   fou_caracter[i]->initPosX,<br />
   fou_caracter[i]->initPosY,<br />
   fou_caracter[i]->initPosZ);<br />
  }<br />
<br />
}<br />
<br />

i call iteratorVector in ONDRAW
GeneralACtiveX COntrol in VC++ Pin
RaajaOfSelf11-May-03 8:55
RaajaOfSelf11-May-03 8:55 
QuestionHow to launch 'minimised'? Pin
Robert Palma Jr.11-May-03 8:54
Robert Palma Jr.11-May-03 8:54 
AnswerRe: How to launch 'minimised'? Pin
Matt Newman11-May-03 9:03
Matt Newman11-May-03 9:03 
GeneralRe: How to launch 'minimised'? Pin
Robert Palma Jr.13-May-03 6:08
Robert Palma Jr.13-May-03 6:08 
AnswerRe: How to launch 'minimised'? Pin
sps-itsec4611-May-03 10:26
sps-itsec4611-May-03 10:26 
GeneralRe: How to launch 'minimised'? Pin
Robert Palma Jr.13-May-03 6:06
Robert Palma Jr.13-May-03 6:06 
Generalbest c++ tool in unix Pin
includeh1011-May-03 8:30
includeh1011-May-03 8:30 
GeneralRe: best c++ tool in unix Pin
Stephane Rodriguez.11-May-03 8:54
Stephane Rodriguez.11-May-03 8:54 
GeneralRe: best c++ tool in unix Pin
Matt Newman11-May-03 9:04
Matt Newman11-May-03 9:04 
GeneralRe: best c++ tool in unix Pin
Johann Gerell11-May-03 9:13
Johann Gerell11-May-03 9:13 
QuestionWindows Media Player 9 bug ?? Pin
v3man11-May-03 7:51
v3man11-May-03 7:51 
Generalprintf and unicode Pin
Matt Newman11-May-03 7:26
Matt Newman11-May-03 7:26 
GeneralRe: printf and unicode Pin
Nish Nishant11-May-03 7:56
sitebuilderNish Nishant11-May-03 7:56 
GeneralRe: printf and unicode Pin
Matt Newman11-May-03 8:11
Matt Newman11-May-03 8:11 
GeneralRe: printf and unicode Pin
Chris Losinger11-May-03 11:10
professionalChris Losinger11-May-03 11:10 
GeneralRe: printf and unicode Pin
Matt Newman12-May-03 4:27
Matt Newman12-May-03 4:27 
Generala basic dll question Pin
transoft11-May-03 6:52
transoft11-May-03 6:52 

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.