Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# ::: receive FAX Pin
Yetinger27-Aug-06 5:28
Yetinger27-Aug-06 5:28 
QuestionCrystal Reports and Windows Applications Pin
ebonaba25-Aug-06 7:59
ebonaba25-Aug-06 7:59 
QuestionPrinting to an Okidata printer Pin
tigerButterfly25-Aug-06 7:52
tigerButterfly25-Aug-06 7:52 
Question"Unadvising" Event Sink in VB6 Pin
Ilia Blank25-Aug-06 7:46
Ilia Blank25-Aug-06 7:46 
GeneralRe: "Unadvising" Event Sink in VB6 Pin
Guffa25-Aug-06 8:54
Guffa25-Aug-06 8:54 
QuestionGlobal DLL for all app components Pin
drdavef25-Aug-06 7:35
drdavef25-Aug-06 7:35 
AnswerRe: Global DLL for all app components Pin
Nader Elshehabi25-Aug-06 10:36
Nader Elshehabi25-Aug-06 10:36 
GeneralRe: Global DLL for all app components Pin
drdavef25-Aug-06 11:58
drdavef25-Aug-06 11:58 
GeneralRe: Global DLL for all app components Pin
Nader Elshehabi25-Aug-06 12:21
Nader Elshehabi25-Aug-06 12:21 
QuestionCrystal reports and SharpDevelop Pin
Evy_Soza25-Aug-06 7:02
Evy_Soza25-Aug-06 7:02 
Questionuse C# function in VB Pin
VK-Cadec25-Aug-06 3:57
VK-Cadec25-Aug-06 3:57 
AnswerRe: use C# function in VB Pin
Not Active25-Aug-06 4:08
mentorNot Active25-Aug-06 4:08 
GeneralRe: use C# function in VB Pin
VK-Cadec25-Aug-06 5:49
VK-Cadec25-Aug-06 5:49 
GeneralRe: use C# function in VB Pin
Not Active25-Aug-06 6:04
mentorNot Active25-Aug-06 6:04 
AnswerRe: use C# function in VB Pin
Judah Gabriel Himango25-Aug-06 4:43
sponsorJudah Gabriel Himango25-Aug-06 4:43 
GeneralRe: use C# function in VB Pin
VK-Cadec25-Aug-06 5:48
VK-Cadec25-Aug-06 5:48 
GeneralRe: use C# function in VB Pin
Judah Gabriel Himango25-Aug-06 5:54
sponsorJudah Gabriel Himango25-Aug-06 5:54 
GeneralRe: use C# function in VB Pin
Dave Kreskowiak25-Aug-06 5:58
mveDave Kreskowiak25-Aug-06 5:58 
QuestionSearch DLL before P/Invoke? Pin
Dominik Reichl25-Aug-06 3:03
Dominik Reichl25-Aug-06 3:03 
AnswerRe: Search DLL before P/Invoke? Pin
Jun Du25-Aug-06 4:27
Jun Du25-Aug-06 4:27 
QuestionRe: Search DLL before P/Invoke? Pin
Dominik Reichl25-Aug-06 4:32
Dominik Reichl25-Aug-06 4:32 
AnswerRe: Search DLL before P/Invoke? Pin
Jun Du25-Aug-06 5:44
Jun Du25-Aug-06 5:44 
AnswerRe: Search DLL before P/Invoke? [modified] Pin
Dave Kreskowiak25-Aug-06 6:06
mveDave Kreskowiak25-Aug-06 6:06 
AnswerRe: Search DLL before P/Invoke? Pin
Andy Moore25-Aug-06 15:03
Andy Moore25-Aug-06 15:03 
QuestionInteresting date time comparison Pin
coolestCoder25-Aug-06 2:48
coolestCoder25-Aug-06 2:48 
Hi,
I have a bit of situtation here..

I have to check whether the current time is between two pre-defined time values. But, if the second time value is less than the first, then the second time value must be assumed of next day and then current value should be compared. Details are as below ---


time t1 = 10.00.00 PM
t2 = 11.00.00 AM

Current time should be between these two. But as shown above t1 > t2, in this case i want to assume that t2 will be time of next day. (current day +1). And after these considerations i want to find out whether current time is between these t1 and t2.


Actually i am trying to replicate the night duty schedule. If the current time is between the night timings then some operation must be performed or if it is not between the office timings then the operation will be discarded.


Hope i am clear with the situation !!
Please reply as soon as possible.


<marquee>"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder

Anant Y. Kulkarni

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.