Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is Shell Protection and how to Protect My EXE ? Pin
Judah Gabriel Himango26-May-06 9:51
sponsorJudah Gabriel Himango26-May-06 9:51 
GeneralRe: what is Shell Protection and how to Protect My EXE ? Pin
hdv21226-May-06 13:01
hdv21226-May-06 13:01 
GeneralRe: what is Shell Protection and how to Protect My EXE ? Pin
Judah Gabriel Himango27-May-06 10:41
sponsorJudah Gabriel Himango27-May-06 10:41 
QuestionConnection String Pin
zaboboa26-May-06 7:44
zaboboa26-May-06 7:44 
AnswerRe: Connection String Pin
Dustin Metzgar26-May-06 8:17
Dustin Metzgar26-May-06 8:17 
GeneralRe: Connection String Pin
zaboboa26-May-06 9:09
zaboboa26-May-06 9:09 
Questionprogram crashes after GC works Pin
asbasir26-May-06 6:11
asbasir26-May-06 6:11 
AnswerRe: program crashes after GC works Pin
Dan Neely26-May-06 8:00
Dan Neely26-May-06 8:00 
are you creating buffers, etc that are passed to the unmanaged code on the managed end? IF so, you need to decalre them as fixed so they don't get moved by the GC. If that happens the unmanaged code will try accessing a bad memory address and get an acess violation.
GeneralRe: program crashes after GC works Pin
asbasir26-May-06 21:57
asbasir26-May-06 21:57 
AnswerRe: program crashes after GC works Pin
leppie27-May-06 4:42
leppie27-May-06 4:42 
Questioncheck if a function is running Pin
donkaiser26-May-06 6:03
donkaiser26-May-06 6:03 
AnswerRe: check if a function is running Pin
Guffa26-May-06 6:40
Guffa26-May-06 6:40 
QuestionDCOM server in C# Pin
shezh26-May-06 5:36
shezh26-May-06 5:36 
QuestionDrawing a rounded rectangle Pin
Ista26-May-06 5:16
Ista26-May-06 5:16 
AnswerRe: Drawing a rounded rectangle Pin
J4amieC26-May-06 5:26
J4amieC26-May-06 5:26 
GeneralRe: Drawing a rounded rectangle [modified] Pin
Ista26-May-06 5:43
Ista26-May-06 5:43 
Questionhowto handle password fields when inserting to msaccess? Pin
cmpeng3426-May-06 4:54
cmpeng3426-May-06 4:54 
AnswerRe: howto handle password fields when inserting to msaccess? Pin
albCode26-May-06 5:37
albCode26-May-06 5:37 
QuestionAccessing the (Default) key in the registry? Pin
LongRange.Shooter26-May-06 4:12
LongRange.Shooter26-May-06 4:12 
Questionwait time Pin
donkaiser26-May-06 3:19
donkaiser26-May-06 3:19 
AnswerRe: wait time Pin
J4amieC26-May-06 3:40
J4amieC26-May-06 3:40 
GeneralRe: wait time Pin
donkaiser26-May-06 4:11
donkaiser26-May-06 4:11 
GeneralRe: wait time Pin
Wjousts26-May-06 4:19
Wjousts26-May-06 4:19 
AnswerRe: wait time Pin
stancrm28-May-06 20:49
stancrm28-May-06 20:49 
Questionhowto insert textbox.text into access ? Pin
cmpeng3426-May-06 3:10
cmpeng3426-May-06 3:10 

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.