Click here to Skip to main content
15,909,643 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Equivalent code for C++ Pin
blackjack21507-Aug-08 1:07
blackjack21507-Aug-08 1:07 
GeneralRe: C# Equivalent code for C++ Pin
Raheem MA7-Aug-08 1:15
Raheem MA7-Aug-08 1:15 
AnswerRe: C# Equivalent code for C++ Pin
Guffa7-Aug-08 3:06
Guffa7-Aug-08 3:06 
AnswerRe: C# Equivalent code for C++ Pin
Dave Doknjas7-Aug-08 12:56
Dave Doknjas7-Aug-08 12:56 
Questionpop3 encoding problems Pin
GeorgeBerry7-Aug-08 0:30
GeorgeBerry7-Aug-08 0:30 
AnswerRe: pop3 encoding problems Pin
leppie7-Aug-08 2:54
leppie7-Aug-08 2:54 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:00
GeorgeBerry7-Aug-08 3:00 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:04
leppie7-Aug-08 3:04 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:26
GeorgeBerry7-Aug-08 3:26 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:31
leppie7-Aug-08 3:31 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:43
GeorgeBerry7-Aug-08 3:43 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:45
leppie7-Aug-08 3:45 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:58
GeorgeBerry7-Aug-08 3:58 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 4:18
leppie7-Aug-08 4:18 
GeneralRe: pop3 encoding problems Pin
Jacques Bosch7-Aug-08 9:50
Jacques Bosch7-Aug-08 9:50 
GeneralRe: pop3 encoding problems Pin
Jacques Bosch7-Aug-08 9:53
Jacques Bosch7-Aug-08 9:53 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry10-Aug-08 23:34
GeorgeBerry10-Aug-08 23:34 
Questionmissing operand ?? Pin
Hum Dum6-Aug-08 23:45
Hum Dum6-Aug-08 23:45 
I created a DataTable thru coding and store some rows/data in it.

After that I want to select "Distinct" data from this table.

Datatable dt;
//code for creating & adding data



dt.Select("DISTINCT column1");//this givin error


its saying ="Missing operand after column1 operator"

I want to select DISTINCT rows from this dt table but its not working,

I am using vs2003.
AnswerRe: missing operand ?? Pin
Torsten Mauz6-Aug-08 23:59
Torsten Mauz6-Aug-08 23:59 
Questionconverting pixel array to image Pin
AmitDey6-Aug-08 22:54
AmitDey6-Aug-08 22:54 
AnswerRe: converting pixel array to image Pin
stancrm7-Aug-08 0:51
stancrm7-Aug-08 0:51 
GeneralRe: converting pixel array to image Pin
AmitDey7-Aug-08 1:00
AmitDey7-Aug-08 1:00 
GeneralRe: converting pixel array to image Pin
stancrm7-Aug-08 1:48
stancrm7-Aug-08 1:48 
GeneralRe: converting pixel array to image Pin
Mark Salsbery7-Aug-08 8:02
Mark Salsbery7-Aug-08 8:02 
Questionchild within child Pin
benjamin yap6-Aug-08 22:38
benjamin yap6-Aug-08 22:38 

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.