Click here to Skip to main content
15,884,094 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to assign a Shortcut key for an Application ONLY in C#? Pin
Luc Pattyn5-Sep-07 0:09
sitebuilderLuc Pattyn5-Sep-07 0:09 
AnswerRe: how to assign a Shortcut key for an Application ONLY in C#? Pin
Dan Neely5-Sep-07 5:45
Dan Neely5-Sep-07 5:45 
Questiondisabling hotkeys Pin
tahir_makhdoom4-Sep-07 22:04
tahir_makhdoom4-Sep-07 22:04 
AnswerRe: disabling hotkeys Pin
Giorgi Dalakishvili4-Sep-07 22:14
mentorGiorgi Dalakishvili4-Sep-07 22:14 
GeneralRe: disabling hotkeys Pin
Vasudevan Deepak Kumar4-Sep-07 22:23
Vasudevan Deepak Kumar4-Sep-07 22:23 
AnswerRe: disabling hotkeys Pin
Sathesh Sakthivel5-Sep-07 0:02
Sathesh Sakthivel5-Sep-07 0:02 
Questioncan i use a Forum which is developed in 1.1 Framework. Pin
Kumar Arun4-Sep-07 22:02
Kumar Arun4-Sep-07 22:02 
AnswerRe: can i use a Forum which is developed in 1.1 Framework. Pin
Dave Kreskowiak5-Sep-07 5:57
mveDave Kreskowiak5-Sep-07 5:57 
Kumar Arun wrote:
I have a project developed in 2.0 Framework, can i use a Forum which is developed in 1.1 Framework.


Can you use source code from a .NET 1.1 project? Sure. Most of the .NET 2.0 BCL is backwards compatible, but there are breaking changes.

Can you use a .NET 1.1 compiled assembly in your .NET 2.0 project?? Most likely not, but only if the .NET 1.1 assembly MUST use the .NET 1.1 CLR. If this is the case, then no, you can't use the assembly because you cannot load two different versions of the .NET CLR into the same process.

If the .NET 1.1 assembly will work fine running under the .NET 2.0 CLR, then yes, you can use it.

But, like I said, there ARE breaking changes between .NET 1.1 and .NET 2.0 and above.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionstartmenu programs Pin
tahir_makhdoom4-Sep-07 21:58
tahir_makhdoom4-Sep-07 21:58 
AnswerRe: startmenu programs Pin
Giorgi Dalakishvili4-Sep-07 22:12
mentorGiorgi Dalakishvili4-Sep-07 22:12 
QuestionHow to Capture "Ctrl+Enter" Pin
jason_mf4-Sep-07 21:46
jason_mf4-Sep-07 21:46 
AnswerRe: How to Capture "Ctrl+Enter" Pin
Giorgi Dalakishvili4-Sep-07 21:49
mentorGiorgi Dalakishvili4-Sep-07 21:49 
GeneralRe: How to Capture "Ctrl+Enter" Pin
jason_mf4-Sep-07 22:15
jason_mf4-Sep-07 22:15 
GeneralRe: How to Capture "Ctrl+Enter" Pin
Giorgi Dalakishvili4-Sep-07 22:22
mentorGiorgi Dalakishvili4-Sep-07 22:22 
GeneralRe: How to Capture "Ctrl+Enter" Pin
jason_mf4-Sep-07 22:50
jason_mf4-Sep-07 22:50 
GeneralRe: How to Capture "Ctrl+Enter" Pin
Giorgi Dalakishvili4-Sep-07 22:54
mentorGiorgi Dalakishvili4-Sep-07 22:54 
GeneralRe: How to Capture "Ctrl+Enter" Pin
jason_mf4-Sep-07 23:17
jason_mf4-Sep-07 23:17 
GeneralRe: How to Capture "Ctrl+Enter" Pin
Giorgi Dalakishvili4-Sep-07 23:32
mentorGiorgi Dalakishvili4-Sep-07 23:32 
QuestionDataGridViewColumn Pin
alexby4-Sep-07 21:45
alexby4-Sep-07 21:45 
QuestionSecurity concept? Pin
User 26989674-Sep-07 21:38
User 26989674-Sep-07 21:38 
QuestionSelecting more than one day in MonthCalendar Pin
Michael Sync4-Sep-07 21:22
Michael Sync4-Sep-07 21:22 
AnswerRe: Selecting more than one day in MonthCalendar Pin
Big Daddy Farang5-Sep-07 8:30
Big Daddy Farang5-Sep-07 8:30 
GeneralRe: Selecting more than one day in MonthCalendar [modified] Pin
Michael Sync5-Sep-07 15:59
Michael Sync5-Sep-07 15:59 
Questiondisabling hotkeys Pin
tahir_makhdoom4-Sep-07 20:59
tahir_makhdoom4-Sep-07 20:59 
AnswerRe: disabling hotkeys [modified] Pin
Giorgi Dalakishvili4-Sep-07 21:08
mentorGiorgi Dalakishvili4-Sep-07 21:08 

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.