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

.NET (Core and Framework)

 
QuestionRepaint a application [modified] Pin
Resolver181-Jun-06 19:11
Resolver181-Jun-06 19:11 
AnswerRe: Repaint a application [modified] Pin
Stephan Samuel2-Jun-06 6:00
Stephan Samuel2-Jun-06 6:00 
GeneralRe: Repaint a application [modified] Pin
Guffa2-Jun-06 6:32
Guffa2-Jun-06 6:32 
NewsRe: Repaint a application [modified] Pin
Resolver184-Jun-06 20:37
Resolver184-Jun-06 20:37 
QuestionProject location is not fully trusted Pin
hemrk1-Jun-06 6:01
hemrk1-Jun-06 6:01 
AnswerRe: Project location is not fully trusted Pin
Ed.Poore2-Jun-06 6:17
Ed.Poore2-Jun-06 6:17 
QuestionIdentifing unmanaged code [modified] Pin
Praveen_S1-Jun-06 3:24
Praveen_S1-Jun-06 3:24 
AnswerRe: Identifing unmanaged code [modified] Pin
Stephan Samuel1-Jun-06 6:59
Stephan Samuel1-Jun-06 6:59 
If you're using unmanaged (unsafe) code directly in your application, you need to mark it unsafe or it won't compile. The runtime will know because you marked it. Google "unsafe code tutorial" for more help.

If you're using an unmanaged assembly (e.g. -- COM), the wrapper will deal with the unmanaged code, but you need to make sure you clean up any resources in your disposal method. Any proper tutorial on how to correctly implement the Dispose method in your classes should tell you where to put the code for disposing of unmanaged resources.


Stephan



QuestionCustom Controls Problem Pin
arorakapik1-Jun-06 2:58
arorakapik1-Jun-06 2:58 
AnswerRe: Custom Controls Problem Pin
Ed.Poore2-Jun-06 13:56
Ed.Poore2-Jun-06 13:56 
QuestionIs there any application block for personalization for winforms of .net framework 1.1 ? Pin
Kent Liu31-May-06 23:41
professionalKent Liu31-May-06 23:41 
AnswerRe: Is there any application block for personalization for winforms of .net framework 1.1 ? Pin
Ed.Poore2-Jun-06 14:00
Ed.Poore2-Jun-06 14:00 
Questionarchitecture/design of the component 'System.Web.Mail' Pin
Ashuu31-May-06 23:28
Ashuu31-May-06 23:28 
AnswerRe: architecture/design of the component 'System.Web.Mail' Pin
Ed.Poore2-Jun-06 14:05
Ed.Poore2-Jun-06 14:05 
QuestionUsing C# DLL on another mechine Pin
Sanjeet Sachan31-May-06 22:16
Sanjeet Sachan31-May-06 22:16 
AnswerRe: Using C# DLL on another mechine Pin
Stephan Samuel1-Jun-06 6:51
Stephan Samuel1-Jun-06 6:51 
GeneralRe: Using C# DLL on another mechine Pin
Ed.Poore2-Jun-06 14:01
Ed.Poore2-Jun-06 14:01 
QuestionIs there a way to change the original value in the DataRow? Pin
NewSilence31-May-06 21:17
NewSilence31-May-06 21:17 
AnswerRe: Is there a way to change the original value in the DataRow? Pin
ApurvaShah1-Jun-06 11:47
ApurvaShah1-Jun-06 11:47 
QuestionJavascript Scripting Engine for application framework? Pin
copper000231-May-06 3:05
copper000231-May-06 3:05 
AnswerRe: Javascript Scripting Engine for application framework? Pin
Dustin Metzgar31-May-06 3:57
Dustin Metzgar31-May-06 3:57 
QuestionHow to call Visual Studio Command Prompt in VB.NET Pin
asifhameed131-May-06 2:13
asifhameed131-May-06 2:13 
AnswerRe: How to call Visual Studio Command Prompt in VB.NET Pin
Craig Gilchrist31-May-06 2:32
Craig Gilchrist31-May-06 2:32 
GeneralRe: How to call Visual Studio Command Prompt in VB.NET Pin
asifhameed131-May-06 3:40
asifhameed131-May-06 3:40 
GeneralRe: How to call Visual Studio Command Prompt in VB.NET Pin
Craig Gilchrist31-May-06 3:47
Craig Gilchrist31-May-06 3:47 

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.