Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: SQLClient has cross object code? Pin
Colin Angus Mackay4-Sep-06 1:06
Colin Angus Mackay4-Sep-06 1:06 
GeneralRe: SQLClient has cross object code? Pin
Jonathan van de Veen4-Sep-06 1:31
Jonathan van de Veen4-Sep-06 1:31 
GeneralRe: SQLClient has cross object code? Pin
Nader Elshehabi4-Sep-06 1:50
Nader Elshehabi4-Sep-06 1:50 
GeneralRe: SQLClient has cross object code? Pin
Jonathan van de Veen4-Sep-06 1:56
Jonathan van de Veen4-Sep-06 1:56 
JokeRe: SQLClient has cross object code? Pin
Nader Elshehabi4-Sep-06 5:22
Nader Elshehabi4-Sep-06 5:22 
JokeRe: SQLClient has cross object code? Pin
Jonathan van de Veen4-Sep-06 21:56
Jonathan van de Veen4-Sep-06 21:56 
QuestionSet Focus In MessageBox Popup Pin
ytubis4-Sep-06 0:05
ytubis4-Sep-06 0:05 
AnswerRe: Set Focus In MessageBox Popup Pin
Jonathan van de Veen4-Sep-06 0:54
Jonathan van de Veen4-Sep-06 0:54 
GeneralRe: Set Focus In MessageBox Popup Pin
ytubis4-Sep-06 1:10
ytubis4-Sep-06 1:10 
GeneralRe: Set Focus In MessageBox Popup Pin
S. Senthil Kumar4-Sep-06 1:21
S. Senthil Kumar4-Sep-06 1:21 
QuestionDiv Mod SQL Pin
TAREQ F ABUZUHRI3-Sep-06 22:03
TAREQ F ABUZUHRI3-Sep-06 22:03 
AnswerRe: Div Mod SQL Pin
mikone3-Sep-06 22:42
mikone3-Sep-06 22:42 
AnswerRe: Div Mod SQL Pin
John Petersen3-Sep-06 23:07
John Petersen3-Sep-06 23:07 
QuestionWindows service Pin
scharnier3-Sep-06 21:39
scharnier3-Sep-06 21:39 
AnswerRe: Windows service Pin
Jonathan van de Veen4-Sep-06 1:29
Jonathan van de Veen4-Sep-06 1:29 
AnswerRe: Windows service Pin
mav.northwind4-Sep-06 3:55
mav.northwind4-Sep-06 3:55 
AnswerRe: Windows service Pin
scharnier4-Sep-06 21:02
scharnier4-Sep-06 21:02 
QuestionPointers in C# Pin
mikone3-Sep-06 21:35
mikone3-Sep-06 21:35 
AnswerRe: Pointers in C# Pin
Guffa3-Sep-06 22:01
Guffa3-Sep-06 22:01 
GeneralRe: Pointers in C# Pin
mikone3-Sep-06 22:25
mikone3-Sep-06 22:25 
AnswerRe: Pointers in C# Pin
Guffa4-Sep-06 19:09
Guffa4-Sep-06 19:09 
Then you have to rethink the entire problem. You can't use pointers in that way in a platform that uses a garbage collected heap. You would have to pin the object that you are pointing into at the current memory location, which will badly cripple the whole garbage collecting process as long as it is pinned.


---
b { font-weight: normal; }

Questionhow to add txt box data to Janus GridEx ?? Pin
sikandarhayat3-Sep-06 21:14
sikandarhayat3-Sep-06 21:14 
AnswerRe: how to add txt box data to Janus GridEx ?? Pin
WillemM4-Sep-06 0:49
WillemM4-Sep-06 0:49 
QuestionAbout Unicode character [modified] Pin
mariodai3653-Sep-06 21:08
mariodai3653-Sep-06 21:08 
AnswerRe: About Unicode character Pin
Guffa3-Sep-06 22:05
Guffa3-Sep-06 22:05 

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.