Click here to Skip to main content
16,007,687 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Project config out of date? Pin
James T. Johnson21-May-02 6:27
James T. Johnson21-May-02 6:27 
GeneralRe: Project config out of date? Pin
Lunchy21-May-02 7:37
Lunchy21-May-02 7:37 
GeneralCustom Serialization Pin
Gluber17-May-02 9:58
Gluber17-May-02 9:58 
GeneralRe: Custom Serialization Pin
James T. Johnson17-May-02 16:09
James T. Johnson17-May-02 16:09 
GeneralRe: Custom Serialization Pin
Gluber18-May-02 2:56
Gluber18-May-02 2:56 
GeneralRe: Custom Serialization Pin
James T. Johnson21-May-02 6:06
James T. Johnson21-May-02 6:06 
GeneralRe: Custom Serialization Pin
Neil Van Note21-May-02 19:21
Neil Van Note21-May-02 19:21 
QuestionPaste as plain text in VC7? Pin
Todd Smith16-May-02 12:21
Todd Smith16-May-02 12:21 
If you copy some code from a web page and try to paste it into an .aspx file in VC7 it usually inserts a bunch of bogus html tags. Is there a way to paste as plain text without the html tags?


<%@ Import Namespace="System.IO" %>

<SCRIPT LANGUAGE="C#"
RUNAT="SERVER">



should be


<%@ Import Namespace="System.IO" %>

</p>

If it's not built in, is there a way to do it via macro?

grrr

P.S. what tags do I use to prevent CP from eating characters such as > < &lt; etc.?


AnswerRe: Paste as plain text in VC7? Pin
Andres Manggini16-May-02 14:26
Andres Manggini16-May-02 14:26 
GeneralRe: Paste as plain text in VC7? Pin
Todd Smith16-May-02 14:42
Todd Smith16-May-02 14:42 
AnswerRe: Paste as plain text in VC7? Pin
James T. Johnson17-May-02 1:16
James T. Johnson17-May-02 1:16 
GeneralRe: Paste as plain text in VC7? Pin
Todd Smith20-May-02 10:50
Todd Smith20-May-02 10:50 
QuestionWhat is the min OS I can install .Net on? Pin
Srini Kella15-May-02 7:38
Srini Kella15-May-02 7:38 
AnswerRe: What is the min OS I can install .Net on? Pin
Mazdak15-May-02 8:14
Mazdak15-May-02 8:14 
AnswerRe: What is the min OS I can install .Net on? Pin
James T. Johnson15-May-02 8:17
James T. Johnson15-May-02 8:17 
GeneralRe: What is the min OS I can install .Net on? Pin
Kevin McFarlane27-May-02 9:55
Kevin McFarlane27-May-02 9:55 
QuestionWhat is your %PATH% after installing .NET? Pin
Todd Smith13-May-02 18:42
Todd Smith13-May-02 18:42 
AnswerRe: What is your %PATH% after installing .NET? Pin
James T. Johnson13-May-02 18:41
James T. Johnson13-May-02 18:41 
General.NET via C++ COM Pin
rkiesler13-May-02 8:44
rkiesler13-May-02 8:44 
GeneralRe: .NET via C++ COM Pin
Rama Krishna Vavilala16-May-02 14:49
Rama Krishna Vavilala16-May-02 14:49 
GeneralRe: .NET via C++ COM Pin
rkiesler17-May-02 3:19
rkiesler17-May-02 3:19 
GeneralRe: .NET via C++ COM Pin
Rama Krishna Vavilala17-May-02 3:46
Rama Krishna Vavilala17-May-02 3:46 
GeneralRe: .NET via C++ COM Pin
rkiesler17-May-02 3:55
rkiesler17-May-02 3:55 
GeneralRe: .NET via C++ COM Pin
Rama Krishna Vavilala17-May-02 4:02
Rama Krishna Vavilala17-May-02 4:02 
GeneralRe: .NET via C++ COM Pin
rkiesler17-May-02 6:01
rkiesler17-May-02 6:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.