|
-
Oct 19th, 2002, 02:26 PM
#1
Mfc?
do they still use it? is it more powerful than .NET?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 19th, 2002, 04:13 PM
#2
MFC is for VC++. I believe its still available in VC++.NET so I guess you can still use it.
-
Oct 19th, 2002, 04:19 PM
#3
hmm
so it's just like .NET? it's a library ?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 19th, 2002, 04:26 PM
#4
PowerPoster
Similar, but it is a COM library if I understand right. I think it is more about helping you create a GUI, but I could be wrong.
-
Oct 19th, 2002, 04:29 PM
#5
if it's for making a GUI then it should be useless in .NET
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 19th, 2002, 04:31 PM
#6
PowerPoster
Like I said, I could be wrong, I am not a C++ programmer.
-
Oct 19th, 2002, 06:03 PM
#7
Except in C++ you can still write unmanaged code (non .NET). MFC kinda makes making windows applications easier, its like bringing the VB Form designer to C.
-
Oct 19th, 2002, 06:47 PM
#8
Originally posted by Edneeis
Except in C++ you can still write unmanaged code (non .NET). MFC kinda makes making windows applications easier, its like bringing the VB Form designer to C.
hmm one more question, does it have classes like GDI too? (can you draw shapes and stuff with it?)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Oct 19th, 2002, 07:23 PM
#9
Well it has classes not really for drawing but for common windows items, you don't need the MFC to draw with. For instance has a CDialog class for what in vb would be a form and other classes that work like the controls and things like that.
Its MFC, Microsoft Foundation Classes, or the classes that make up a basic windows applications, since C/C++ isn't specific to Windows, exactly.
Last edited by Edneeis; Oct 19th, 2002 at 07:27 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|