PC Review


Reply
Thread Tools Rate Thread

code for creating notepad in vc++

 
 
Maheshwari
Guest
Posts: n/a
 
      19th Sep 2008
i am new to vc.i need Source code for creating notepad in vc++.
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      19th Sep 2008

"Maheshwari" <(E-Mail Removed)> wrote in message
news:e4d64a57-6c21-4404-903e-(E-Mail Removed)...
> i am new to vc.i need Source code for creating notepad in vc++.


Why not post the question in a VC++ newsgroup?


 
Reply With Quote
 
Tom Porterfield
Guest
Posts: n/a
 
      19th Sep 2008
Maheshwari wrote:
> i am new to vc.i need Source code for creating notepad in vc++.


It is essentially nothing more than a text control with the multi-line
property set to true. The opening and saving are nothing more than
simple IO calls to read the contents of a file and set into the text of
the control, or read the text from the control and write to a file.

What version of VC++ are you using? Most versions include a sample
program that is very notepad like.
--
Tom Porterfield
 
Reply With Quote
 
CaptAmerica
Guest
Posts: n/a
 
      20th Sep 2008
On Fri, 19 Sep 2008 02:47:33 -0700 (PDT), Maheshwari
<(E-Mail Removed)> wrote:

> i am new to vc.i need Source code for creating notepad in vc++.


Then ask in a group for Visual C++. Notice this group is not for that
language.

Ask elsewhere

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating A Reg File In Notepad WMB Windows XP Help 5 30th Apr 2009 01:04 AM
Creating bootable CD's using the BCD method - notepad regedit not working. JS Windows XP Embedded 1 26th Aug 2006 10:19 PM
creating a log file in Notepad =?Utf-8?B?Q2hpcA==?= Windows XP General 2 22nd Feb 2005 09:33 PM
Creating a DotNetNuke Module using notepad - For absolute beginners! Michael Washington Microsoft Dot NET 0 12th Oct 2004 02:57 PM
XP bug in Notepad when creating a hyperlink in Excel 2002 Gerry Grimm Microsoft Excel Crashes 0 15th Jun 2004 10:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:55 PM.