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

Search:

Type: Posts; User: ChayKieu

Page 1 of 3 1 2 3

Search: Search took 0.19 seconds.

  1. Replies
    1
    Views
    581

    Window text content and its size

    I'd like to programmatically reset layout for my windows that contains mainly text via a call as SetWindowText.
    I can draw only a single line of text without any types of text formats included; ...
  2. Replies
    3
    Views
    1,314

    Today I had a thought,

    While I was coding today, I suddenly had a thought.
    What if one day I grow up and you pass away, (sorry I don't intend to imply anything bad), I just thought I might never even have a chance to see...
  3. Replies
    3
    Views
    949

    Re: SDI and a popup dialog

    Thank you, problem resolved, I forgot to add an afx.... in the initinstance before the control on the dialog is used.
  4. Replies
    3
    Views
    949

    SDI and a popup dialog

    I have a dialog class defined as

    class MyDialog:public CDialogEx
    {};

    and I'd like to call up the dialog after a right mouse click on the view of a SDI application

    The menu is shown after...
  5. Replies
    2
    Views
    843

    Scrollview & redraw

    What my view displays is not redrawn once I move the thumb bar up or down past the hidden text ?
    What should I add in to make it viewable when dragging the thumb downward or rightward ?

    rc is...
  6. Replies
    12
    Views
    1,021

    Re: predicate function

    Thanks I always meet problems with more than 2

    For example,

    bool pred(T a, T b, bool c)
    {
    return c?a.x<b.y:a.x>b.y;
    }

    this is not allowed is , e.g remove_if
  7. Re: Does one have to be good at programming to design algorithms?

    Everything in computer is about math, just because a coder doesn't see it right, it doesn't mean what he is doing is not about math, he is just not smart enough to realize it IS math.
    Java and...
  8. Replies
    12
    Views
    1,021

    predicate function

    I bet there should be times you need to use a predicate not only with 2 parameters but more than that. I am now wondering how can I pass in an algorithm's function a predicate with 3 or more...
  9. Replies
    3
    Views
    803

    Basic COM learner

    Hello,

    I have a typelibrary AAA.tlb file and its compiled into AAA.tlh and AAA.tli
    Within the header file I see its defined coclass as

    struct CoClassAAA;

    put in a namespace NS_AAA.
  10. Replies
    11
    Views
    2,537

    Poll: Re: Everybody loves polls

    Bimmy just provides some reasons to duck beautifully. There are not just 4, many of them once they want to to do so. you offer one idea, they will ALWAYS be able to think up a reason to be for and...
  11. Thread: Readfile

    by ChayKieu
    Replies
    1
    Views
    636

    Readfile

    Hello, I would like to read 4 bytes of arbitrary Char-Code from i-th byte to (i+4)-th byte. Someone could help me witha tiny snip please.

    Thank you

    -chad cljister
  12. Replies
    2,341
    Views
    2,854,000

    Sticky: Re: CG members photo album

    Have I ever passed dgliena's house or ever come close to it before ?

    I am now looking for where he might be living in area
  13. Replies
    9
    Views
    1,626

    Re: Hiding a file after download

    You can do it manually with hands, can't you ?
  14. Replies
    7
    Views
    4,381

    Re: New to Programming

    All forums are for newbs :D

    749 ? ok tonight I go with this number :D
  15. Replies
    3
    Views
    891

    Re: How to read registry

    Actually you don;'t need tolook at it, it's ugly and Iam shameful
    I think you can just let me know how Search Functiondone for aparticular key/subley inthe regedit.exe is do.
    Somesoftware do a...
  16. Replies
    3
    Views
    891

    How to read registry

    I thought I will post this as a feedback in Miskter/Doctor Mark Russinovic's previousforum but I always geterro to setup an account :(

    I write an algorithm to read a subkey to subkey but it is so...
  17. Replies
    2,373
    Views
    1,493,495

    Re: The Boring Thread

    3. a brother brought a sister to court because she violated his song copyright.
    the case lasted 2 years to finalise and no one ever knows they were sister and brother, even the FBI.
    You know the...
  18. Replies
    6
    Views
    1,402

    Re: what is the difference?

    Why you learn difficult things ? Define me what is a server please... mihhee :D
    What server is usually used with what server ? :D
  19. Replies
    2,373
    Views
    1,493,495

    Re: The Boring Thread

    They are pretending to sue each other

    :D
  20. Replies
    1
    Views
    1,145

    Application run

    Simple very very simple, I am new to OS issues, please help, thank you
    What is done by the OS in order when I click an exe file ?
  21. Replies
    2
    Views
    843

    Re: Create an image in the menu

    Bump! Bump! Bump! By a bumper in a bumping forum!!!!
  22. Replies
    2
    Views
    843

    Create an image in the menu

    I 'd like an image in the tray menu item/
    Can someone offer a link to a ownerdrawn or ways to do this simple task

    Plese help me.

    Thank you
  23. Thread: Tran s parent

    by ChayKieu
    Replies
    2
    Views
    1,179

    Tran s parent

    I have a little problem with tiny images created for a web page.
    I use Photoshop to create and save them in png format
    I include them in the websource and fine! to see them all transparent in all...
  24. Replies
    2,690
    Views
    1,012,839

    Re: What Song Are You Listening To Now¿

    Say it straight that you have just open a new spa resort area somewhere in the country, keeping using somewhere else to tell about my place is not practical at all! So much money you do have and can...
  25. Replies
    0
    Views
    519

    avi wma mov ... file

    I'd have movie files, I 'd like to put some text into the frames so when they are played the text is still sure there!
    I'd like to program this not use any tools to do this, if there is a library...
Results 1 to 25 of 51
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured