Click here to Skip to main content
15,893,266 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Need help with forms Pin
Christian Graus24-Mar-07 13:19
protectorChristian Graus24-Mar-07 13:19 
Question.NET-BroadcastEventWindow - No Disk Pin
gmarian23-Mar-07 19:32
gmarian23-Mar-07 19:32 
AnswerRe: .NET-BroadcastEventWindow - No Disk Pin
Luc Pattyn24-Mar-07 2:20
sitebuilderLuc Pattyn24-Mar-07 2:20 
GeneralRe: .NET-BroadcastEventWindow - No Disk Pin
gmarian24-Mar-07 3:07
gmarian24-Mar-07 3:07 
Question.NET cannot find mfc42.lib?? Pin
Wheatbread22-Mar-07 11:35
Wheatbread22-Mar-07 11:35 
AnswerRe: .NET cannot find mfc42.lib?? Pin
Wheatbread22-Mar-07 12:54
Wheatbread22-Mar-07 12:54 
QuestionPorting VS60 projects to .NET 2003 Pin
Wheatbread22-Mar-07 10:07
Wheatbread22-Mar-07 10:07 
AnswerRe: Porting VS60 projects to .NET 2003 Pin
Christian Graus22-Mar-07 10:21
protectorChristian Graus22-Mar-07 10:21 
This question has nothing to do with .NET, it's a C++ question.

Wheatbread wrote:
Does .NET use CString or only CStringT? Anyway to have it accept CString or do we need to go and do a global replace
for CString w/ CStringT?


You may need a different #include. A #define would change the definition globally if this is what's needed.


Wheatbread wrote:
Any ideas on this or other porting issues we may run into would be
appreciated. Thanks.


If you've ever written any code that expects to reuse a variable declared inside a for loop ( as in for(int i =0;... ), this will need to be changed, because VC2002 onwards corrects this error in VC6, with regard to standard C++.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: Porting VS60 projects to .NET 2003 Pin
Wheatbread22-Mar-07 10:27
Wheatbread22-Mar-07 10:27 
GeneralRe: Porting VS60 projects to .NET 2003 Pin
Dave Kreskowiak22-Mar-07 15:53
mveDave Kreskowiak22-Mar-07 15:53 
GeneralRe: Porting VS60 projects to .NET 2003 Pin
Kevin McFarlane25-Mar-07 3:00
Kevin McFarlane25-Mar-07 3:00 
AnswerRe: Porting VS60 projects to .NET 2003 Pin
Kevin McFarlane25-Mar-07 3:04
Kevin McFarlane25-Mar-07 3:04 
Questionhow to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
anumadhu21-Mar-07 21:31
anumadhu21-Mar-07 21:31 
AnswerRe: how to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
Adadurov22-Mar-07 5:57
Adadurov22-Mar-07 5:57 
AnswerRe: how to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
Dave Kreskowiak22-Mar-07 6:50
mveDave Kreskowiak22-Mar-07 6:50 
QuestionFrames in HTML Pin
R.S Reddy21-Mar-07 18:48
R.S Reddy21-Mar-07 18:48 
AnswerRe: Frames in HTML Pin
KaineDunno21-Mar-07 22:01
KaineDunno21-Mar-07 22:01 
GeneralRe: Frames in HTML Pin
R.S Reddy21-Mar-07 22:30
R.S Reddy21-Mar-07 22:30 
QuestionPropertyGrid and Image Pin
Alan Seedhouse21-Mar-07 1:34
professionalAlan Seedhouse21-Mar-07 1:34 
Question.NET Logging & Exception Handling Guidelines Pin
K.P.Kannan21-Mar-07 1:24
K.P.Kannan21-Mar-07 1:24 
AnswerRe: .NET Logging & Exception Handling Guidelines Pin
Dave Kreskowiak21-Mar-07 3:32
mveDave Kreskowiak21-Mar-07 3:32 
GeneralTHEORY! Portable .net apps Pin
joejoeiscool20-Mar-07 21:28
joejoeiscool20-Mar-07 21:28 
GeneralRe: THEORY! Portable .net apps Pin
Adadurov21-Mar-07 1:42
Adadurov21-Mar-07 1:42 
QuestionGridview template column for password Pin
DarkByte.PoD20-Mar-07 6:53
DarkByte.PoD20-Mar-07 6:53 
AnswerRe: Gridview template column for password Pin
Dave Kreskowiak20-Mar-07 16:31
mveDave Kreskowiak20-Mar-07 16:31 

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.