Click here to Skip to main content
15,881,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: web site needs certificate Pin
leppie22-Jul-08 5:29
leppie22-Jul-08 5:29 
GeneralRe: web site needs certificate Pin
George_George27-Jul-08 1:31
George_George27-Jul-08 1:31 
QuestionCreate Pop Server Pin
kathiresanmoorthy21-Jul-08 22:33
kathiresanmoorthy21-Jul-08 22:33 
GeneralRe: Create Pop Server Pin
Guffa21-Jul-08 23:41
Guffa21-Jul-08 23:41 
QuestionCreating different excel file and exporting datatbles in that Pin
Member 387988121-Jul-08 21:24
Member 387988121-Jul-08 21:24 
AnswerRe: Creating different excel file and exporting datatbles in that Pin
Ashfield22-Jul-08 1:20
Ashfield22-Jul-08 1:20 
QuestionFocus in Dialog in Setup Project Pin
Sifar - 021-Jul-08 21:09
Sifar - 021-Jul-08 21:09 
QuestionUsing Unsafe code Pin
sumit703421-Jul-08 20:53
sumit703421-Jul-08 20:53 
i m using unsafe code in my function like this...

public unsafe void swap(int* p_x, int* p_y)
{
int temp = *p_x;
*p_x = *p_y;
*p_y = temp;
}


but when I compile my application i get error
"Unsafe code may only appear if compiling with /unsafe"

please help me
AnswerRe: Using Unsafe code Pin
stancrm21-Jul-08 21:14
stancrm21-Jul-08 21:14 
GeneralRe: Using Unsafe code Pin
sumit703421-Jul-08 21:36
sumit703421-Jul-08 21:36 
QuestionBitmap to ByteArray Conversion...? Pin
DeepOceans21-Jul-08 19:59
DeepOceans21-Jul-08 19:59 
AnswerRe: Bitmap to ByteArray Conversion...? Pin
stancrm21-Jul-08 21:16
stancrm21-Jul-08 21:16 
AnswerRe: Bitmap to ByteArray Conversion...? Pin
Guffa21-Jul-08 23:50
Guffa21-Jul-08 23:50 
AnswerRe: Bitmap to ByteArray Conversion...? Pin
Anthony Mushrow22-Jul-08 0:35
professionalAnthony Mushrow22-Jul-08 0:35 
AnswerRe: Bitmap to ByteArray Conversion...? Pin
Lutosław22-Jul-08 0:40
Lutosław22-Jul-08 0:40 
Questionpop server connection Pin
kathiresanmoorthy21-Jul-08 19:35
kathiresanmoorthy21-Jul-08 19:35 
RantRe: pop server connection Pin
Guffa21-Jul-08 23:52
Guffa21-Jul-08 23:52 
Questionretreving the gridview row in color from sqlserver using boundfields Pin
santosh04221-Jul-08 18:53
santosh04221-Jul-08 18:53 
AnswerRe: retreving the gridview row in color from sqlserver using boundfields Pin
Srishti Mathur21-Jul-08 19:48
Srishti Mathur21-Jul-08 19:48 
Questionhow to get domain part from URL Pin
George_George21-Jul-08 17:22
George_George21-Jul-08 17:22 
AnswerRe: how to get domain part from URL Pin
Bert delaVega21-Jul-08 17:40
Bert delaVega21-Jul-08 17:40 
GeneralRe: how to get domain part from URL Pin
George_George21-Jul-08 18:14
George_George21-Jul-08 18:14 
AnswerRe: how to get domain part from URL Pin
N a v a n e e t h21-Jul-08 17:59
N a v a n e e t h21-Jul-08 17:59 
GeneralRe: how to get domain part from URL Pin
George_George21-Jul-08 19:16
George_George21-Jul-08 19:16 
QuestionHow to retrieve top 10 elements in a Dictionary Pin
George_George21-Jul-08 17:11
George_George21-Jul-08 17:11 

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.