Click here to Skip to main content
15,910,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: JPEG,GIF File Display Pin
Chris Losinger4-Mar-03 1:36
professionalChris Losinger4-Mar-03 1:36 
GeneralRe: JPEG,GIF File Display Pin
Chintan4-Mar-03 3:00
Chintan4-Mar-03 3:00 
GeneralRe: JPEG,GIF File Display Pin
Mike Zinni4-Mar-03 5:12
Mike Zinni4-Mar-03 5:12 
GeneralRe: JPEG,GIF File Display Pin
Big Art4-Mar-03 7:32
Big Art4-Mar-03 7:32 
GeneralRe: JPEG,GIF File Display Pin
Big Art4-Mar-03 7:41
Big Art4-Mar-03 7:41 
GeneralAutocompletion doesn't work!!! Pin
willempipi4-Mar-03 1:19
willempipi4-Mar-03 1:19 
GeneralRe: Autocompletion doesn't work!!! Pin
Alvaro Mendez4-Mar-03 9:47
Alvaro Mendez4-Mar-03 9:47 
GeneralPlay Images(URGENT) Pin
satyavasu4-Mar-03 1:10
satyavasu4-Mar-03 1:10 
I am Playing Enhanced MetaFIles around the Rectanges,Ellipses .. etc with rotation.But taking lot of time for play around the objects.How to imporve the speed?I don't show the end user to How I am playing?
((IMP: Actually I am loading files are derived from eps.
ie means I was opened eps files in corel draw the saved as Emf file.
But If run emf file derived from corel draw(directtly) no prob))
I wrote following code for ellipse
ENHMETAHEADER *pEnhHeaderData;
pEnhHeaderData = (ENHMETAHEADER *) meta_data;
hemf = ::SetEnhMetaFileBits( pEnhHeaderData->nBytes, (unsigned char*) meta_data );
GetEnhMetaFileHeader(hemf, sizeof(emh), &emh);
int x_radius=w/2;
int y_radius=h/2;
for(int i=0;i<360;i+=30)
{
//First File
hdcEMF = CreateEnhMetaFile (NULL, NULL, NULL, NULL) ;
angle=360-i;
EnumEnhMetaFile (hdcEMF, hemf,EnhMetaFileProc, NULL,(RECT *)&emh.rclBounds) ;
h1 = CloseEnhMetaFile (hdcEMF) ;
double a1=(i*3.14)/180;
int x_point1 = rect.left + center.x + cos(a1) * x_radius;
int y_point1 = rect.top + center.y + sin(a1) * y_radius;
SetRect(&rect1,x_point1-ezpn_frame_edge,y_point1-n_frame_edge,x_point1+ezpn_frame_edge,y_point1+ezpn_frame_edge);
pDC->PlayMetaFile(h1,&rect1);
}
Generalvoice chat project doubt Pin
anuvignesh4-Mar-03 0:59
anuvignesh4-Mar-03 0:59 
Generalmodeless dialog box Pin
Anonymous4-Mar-03 0:12
Anonymous4-Mar-03 0:12 
GeneralRe: modeless dialog box Pin
jhwurmbach4-Mar-03 0:21
jhwurmbach4-Mar-03 0:21 
GeneralRe: modeless dialog box Pin
Anonymous4-Mar-03 0:35
Anonymous4-Mar-03 0:35 
GeneralRe: modeless dialog box Pin
User 66584-Mar-03 0:56
User 66584-Mar-03 0:56 
GeneralRe: modeless dialog box Pin
jhwurmbach4-Mar-03 0:57
jhwurmbach4-Mar-03 0:57 
GeneralRe: modeless dialog box Pin
Anonymous4-Mar-03 1:04
Anonymous4-Mar-03 1:04 
GeneralRe: modeless dialog box Pin
User 66584-Mar-03 1:11
User 66584-Mar-03 1:11 
GeneralRe: modeless dialog box Pin
Anonymous4-Mar-03 1:19
Anonymous4-Mar-03 1:19 
GeneralRe: modeless dialog box Pin
jhwurmbach4-Mar-03 1:19
jhwurmbach4-Mar-03 1:19 
GeneralRe: modeless dialog box Pin
Anonymous6-Mar-03 5:41
Anonymous6-Mar-03 5:41 
Generalconfiguring output pane buffer size Pin
berndg3-Mar-03 23:59
berndg3-Mar-03 23:59 
GeneralPassing a BSTR parameter into a COM method. Pin
abhinarulkar3-Mar-03 23:22
abhinarulkar3-Mar-03 23:22 
GeneralRe: Passing a BSTR parameter into a COM method. Pin
Stefan Spenz3-Mar-03 23:36
Stefan Spenz3-Mar-03 23:36 
GeneralProblem in Dialog controls(MFC) Pin
summo3-Mar-03 23:22
summo3-Mar-03 23:22 
GeneralRe: Problem in Dialog controls(MFC) Pin
Stefan Spenz3-Mar-03 23:41
Stefan Spenz3-Mar-03 23:41 
GeneralViewing .NET Build Log During Compile Pin
[DAve]3-Mar-03 23:06
[DAve]3-Mar-03 23:06 

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.