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

Search:

Type: Posts; User: mr.sam1024

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. change the frame window size according to font size increases.

    hello all!
  2. Replies
    2
    Views
    1,849

    Read and write the values into file

    Hi!

    Please correct the below code:
    file already contains entries : 1st row username; 2nd row password.
    check status required to write at third line and need to read or alter the check status...
  3. Replies
    3
    Views
    1,523

    Re: Read and write the values of file

    altered the question in short form...
  4. Re: Convertinng Ascii to CString not working in VC6.0, working fine VS2008

    there is no cstring object.. input is LPCTSTR and output is LPCTSTR.
  5. Convertinng Ascii to CString not working in VC6.0, working fine VS2008

    Hi!

    The below code is working fine in VS2008 and not working in VC6.0 (taking garbage values)
    this code is for converting hex values to string.

    sending Input string is : 727332333263 ...
  6. Replies
    3
    Views
    1,523

    Read and write the values of file

    Hi!

    the output of the password text file contains like this:

    username
    776655443322 (password encoded)


    How to write the value in last line...
  7. Re: How to remove this string in RichEditControl?

    Yes, I solved it my self. Thanks
  8. How to remove this string in RichEditControl?

    How to remove this string in RichEditControl?

    The whole string i receive is: HiWorld
    Need to remove part of the string: 
    finally i need to show on RichEditControl: HiWorld


    Please...
  9. Replies
    5
    Views
    3,382

    Re: Sequential Diagram using VC++(MFC)

    It's all right! No issues Skizmo.
  10. Replies
    5
    Views
    3,382

    Re: Sequential Diagram using VC++(MFC)

    Is it possible to add the video capture file or word document for steps to generate sequential diagram using VC++(MFC) unmanaged code.
  11. Replies
    13
    Views
    5,197

    Re: Set same Pixel size for each character

    If i check in Spy++. It is showing the class of the window: TermClass.
  12. Replies
    13
    Views
    5,197

    Re: Set same Pixel size for each character

    How Hyper Terminal is implemented ? which control is used ? or is it a CView ?
  13. Replies
    13
    Views
    5,197

    Re: Set same Pixel size for each character

    GCDEF,
    can you tell me what are the other appropriate ways to do ?

    I'm implementing terminal (lly like Hyper Terminal) So that i choosen RichEdit Control and Need to implement VT-100 Emulation...
  14. Replies
    13
    Views
    5,197

    Re: How to set same pixel size for each character ?

    Yes, Monospaced font have fixed-wdith, but other fonts like "Terminal" "MS Gothic" "Times New Roman" Each character (A - Z , a -Z , 0 - 9) have occupy different size (in pixels). So that can we do it...
  15. Replies
    13
    Views
    5,197

    How to set same pixel size for each character ?

    Hi! All,


    Does anybody know how to set same pixel size for each character ?

    Please do the needful..

    Thanks in advance..
  16. Replies
    5
    Views
    3,382

    Sequential Diagram using VC++(MFC)

    Hi!

    Please suggest which tool can generate sequential diagram using vc++ (MFC) unmanaged code?

    Is Enterprise Architect will support it ? If it supports please add the video capture file or word...
  17. Replies
    10
    Views
    5,771

    How to enter spaces in RichEditControl ?

    Hi All!

    How to enter spaces or empty characters in RichEditControl ?
  18. Replies
    10
    Views
    5,944

    Re: 23h,10 stackoverflow

    write 23H,10 in notepad and copy it. and then paste on richedit control. then cursor has to go 23rd row and 10 column.

    I hope this information is clear to you.
  19. Replies
    10
    Views
    5,944

    Re: 23h,10 stackoverflow

    I Specified the code, that is here.. 23H,10. It means that 23rd row and 10column. So when i paste this code on richedit control.. cursor has to go directly to the 23rd row and 10 column location. And...
  20. Replies
    10
    Views
    5,944

    Move Cursor position in RichEdit Control

    Hi All!!

    I'm Working on RichEdit Control, so when i paste the below code, cursor has to go directly to that location and write some text in rich edit control. So please suggest, and provide some...
  21. Replies
    10
    Views
    5,944

    23h,10 stackoverflow

    I'm Working on RichEdit Control, so when i paste the below code, cursor has to go directly to that location and write some text in rich edit control. So please suggest, i will proud if send some...
Results 1 to 21 of 32
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured