Click here to Skip to main content
15,914,409 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal24-Oct-12 2:44
tiwal24-Oct-12 2:44 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan24-Oct-12 3:04
mveRichard MacCutchan24-Oct-12 3:04 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
tiwal24-Oct-12 3:25
tiwal24-Oct-12 3:25 
GeneralRe: Linker error LNK2001 ("external symbol not found") Pin
Richard MacCutchan24-Oct-12 4:00
mveRichard MacCutchan24-Oct-12 4:00 
QuestionWeb Service in c++(.net 2003) Pin
Bhasker Singh21-Oct-12 20:19
Bhasker Singh21-Oct-12 20:19 
AnswerRe: Web Service in c++(.net 2003) Pin
Richard MacCutchan21-Oct-12 21:46
mveRichard MacCutchan21-Oct-12 21:46 
AnswerRe: Web Service in c++(.net 2003) Pin
David Crow22-Oct-12 4:06
David Crow22-Oct-12 4:06 
QuestionNeed Your valuable suggestion Pin
Game-point21-Oct-12 17:42
Game-point21-Oct-12 17:42 
AnswerRe: Need Your valuable suggestion Pin
Richard MacCutchan21-Oct-12 21:45
mveRichard MacCutchan21-Oct-12 21:45 
AnswerRe: Need Your valuable suggestion Pin
Orjan Westin21-Oct-12 22:51
professionalOrjan Westin21-Oct-12 22:51 
AnswerRe: Need Your valuable suggestion Pin
molesworth23-Oct-12 3:27
molesworth23-Oct-12 3:27 
QuestionHow to Resize Dialogbar? Pin
D.Manivelan20-Oct-12 0:02
D.Manivelan20-Oct-12 0:02 
AnswerRe: How to Resize Dialogbar? Pin
chaau21-Oct-12 15:06
chaau21-Oct-12 15:06 
QuestionUsing C++ codes in C# program ? Pin
taibc19-Oct-12 23:26
taibc19-Oct-12 23:26 
AnswerRe: Using C++ codes in C# program ? Pin
jschell20-Oct-12 4:43
jschell20-Oct-12 4:43 
GeneralRe: Using C++ codes in C# program ? Pin
taibc20-Oct-12 17:30
taibc20-Oct-12 17:30 
AnswerRe: Using C++ codes in C# program ? Pin
taibc22-Oct-12 0:32
taibc22-Oct-12 0:32 
GeneralRe: Using C++ codes in C# program ? Pin
Richard MacCutchan22-Oct-12 1:22
mveRichard MacCutchan22-Oct-12 1:22 
QuestionHow to keep track when a dialog is invoked second time.? Pin
mbatra3118-Oct-12 23:53
mbatra3118-Oct-12 23:53 
AnswerRe: How to keep track when a dialog is invoked second time.? Pin
Sivaraman Dhamodharan19-Oct-12 0:07
Sivaraman Dhamodharan19-Oct-12 0:07 
GeneralRe: How to keep track when a dialog is invoked second time.? Pin
mbatra3119-Oct-12 0:12
mbatra3119-Oct-12 0:12 
AnswerRe: How to keep track when a dialog is invoked second time.? Pin
Jochen Arndt19-Oct-12 0:31
professionalJochen Arndt19-Oct-12 0:31 
AnswerRe: How to keep track when a dialog is invoked second time.? Pin
ThatsAlok19-Oct-12 2:03
ThatsAlok19-Oct-12 2:03 
AnswerRe: How to keep track when a dialog is invoked second time.? Pin
Sajeesh Payolam19-Oct-12 20:51
Sajeesh Payolam19-Oct-12 20:51 
QuestionHow to use a png or jpg in visual studio? Pin
DanYELL18-Oct-12 16:12
DanYELL18-Oct-12 16:12 
I have an image of a form. I can easily add that image as a bitmap
resource. Then in my CFormView, I click on Toolbox and Picture Control and
I select Bitmap as the type and find the image from the list of images. I
can then lay edit boxes on top of the form.

The problem is, the form is just a black and white form and the bitmap takes
up alot of space. I have several form images to add and my program is becoming
really big in size. In contrast, a png or jpeg is alot smaller in size and the
final software will be smaller.

I can add a PNG as a resource. However, I click on Toolbox and add a Picture
Control and then right click on that Picture Control to go to its properties
and if I select Bitmap, it doesnt show the PNG as a image to select. How can
I use the PNG that is added?

Another question which is not crucial. How can I add a JPG as a resource? And
if I add it, how can I then use it?

If you can show me how to use a PNG or JPG or anything similar (not a GIF) and
how to make it display, that would be great.

Sincerely,
Danielle Brina

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.