Click here to Skip to main content
16,005,491 members
Home / Discussions / C#
   

C#

 
GeneralRe: Create an ActiveX (or equivalent) usable within the compact framework Pin
Olivier Sannier18-Mar-08 6:33
Olivier Sannier18-Mar-08 6:33 
QuestionMarshal Unmanaged Type by ByValArray Pin
sthaas18-Mar-08 5:55
sthaas18-Mar-08 5:55 
QuestiondateChangedEvent??? Pin
Harvey Saayman18-Mar-08 4:51
Harvey Saayman18-Mar-08 4:51 
AnswerRe: dateChangedEvent??? Pin
Rob Philpott18-Mar-08 4:57
Rob Philpott18-Mar-08 4:57 
GeneralRe: dateChangedEvent??? Pin
Harvey Saayman18-Mar-08 5:08
Harvey Saayman18-Mar-08 5:08 
GeneralRe: dateChangedEvent??? Pin
phannon8618-Mar-08 5:13
professionalphannon8618-Mar-08 5:13 
AnswerRe: dateChangedEvent??? Pin
Rob Philpott18-Mar-08 5:01
Rob Philpott18-Mar-08 5:01 
AnswerRe: dateChangedEvent??? Pin
led mike18-Mar-08 5:23
led mike18-Mar-08 5:23 
HarveySaayman wrote:
what i need to do is check if the date is the 1st of the month

No, what you need is an API that will create an event on the 1st of the month. You can use a Waitable Timer to do that.

I don't know if this is encapsulated in the .NET BCL yet. If not I recommend developing a C++/CLI assembly that encapsulates it and publishes a managed class for your C# project to work with rather than trying to use PInvoke. But that's just me.

SetWaitableTimer[^]
pDueTime

The time after which the state of the timer is to be set to signaled, in 100 nanosecond intervals. Use the format described by the FILETIME structure. Positive values indicate absolute time. Be sure to use a UTC-based absolute time, as the system uses UTC-based time internally.




led mike

GeneralTernary Operator Question Pin
dboy22118-Mar-08 4:33
dboy22118-Mar-08 4:33 
GeneralRe: Ternary Operator Question Pin
PIEBALDconsult18-Mar-08 5:12
mvePIEBALDconsult18-Mar-08 5:12 
GeneralRe: Ternary Operator Question Pin
dboy22119-Mar-08 2:45
dboy22119-Mar-08 2:45 
GeneralRe: Ternary Operator Question Pin
dboy22119-Mar-08 3:37
dboy22119-Mar-08 3:37 
GeneralRe: Ternary Operator Question Pin
dboy22119-Mar-08 5:21
dboy22119-Mar-08 5:21 
GeneralRe: Ternary Operator Question Pin
dboy22119-Mar-08 5:44
dboy22119-Mar-08 5:44 
Generalscale in the graph Pin
ciacia18-Mar-08 4:12
ciacia18-Mar-08 4:12 
GeneralRe: scale in the graph Pin
Ennis Ray Lynch, Jr.18-Mar-08 8:29
Ennis Ray Lynch, Jr.18-Mar-08 8:29 
GeneralRe: scale in the graph Pin
ciacia18-Mar-08 16:18
ciacia18-Mar-08 16:18 
GeneralProblem with Fax in C# Pin
arslanjatt18-Mar-08 4:08
arslanjatt18-Mar-08 4:08 
GeneralConfiguration settings of a dll Pin
mukkanti00718-Mar-08 3:47
mukkanti00718-Mar-08 3:47 
GeneralRe: Configuration settings of a dll Pin
Rob Philpott18-Mar-08 4:51
Rob Philpott18-Mar-08 4:51 
GeneralRe: Configuration settings of a dll Pin
Not Active18-Mar-08 6:43
mentorNot Active18-Mar-08 6:43 
GeneralExtracting strings from strings.. Pin
ptr2void18-Mar-08 3:38
ptr2void18-Mar-08 3:38 
GeneralRe: Extracting strings from strings.. Pin
half-life18-Mar-08 3:47
half-life18-Mar-08 3:47 
GeneralRe: Extracting strings from strings.. Pin
ptr2void18-Mar-08 3:59
ptr2void18-Mar-08 3:59 
GeneralRe: Extracting strings from strings.. Pin
half-life18-Mar-08 6:41
half-life18-Mar-08 6:41 

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.