CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pererm

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    2,698

    Re: Get a *.bmp file of a window´s view

    Thank you!!!
    I´ll try.
    It´s great
  2. Replies
    5
    Views
    2,698

    Re: Get a *.bmp file of a window´s view

    "obtain this in a *.wmf file" :

    I take a compatible CDC of my wimdow an associate this yto the window. I draw the content and save in a CMetafile object.

    With this i can save in a .wmf file
  3. Replies
    5
    Views
    2,698

    Get a *.bmp file of a window´s view

    I need to obtain a *.bmp file from a window ´s view in order to insert in a document.
    Now i obtain this in a *.wmf file. But if I have a lot of wmf files and insert them in a document, the word...
  4. Replies
    5
    Views
    881

    Re: VS2019 Windows close too late

    About 10 seconds.
    It s possible it seems no many time.

    What do you think?
  5. Replies
    5
    Views
    881

    Re: VS2019 Windows close too late

    The documents views.
    That show us *.cpp or *.h or resources documents files for editing.
    Its possible i´m not pacient, or it was caused by my PC.

    Tell me about your experience please. Thank...
  6. Replies
    5
    Views
    881

    VS2019 Windows close too late

    Hi¡¡¡

    When i' m working with VS2019, and specialy when i have many windows opened, if i want close them it takes a lot of time.
    I don´t know why.
    Is there a configuration item, that i can...
  7. Thread: Is impossible?

    by pererm
    Replies
    3
    Views
    729

    Re: Is impossible?

    And, CAn I compile an ACtiveX 32bits in a 64bits application?
  8. Thread: Is impossible?

    by pererm
    Replies
    3
    Views
    729

    Is impossible?

    I`m working in Visual 2019 with an ActiveX as a .com ocx.
    When i trie to upgrade to a Visual 2022 is not possible to edit the controls of this activeX. Is possible to run the program with the...
  9. Replies
    0
    Views
    16,467

    Error import control WPF

    I´m in a app with Visual2019 and c#.
    I need import an existint control to the ToolBox.
    When i try to select it, the dalog with the opcions appears and whwn is searching the opscions the Visual...
  10. Thread: 2 dll resources

    by pererm
    Replies
    2
    Views
    650

    Re: 2 dll resources

    thanks i understand.
    i´ll try
    PERE
  11. Thread: 2 dll resources

    by pererm
    Replies
    2
    Views
    650

    2 dll resources

    Hi¡¡¡¡

    Probably this have nosense, but i´m trying to use 2 dll resuorce at the same time in a app.
    Can i load 2 dlls with diferent resources, and use the 2 simultaneously.

    Thanks for...
  12. Re: a simple way to define a image background of a window

    Thank you for your help
  13. a simple way to define a image background of a window

    I know that this is a simple exercise, but i can´t find the easy way to do this.
    I need to insert an in mage as a background of my Cwnd.
    The cwnd has a color background, and i want show an image...
  14. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    Thank you
  15. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    Sorry for the doble mistake. The message is :


    Debug Assertion Failed!

    Program: C:\Windows\system32\mfc140ud.dll

    File: f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\occcont.cpp

    Line:928
  16. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    Sorry for the mistake. The message is :


    Debug Assertion Failed!

    Program: C:\Windows\system32\mfc140ud.dll

    File: f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dbcore.cpp

    Line:928
  17. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    Sorry for the mistake. The file is occcont.cpp and nor dbcore.cppp
    Thanks for your help
  18. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    Debug Assertion Failed!

    Program: C:\Windows\system32\mfc140ud.dll

    File . f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\occcont.cpp

    Line:925

    But i caN´T ACCES THIS LINE
  19. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    I call AfxInitRichEdit2 in the constructor of the app. I suposse this is before calling InitInstance()
  20. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    Ok
  21. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    The message is :


    Debug Assertion Failed!

    Program: C:\Windows\system32\mfc140ud.dll

    File: f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dbcore.cpp

    Line:xxx
  22. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    is possible i need riched20W.dll for UNICODE format insert in the app?
  23. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    I think there isn´t an errror handle in the message. Or i can´t see it
  24. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    dialaux.h :



    #pragma once
    #include "globalx.h"
    #include "richtext.h"

    class CDialAux : public CDialog
    {
  25. Replies
    21
    Views
    7,802

    Re: riched20 in 64 bit app

    This are the lines in the Output window :

    f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\winfrm.cpp(1628) : AppMsg - Warning: no message line prompt for ID 0xE001.
    El subproceso 0x19bc terminó con...
Results 1 to 25 of 93
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured