Click here to Skip to main content
15,915,850 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invisible countdown? Pin
jafingi3-Aug-07 1:36
jafingi3-Aug-07 1:36 
QuestionTo "this." or not to "this.", that is the question... Pin
Poolee2-Aug-07 9:20
Poolee2-Aug-07 9:20 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Luis Alonso Ramos2-Aug-07 9:31
Luis Alonso Ramos2-Aug-07 9:31 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Pete O'Hanlon2-Aug-07 9:39
mvePete O'Hanlon2-Aug-07 9:39 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Judah Gabriel Himango2-Aug-07 10:10
sponsorJudah Gabriel Himango2-Aug-07 10:10 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Martin#2-Aug-07 10:22
Martin#2-Aug-07 10:22 
QuestionRe: To "this." or not to "this.", that is the question... Pin
Poolee3-Aug-07 10:29
Poolee3-Aug-07 10:29 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Martin#6-Aug-07 19:59
Martin#6-Aug-07 19:59 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Colin Angus Mackay2-Aug-07 11:52
Colin Angus Mackay2-Aug-07 11:52 
AnswerRe: To "this." or not to "this.", that is the question... Pin
V.2-Aug-07 20:27
professionalV.2-Aug-07 20:27 
GeneralRe: To "this." or not to "this.", that is the question... Pin
originSH2-Aug-07 21:56
originSH2-Aug-07 21:56 
GeneralRe: To "this." or not to "this.", that is the question... Pin
V.2-Aug-07 22:28
professionalV.2-Aug-07 22:28 
AnswerRe: To "this." or not to "this.", that is the question... [modified] Pin
Malcolm Smart2-Aug-07 21:06
Malcolm Smart2-Aug-07 21:06 
QuestionGrab path of most recent file in a directory Pin
newb2vb2-Aug-07 8:43
newb2vb2-Aug-07 8:43 
AnswerRe: Grab path of most recent file in a directory Pin
led mike2-Aug-07 9:21
led mike2-Aug-07 9:21 
GeneralRe: Grab path of most recent file in a directory Pin
Martin#2-Aug-07 9:34
Martin#2-Aug-07 9:34 
GeneralRe: Grab path of most recent file in a directory Pin
led mike2-Aug-07 9:59
led mike2-Aug-07 9:59 
GeneralRe: Grab path of most recent file in a directory Pin
Martin#2-Aug-07 10:01
Martin#2-Aug-07 10:01 
QuestionCircular Button Pin
emo00622-Aug-07 8:07
emo00622-Aug-07 8:07 
AnswerRe: Circular Button Pin
Tarakeshwar Reddy2-Aug-07 9:14
professionalTarakeshwar Reddy2-Aug-07 9:14 
AnswerRe: Circular Button Pin
ekynox2-Aug-07 14:03
ekynox2-Aug-07 14:03 
Questionsub total a bindingsource with an array Pin
crash8932-Aug-07 7:27
crash8932-Aug-07 7:27 
AnswerRe: sub total a bindingsource with an array Pin
led mike2-Aug-07 7:39
led mike2-Aug-07 7:39 
GeneralRe: sub total a bindingsource with an array Pin
crash8932-Aug-07 8:13
crash8932-Aug-07 8:13 
its not for a class its for something at work

we have a db of incidents or tickets

and each ticket has a type for example: Microsoft word or outlook or account lockout

I make reports for my boss each month on how many of each we had but I am currently using excel for this which sucks

so I'm trying to automate it ( or at least make an app he can run himself)

I currently have it so that i can download it into a datagridview and filter it using bindingsource.filter but to graph it for him i would like to get totals and i also need to consolidate the names so that i can auto populate some of the combo boxes

I just didnt know if there was a better way to "link" the cells in the array so that if I found bob I could +1 the bob total with out it getting misaligned
GeneralRe: sub total a bindingsource with an array Pin
led mike2-Aug-07 9:12
led mike2-Aug-07 9:12 

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.