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

Search:

Type: Posts; User: PREFETCH0

Search: Search took 0.01 seconds.

  1. expandToFit & centering page content on printed page XPS API

    Hello,

    The following shows the calculation and application of shrink to fit without centering the page content on the printed page. I use a 3rd party library to create the matrix which is then...
  2. Replies
    0
    Views
    5,766

    Scrolling issue MFC

    Referencing my question @

    https://stackoverflow.com/questions/67389234/mfc-scrolling-issue

    Here is the video demonstrating the issue I am having: https://m.youtube.com/watch?v=6RHYADs-TSg

    In...
  3. Replies
    7
    Views
    1,531

    Re: bitBlt & scrolling issue

    Ok I’ll attach as images, but they were fairly large
  4. Replies
    7
    Views
    1,531

    Re: bitBlt & scrolling issue

    Well, what works is that the bitmap is displayed, but there is a scrolling issue as seen in picture.
  5. Replies
    7
    Views
    1,531

    Re: bitBlt & scrolling issue

    What text? that is part of the bitmap.
  6. Replies
    7
    Views
    1,531

    bitBlt & scrolling issue

    Hi,

    and I have 0 , 0 instead of offsetx and offsety in the bitBlt, I get the following output;

    https://forums.codeguru.com/images/ieimages/2021/03/1.png

    If I uncomment the selectObject and...
  7. Replies
    2
    Views
    998

    Open text file from embedded resource?

    I have the following complete code in c++


    void GetMapData ()
    {
    MapPair NewMap;
    string TempString;
    BOOL SkipReadLine = FALSE;

    //------
  8. Place text in a specific listview item columnheader?

    The following code produces the following picture with 1 problem; the timestamp/values do not actually update (they stay at the same time / values after the '=' stay at 0); however, I need them to...
  9. PipeClient c# to PipeServer c++ : Deserializing confusion (need help)

    C#



    MacroTempKey MTP = new MacroTempKey();
    string[] Line = new string[3];
    object[] TempKey = new object[5];

    private void button2_Click(object sender, EventArgs e)
    {
  10. PipeClient c# to PipeServer c++ : Deserializing confusion (need help)

    C#


    MacroTempKey MTP = new MacroTempKey();
    string[] Line = new string[3];
    object[] TempKey = new object[5];

    private void button2_Click(object sender, EventArgs e)
    {...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured