Click here to Skip to main content
15,886,689 members
Home / Discussions / C#
   

C#

 
GeneralRe: I want to load a button in the title bar Pin
flydk12-Aug-09 19:09
flydk12-Aug-09 19:09 
QuestionReplace(@"\\", @"\") not working Pin
dptalt11-Aug-09 3:22
dptalt11-Aug-09 3:22 
AnswerRe: Replace(@"\\", @"\") not working Pin
Andrew Rissing11-Aug-09 3:58
Andrew Rissing11-Aug-09 3:58 
GeneralRe: Replace(@"\\", @"\") not working Pin
dptalt11-Aug-09 4:04
dptalt11-Aug-09 4:04 
Questionhow to get data from the tags of a TIFF image Pin
gilvani11-Aug-09 3:05
gilvani11-Aug-09 3:05 
AnswerRe: how to get data from the tags of a TIFF image Pin
Luc Pattyn11-Aug-09 3:21
sitebuilderLuc Pattyn11-Aug-09 3:21 
QuestionHow to apply RowFilter for a String Date Pin
Sreedhar Kadiyala11-Aug-09 3:02
Sreedhar Kadiyala11-Aug-09 3:02 
AnswerRe: How to apply RowFilter for a String Date Pin
dptalt11-Aug-09 3:49
dptalt11-Aug-09 3:49 
In your select statement include a where clause the would be a built string based on the input the user entered. For example:

"WHERE mydate < CONVERT(DATETIME, '" + "07/01/2009" + "00:00:00', 103)"

Replace 07/01/2009 with logic that would build that part of the string based on the user inputs.
AnswerRe: How to apply RowFilter for a String Date Pin
Anjups7-Sep-09 20:40
Anjups7-Sep-09 20:40 
QuestionDateTime.TryParseExact() problem? Pin
Henk Meijerink11-Aug-09 2:46
Henk Meijerink11-Aug-09 2:46 
AnswerRe: DateTime.TryParseExact() problem? Pin
stancrm11-Aug-09 2:57
stancrm11-Aug-09 2:57 
GeneralRe: DateTime.TryParseExact() problem? Pin
Henk Meijerink11-Aug-09 3:45
Henk Meijerink11-Aug-09 3:45 
QuestionUpdated:Filter for DataGridView [modified] Pin
janadhana11-Aug-09 2:14
janadhana11-Aug-09 2:14 
AnswerRe: Updated:Filter for DataGridView Pin
Sreedhar Kadiyala11-Aug-09 2:49
Sreedhar Kadiyala11-Aug-09 2:49 
GeneralRe: Updated:Filter for DataGridView Pin
janadhana11-Aug-09 19:36
janadhana11-Aug-09 19:36 
AnswerRe: Updated:Filter for DataGridView Pin
dan!sh 11-Aug-09 2:58
professional dan!sh 11-Aug-09 2:58 
GeneralRe: Updated:Filter for DataGridView Pin
janadhana11-Aug-09 19:37
janadhana11-Aug-09 19:37 
AnswerRe: Updated:Filter for DataGridView Pin
Henry Minute11-Aug-09 5:00
Henry Minute11-Aug-09 5:00 
GeneralRe: Updated:Filter for DataGridView Pin
janadhana11-Aug-09 19:39
janadhana11-Aug-09 19:39 
Questionq in datagirdview Pin
mohammad alnoed11-Aug-09 1:15
mohammad alnoed11-Aug-09 1:15 
AnswerRe: q in datagirdview Pin
padmanabhan N11-Aug-09 1:35
padmanabhan N11-Aug-09 1:35 
AnswerRe: q in datagirdview Pin
Arindam Sinha11-Aug-09 1:39
Arindam Sinha11-Aug-09 1:39 
AnswerRe: q in datagirdview Pin
Henry Minute11-Aug-09 2:12
Henry Minute11-Aug-09 2:12 
QuestionGetting duration of audio file with c# Pin
SubarnaMishra11-Aug-09 1:13
SubarnaMishra11-Aug-09 1:13 
AnswerRe: Getting duration of audio file with c# Pin
DaveyM6911-Aug-09 1:29
professionalDaveyM6911-Aug-09 1:29 

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.