Click here to Skip to main content
16,005,162 members
Home / Discussions / C#
   

C#

 
AnswerRe: paging control in C# windows application Pin
Ashfield12-Oct-08 21:04
Ashfield12-Oct-08 21:04 
QuestionC# client-server application using xml file to transfer by http format Pin
pcbaby1512-Oct-08 18:28
pcbaby1512-Oct-08 18:28 
AnswerRe: C# client-server application using xml file to transfer by http format Pin
pcbaby1519-Oct-08 18:04
pcbaby1519-Oct-08 18:04 
GeneralRe: C# client-server application using xml file to transfer by http format Pin
pcbaby1530-Oct-08 22:38
pcbaby1530-Oct-08 22:38 
QuestionNEED HELP FOR FIND URL'S IN WEB PAGE Pin
Member 465028712-Oct-08 11:03
Member 465028712-Oct-08 11:03 
AnswerRe: NEED HELP FOR FIND URL'S IN WEB PAGE Pin
Garth J Lancaster12-Oct-08 11:17
professionalGarth J Lancaster12-Oct-08 11:17 
AnswerRe: NEED HELP FOR FIND URL'S IN WEB PAGE Pin
Pedram Behroozi12-Oct-08 11:17
Pedram Behroozi12-Oct-08 11:17 
Questionselect datarows by using keys enum Pin
Xmen Real 12-Oct-08 7:51
professional Xmen Real 12-Oct-08 7:51 
i have created a DataTable that have a column of type Keys enum, now im trying to select the DataRows by that column but i'm stuck here. Its giving error.
KeyTable.Columns.Add("FirstKey", typeof(Keys));
DataRow[] tmp_dr = KeyTable.Select("FirstKey=" + Keys.LShiftKey); //<< errorLine: Cannot find column [LShiftKey].
//Or
DataRow[] tmp_dr = KeyTable.Select("FirstKey='" + Keys.LShiftKey +"'"); //<< errorLine: Cannot perform '=' operation on System.Int32 and System.String.


anyidea guys ? or i should use string type col instead of Keys ?

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

AnswerRe: select datarows by using keys enum Pin
PIEBALDconsult12-Oct-08 8:09
mvePIEBALDconsult12-Oct-08 8:09 
GeneralRe: select datarows by using keys enum Pin
Xmen Real 12-Oct-08 8:17
professional Xmen Real 12-Oct-08 8:17 
QuestionListBox Colours Pin
Alex Grose12-Oct-08 7:31
Alex Grose12-Oct-08 7:31 
AnswerRe: ListBox Colours Pin
Xmen Real 12-Oct-08 7:54
professional Xmen Real 12-Oct-08 7:54 
AnswerRe: ListBox Colours Pin
DaveyM6912-Oct-08 8:11
professionalDaveyM6912-Oct-08 8:11 
GeneralRe: ListBox Colours Pin
Alex Grose12-Oct-08 9:25
Alex Grose12-Oct-08 9:25 
GeneralRe: ListBox Colours Pin
DaveyM6912-Oct-08 9:37
professionalDaveyM6912-Oct-08 9:37 
GeneralRe: ListBox Colours Pin
Alex Grose12-Oct-08 9:46
Alex Grose12-Oct-08 9:46 
GeneralRe: ListBox Colours Pin
DaveyM6912-Oct-08 23:04
professionalDaveyM6912-Oct-08 23:04 
QuestionHelp With Sorting Multiple dataGridView Columns Pin
That Asian Guy12-Oct-08 6:24
That Asian Guy12-Oct-08 6:24 
AnswerRe: Help With Sorting Multiple dataGridView Columns Pin
DaveyM6912-Oct-08 7:06
professionalDaveyM6912-Oct-08 7:06 
GeneralRe: Help With Sorting Multiple dataGridView Columns Pin
That Asian Guy12-Oct-08 7:17
That Asian Guy12-Oct-08 7:17 
QuestionHTML code to string Pin
Alex Grose12-Oct-08 4:38
Alex Grose12-Oct-08 4:38 
AnswerRe: HTML code to string Pin
Guffa12-Oct-08 6:22
Guffa12-Oct-08 6:22 
GeneralRe: HTML code to string Pin
Alex Grose12-Oct-08 7:29
Alex Grose12-Oct-08 7:29 
QuestionBasic mp3/media player problem :( Pin
jas0n2312-Oct-08 4:23
jas0n2312-Oct-08 4:23 
AnswerRe: Basic mp3/media player problem :( Pin
Giorgi Dalakishvili12-Oct-08 4:47
mentorGiorgi Dalakishvili12-Oct-08 4:47 

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.