Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sending Mails Pin
nitin_ion4-Mar-07 17:05
nitin_ion4-Mar-07 17:05 
QuestionImplement a class Pin
ravhnt4-Mar-07 13:31
ravhnt4-Mar-07 13:31 
AnswerRe: Implement a class Pin
Guffa4-Mar-07 15:42
Guffa4-Mar-07 15:42 
AnswerRe: Implement a class Pin
manni_n5-Mar-07 3:51
manni_n5-Mar-07 3:51 
AnswerRe: Implement a class Pin
Carmine_XX7-Mar-07 4:55
Carmine_XX7-Mar-07 4:55 
Questioncan't see ODBC datasource Pin
cstrader2324-Mar-07 10:41
cstrader2324-Mar-07 10:41 
QuestionIntPtr Pin
MikeMarq4-Mar-07 7:54
MikeMarq4-Mar-07 7:54 
AnswerRe: IntPtr Pin
Guffa4-Mar-07 8:38
Guffa4-Mar-07 8:38 
The IntPtr structure is used to handle pointer values in managed code. If you want to set the value of an IntPtr, you have to use the & operator to get a pointer value, but that can only be done in code marked as unsafe.

For regular managed code .NET uses references instead of pointers. They are exactly as fast as pointers, as the final compiled code uses them exactly as pointers.

---
single minded; short sighted; long gone;

GeneralRe: IntPtr Pin
MikeMarq5-Mar-07 5:51
MikeMarq5-Mar-07 5:51 
AnswerRe: IntPtr Pin
Vasudevan Deepak Kumar4-Mar-07 17:04
Vasudevan Deepak Kumar4-Mar-07 17:04 
Questionpreview Pin
amaneet4-Mar-07 3:27
amaneet4-Mar-07 3:27 
AnswerRe: preview Pin
Vasudevan Deepak Kumar4-Mar-07 17:04
Vasudevan Deepak Kumar4-Mar-07 17:04 
Questionlandascare and ........... Pin
amaneet4-Mar-07 3:21
amaneet4-Mar-07 3:21 
AnswerRe: landascare and ........... Pin
Vasudevan Deepak Kumar4-Mar-07 17:06
Vasudevan Deepak Kumar4-Mar-07 17:06 
QuestionFile. ! Pin
KOKEMO4-Mar-07 3:04
KOKEMO4-Mar-07 3:04 
AnswerRe: File. ! Pin
Dave Kreskowiak4-Mar-07 3:44
mveDave Kreskowiak4-Mar-07 3:44 
Questionchecking programically Pin
amaneet4-Mar-07 2:54
amaneet4-Mar-07 2:54 
AnswerRe: checking programically Pin
JUNEYT4-Mar-07 4:41
JUNEYT4-Mar-07 4:41 
AnswerRe: checking programically Pin
Vasudevan Deepak Kumar4-Mar-07 17:10
Vasudevan Deepak Kumar4-Mar-07 17:10 
Questiondate format Pin
amaneet4-Mar-07 2:43
amaneet4-Mar-07 2:43 
AnswerRe: date format Pin
Dave Kreskowiak4-Mar-07 3:38
mveDave Kreskowiak4-Mar-07 3:38 
AnswerRe: date format Pin
haggenx5-Mar-07 12:26
haggenx5-Mar-07 12:26 
Questiondifference between Pin
amaneet4-Mar-07 2:36
amaneet4-Mar-07 2:36 
AnswerRe: difference between Pin
Dave Kreskowiak4-Mar-07 3:37
mveDave Kreskowiak4-Mar-07 3:37 
Questionautomatic shutdown of computer Pin
Member 38161214-Mar-07 2:10
Member 38161214-Mar-07 2: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.