I have a software called Active Desktop Calendar (ADC). I want to tie Visual Basic to the calendar "behind the scenes" so I can have special dates in my vb program tie in with the data file that makes ADC function. This question is not about accessing data files, it's about a specific line in ADC's data file that I can't seem to emulate.
Follow me now:
This is the line in the ADC data file I'm having trouble with:
It seems to be a unique <guid> code that won't duplicate to the next set, nor do I know how to create a unique one.
Here below is the entire ADC data file which may help you help me. My main question is, How do I create a unique <GUID> line?
Thanks alot in advance!!
Follow me now:
This is the line in the ADC data file I'm having trouble with:
Code:
<GUID>NOTE_4854BF59-E3B3-4187-9A24-A5E9633B5DE2</GUID>
It seems to be a unique <guid> code that won't duplicate to the next set, nor do I know how to create a unique one.
Here below is the entire ADC data file which may help you help me. My main question is, How do I create a unique <GUID> line?
Code:
XemiCo ADC v3.0 ExportDataÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ[Notes]
01/08/2007=1
[01/08/2007-1]
0=test words
[LastSaved]
date=0
[Tasks]
[Done Tasks]
[Size]
þþþþýþýþýþýþýþýþýþýþýþýþýþýþýþýþýþýþ
<Layer v='3.0'>
<GUID></GUID>
<Notes>
<Note>
<GUID>NOTE_4854BF59-E3B3-4187-9A24-A5E9633B5DE2</GUID>
<Subject>test words</Subject>
<StartTime>39295.00000</StartTime>
<EndTime>0.00000</EndTime>
<Category>0</Category>
<Importance>1</Importance>
<DaysToShow>1</DaysToShow>
<Private>FALSE</Private>
<Hiden>FALSE</Hiden>
<AllDayEvent>FALSE</AllDayEvent>
<Icon></Icon>
<ExportIcon></ExportIcon>
<Alarm>
<AlarmTime>39315.50625</AlarmTime>
<AlarmOffset>20</AlarmOffset>
<LastActivated>39315.49619</LastActivated>
<SnoozeValue>5</SnoozeValue>
<SnoozeType>0</SnoozeType>
<SoundFile>C:\PROGRA~1\XEMICO~1\ACTIVE~1\DefaultAlarm.wav</SoundFile>
<PlaySound>TRUE</PlaySound>
</Alarm>
<SoloAlarm>FALSE</SoloAlarm>
<Snoozed>FALSE</Snoozed>
</Note>
</Notes>
<Tasks>
</Tasks>
<SnoozeNotes>
</SnoozeNotes>
<CalendarIcons>
</CalendarIcons>
</Layer>
Thanks alot in advance!!