November 27th, 2012 08:03 AM
September 22nd, 2012 10:18 PM
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...
September 22nd, 2012 11:45 AM
altered the question in short form...
September 22nd, 2012 11:20 AM
there is no cstring object.. input is LPCTSTR and output is LPCTSTR.
September 22nd, 2012 08:40 AM
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 ...
September 22nd, 2012 05:16 AM
Hi!
the output of the password text file contains like this:
username
776655443322 (password encoded)
How to write the value in last line...
August 29th, 2012 04:25 AM
Yes, I solved it my self. Thanks
August 28th, 2012 11:17 PM
How to remove this string in RichEditControl?
The whole string i receive is: [kHiWorld
Need to remove part of the string: [k
finally i need to show on RichEditControl: HiWorld
Please...
August 23rd, 2012 10:48 PM
It's all right! No issues Skizmo.
August 23rd, 2012 10:23 AM
Is it possible to add the video capture file or word document for steps to generate sequential diagram using VC++(MFC) unmanaged code.
August 23rd, 2012 09:36 AM
If i check in Spy++. It is showing the class of the window: TermClass.
August 23rd, 2012 07:56 AM
How Hyper Terminal is implemented ? which control is used ? or is it a CView ?
August 23rd, 2012 07:32 AM
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...
August 23rd, 2012 03:38 AM
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...
August 23rd, 2012 01:35 AM
Hi! All,
Does anybody know how to set same pixel size for each character ?
Please do the needful..
Thanks in advance..
August 22nd, 2012 11:01 PM
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...
August 21st, 2012 05:52 AM
Hi All!
How to enter spaces or empty characters in RichEditControl ?
August 19th, 2012 07:18 AM
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.
August 19th, 2012 07:02 AM
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...
August 19th, 2012 02:36 AM
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...
August 19th, 2012 12:20 AM
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...