Click here to Skip to main content
15,917,328 members
Home / Discussions / C#
   

C#

 
GeneralRe: FileSystemEventHandler arg type Pin
Not Knuth24-Jul-08 11:46
Not Knuth24-Jul-08 11:46 
QuestionProblem moving Controls at runtime Pin
kbalias24-Jul-08 9:49
kbalias24-Jul-08 9:49 
QuestionTrace Statements Pin
#realJSOP24-Jul-08 9:31
professional#realJSOP24-Jul-08 9:31 
AnswerRe: Trace Statements Pin
Wendelius24-Jul-08 9:40
mentorWendelius24-Jul-08 9:40 
AnswerRe: Trace Statements Pin
led mike24-Jul-08 10:53
led mike24-Jul-08 10:53 
QuestionRemove Node in XML file Pin
dataminers24-Jul-08 9:26
dataminers24-Jul-08 9:26 
AnswerRe: Remove Node in XML file Pin
PIEBALDconsult24-Jul-08 10:16
mvePIEBALDconsult24-Jul-08 10:16 
Questiondisplaying a date range in a listview Pin
obievil24-Jul-08 9:08
obievil24-Jul-08 9:08 
I need some help getting a date range of 30 days Including the current date to display in a list view box. The first line would displays today's date, the second would display tomorrows, so on and so forth. In the end the second column in the list box would display an event that was set to trigger that day. you will be able to double click the date and setup or edit the event on that day. But the events themselves will be handled by another function. This is just purely to see the next 30 days (Because we'd never have more than that.) And the name of the event on that day.

My Current code
class datetime
{
    string sTemp = DateTime.Now.ToString("yyyy-MM-dd");
    TimeSpan m_Time = DateTime.Now - DateTime.Now;
     DateTime m_EventStartTime = DateTime.Now;
     m_Time = DateTime.Now - m_EventStartTime

}


I haven't figured out how to specify that I want 30 days, nor have I figured out how to get it to call correctly into the List box.

can anyone give me some help please?

Removed: You must either be really ambitious or completely off of your rocker.
Me: I've been off my rocker for years now

AnswerRe: displaying a date range in a listview Pin
Wendelius24-Jul-08 9:27
mentorWendelius24-Jul-08 9:27 
Questionimplementing shortcut keys Pin
ankkit24-Jul-08 8:13
ankkit24-Jul-08 8:13 
AnswerRe: implementing shortcut keys Pin
PIEBALDconsult24-Jul-08 8:27
mvePIEBALDconsult24-Jul-08 8:27 
GeneralRe: implementing shortcut keys Pin
ankkit25-Jul-08 7:08
ankkit25-Jul-08 7:08 
GeneralRe: implementing shortcut keys Pin
PIEBALDconsult25-Jul-08 10:58
mvePIEBALDconsult25-Jul-08 10:58 
QuestionHow to set different color for different items in a list box. (asp.net page, C# backend) Pin
mdpavel24-Jul-08 6:46
mdpavel24-Jul-08 6:46 
AnswerRe: How to set different color for different items in a list box. (asp.net page, C# backend) Pin
Christian Graus24-Jul-08 10:59
protectorChristian Graus24-Jul-08 10:59 
AnswerRe: How to set different color for different items in a list box. (asp.net page, C# backend) Pin
nelsonpaixao24-Jul-08 13:10
nelsonpaixao24-Jul-08 13:10 
QuestionBitwise Circular Shift in C# Pin
Ian Uy24-Jul-08 6:38
Ian Uy24-Jul-08 6:38 
AnswerRe: Bitwise Circular Shift in C# [modified] Pin
User 665824-Jul-08 7:16
User 665824-Jul-08 7:16 
GeneralRe: Bitwise Circular Shift in C# Pin
Ian Uy24-Jul-08 7:26
Ian Uy24-Jul-08 7:26 
GeneralRe: Bitwise Circular Shift in C# Pin
User 665824-Jul-08 7:31
User 665824-Jul-08 7:31 
GeneralRe: Bitwise Circular Shift in C# Pin
Luc Pattyn24-Jul-08 7:36
sitebuilderLuc Pattyn24-Jul-08 7:36 
GeneralRe: Bitwise Circular Shift in C# Pin
PIEBALDconsult24-Jul-08 8:43
mvePIEBALDconsult24-Jul-08 8:43 
GeneralRe: Bitwise Circular Shift in C# Pin
Guffa24-Jul-08 23:06
Guffa24-Jul-08 23:06 
GeneralRe: Bitwise Circular Shift in C# Pin
PIEBALDconsult25-Jul-08 11:03
mvePIEBALDconsult25-Jul-08 11:03 
AnswerRe: Bitwise Circular Shift in C# Pin
Ennis Ray Lynch, Jr.24-Jul-08 12:15
Ennis Ray Lynch, Jr.24-Jul-08 12:15 

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.