Click here to Skip to main content
15,887,822 members
Home / Discussions / C#
   

C#

 
AnswerRe: Print (some column) of data grid view Pin
Mycroft Holmes11-Aug-09 14:22
professionalMycroft Holmes11-Aug-09 14:22 
GeneralRe: Print (some column) of data grid view Pin
Samb198518-Aug-09 5:46
Samb198518-Aug-09 5:46 
QuestionDataGridView navigating to Child Rows Pin
codeboy198811-Aug-09 5:09
codeboy198811-Aug-09 5:09 
QuestionAddInCustomAction not working properly Pin
lune1211-Aug-09 4:30
lune1211-Aug-09 4:30 
AnswerRe: AddInCustomAction not working properly Pin
Pete O'Hanlon11-Aug-09 4:44
mvePete O'Hanlon11-Aug-09 4:44 
GeneralRe: AddInCustomAction not working properly Pin
lune1211-Aug-09 4:54
lune1211-Aug-09 4:54 
QuestionNeed To Convert Time Pin
Rahul DSG11-Aug-09 4:02
Rahul DSG11-Aug-09 4:02 
AnswerRe: Need To Convert Time Pin
DaveyM6911-Aug-09 4:15
professionalDaveyM6911-Aug-09 4:15 
Something like this:
public static string ConvertTimeString(string time)
{
    return DateTime.ParseExact(
        time,
        "h.mmtt",
        CultureInfo.InvariantCulture).ToString("HHmm");
}


Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

AnswerRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 5:07
mvePIEBALDconsult11-Aug-09 5:07 
AnswerRe: Need To Convert Time Pin
J4amieC11-Aug-09 5:28
J4amieC11-Aug-09 5:28 
GeneralRe: Need To Convert Time Pin
Luc Pattyn11-Aug-09 5:54
sitebuilderLuc Pattyn11-Aug-09 5:54 
GeneralRe: Need To Convert Time Pin
J4amieC11-Aug-09 6:58
J4amieC11-Aug-09 6:58 
GeneralRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 7:26
mvePIEBALDconsult11-Aug-09 7:26 
GeneralRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 6:43
mvePIEBALDconsult11-Aug-09 6:43 
QuestionWebBrowser control and Ajax requests Pin
keniagm11-Aug-09 3:51
keniagm11-Aug-09 3:51 
AnswerRe: WebBrowser control and Ajax requests Pin
Hristo-Bojilov11-Aug-09 10:47
Hristo-Bojilov11-Aug-09 10:47 
QuestionJavascript calling a c# method Pin
compninja2511-Aug-09 3:41
compninja2511-Aug-09 3:41 
AnswerRe: Javascript calling a c# method Pin
Andrew Rissing11-Aug-09 4:01
Andrew Rissing11-Aug-09 4:01 
GeneralRe: Javascript calling a c# method Pin
compninja2511-Aug-09 14:16
compninja2511-Aug-09 14:16 
GeneralRe: Javascript calling a c# method Pin
compninja2514-Aug-09 5:31
compninja2514-Aug-09 5:31 
AnswerRe: Javascript calling a c# method Pin
keniagm11-Aug-09 4:12
keniagm11-Aug-09 4:12 
GeneralRe: Javascript calling a c# method Pin
compninja2511-Aug-09 14:21
compninja2511-Aug-09 14:21 
Questionbest way to use c++ code in c# project Pin
benstar11111-Aug-09 3:41
benstar11111-Aug-09 3:41 
AnswerRe: best way to use c++ code in c# project Pin
DaveyM6911-Aug-09 3:55
professionalDaveyM6911-Aug-09 3:55 
GeneralRe: best way to use c++ code in c# project Pin
Luc Pattyn11-Aug-09 5:05
sitebuilderLuc Pattyn11-Aug-09 5:05 

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.