Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: MVC custom control Pin
Christian Graus28-Apr-07 21:38
protectorChristian Graus28-Apr-07 21:38 
GeneralRe: MVC custom control Pin
alex.barylski29-Apr-07 7:41
alex.barylski29-Apr-07 7:41 
GeneralRe: MVC custom control Pin
Christian Graus29-Apr-07 11:02
protectorChristian Graus29-Apr-07 11:02 
Questionoverlaying image on a video file Pin
enamulhoque28-Apr-07 19:27
enamulhoque28-Apr-07 19:27 
AnswerRe: overlaying image on a video file Pin
Christian Graus28-Apr-07 21:39
protectorChristian Graus28-Apr-07 21:39 
GeneralRe: overlaying image on a video file Pin
enamulhoque29-Apr-07 4:27
enamulhoque29-Apr-07 4:27 
GeneralRe: overlaying image on a video file Pin
Christian Graus29-Apr-07 10:51
protectorChristian Graus29-Apr-07 10:51 
QuestionUnsafe code Pin
xibeifeijian28-Apr-07 15:54
xibeifeijian28-Apr-07 15:54 
Just look this test method:

public unsafe void Test()
{
int x=23;
int* px=&x;
*px+=1;
Console.Write(*px);
}

I want to know when will x and px distory? D'Oh! | :doh:
thanks!




Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^)
Sniff | :^) Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] ▒▒〓▒〓▒▒
Sniff | :^) Rose | [Rose] Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) ▒〓〓〓〓〓▒
Sniff | :^) Rose | [Rose] Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) ▒▒〓▒〓▒▒
Sniff | :^) Rose | [Rose] Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) ▒〓〓〓〓〓▒
Sniff | :^) Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] ▒▒〓▒〓▒▒
Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^) Sniff | :^)

AnswerRe: Unsafe code Pin
Christian Graus28-Apr-07 16:50
protectorChristian Graus28-Apr-07 16:50 
GeneralRe: Unsafe code Pin
xibeifeijian28-Apr-07 17:12
xibeifeijian28-Apr-07 17:12 
GeneralRe: Unsafe code Pin
Arun.Immanuel28-Apr-07 17:14
Arun.Immanuel28-Apr-07 17:14 
GeneralRe: Unsafe code Pin
Christian Graus28-Apr-07 17:44
protectorChristian Graus28-Apr-07 17:44 
GeneralRe: Unsafe code Pin
Arun.Immanuel28-Apr-07 17:48
Arun.Immanuel28-Apr-07 17:48 
AnswerRe: Unsafe code Pin
Luc Pattyn28-Apr-07 22:38
sitebuilderLuc Pattyn28-Apr-07 22:38 
GeneralRe: Unsafe code Pin
Christian Graus29-Apr-07 0:39
protectorChristian Graus29-Apr-07 0:39 
AnswerRe: Unsafe code Pin
Guffa29-Apr-07 1:10
Guffa29-Apr-07 1:10 
QuestionSyntax highlighting textbox Pin
Adobe200728-Apr-07 15:33
Adobe200728-Apr-07 15:33 
AnswerRe: Syntax highlighting textbox Pin
Dave Kreskowiak28-Apr-07 15:41
mveDave Kreskowiak28-Apr-07 15:41 
GeneralRe: Syntax highlighting textbox Pin
Adobe200728-Apr-07 16:16
Adobe200728-Apr-07 16:16 
GeneralRe: Syntax highlighting textbox Pin
Dave Kreskowiak28-Apr-07 17:07
mveDave Kreskowiak28-Apr-07 17:07 
AnswerRe: Syntax highlighting textbox Pin
Patrick Etc.28-Apr-07 17:40
Patrick Etc.28-Apr-07 17:40 
QuestionHow do I open a file? Pin
c.bartsch28-Apr-07 11:34
c.bartsch28-Apr-07 11:34 
AnswerRe: How do I open a file? Pin
MoustafaS28-Apr-07 12:15
MoustafaS28-Apr-07 12:15 
AnswerRe: How do I open a file? Pin
Dave Kreskowiak28-Apr-07 12:55
mveDave Kreskowiak28-Apr-07 12:55 
GeneralRe: How do I open a file? Pin
c.bartsch28-Apr-07 22:35
c.bartsch28-Apr-07 22:35 

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.