Hello!
I try to make a macro, to start with, to myself.
First it will get mail with settings "GetMailA", then Load *.zip with settings "LoadA" and for last silent send "FilterA" to my GPSr via. GarminExport.
I have allready made it work, and have made an form with checkboxes, fx. if i dont want to send to GPS, i just uncheck that.
Now i thinks, how do i make an combobox to choose between fx. FilterA and FilterB?
I have tried this with no luck ):
"
Name = Choosefilter
Type = Combobox
Enabled = Yes
Height = 21
Left = 200
Top = 56
Values = SysInfo("S_filter")
Width = 145
Taborder = 10
"
I try to make a macro, to start with, to myself.
First it will get mail with settings "GetMailA", then Load *.zip with settings "LoadA" and for last silent send "FilterA" to my GPSr via. GarminExport.
I have allready made it work, and have made an form with checkboxes, fx. if i dont want to send to GPS, i just uncheck that.
Now i thinks, how do i make an combobox to choose between fx. FilterA and FilterB?
I have tried this with no luck ):
"
Name = Choosefilter
Type = Combobox
Enabled = Yes
Height = 21
Left = 200
Top = 56
Values = SysInfo("S_filter")
Width = 145
Taborder = 10
"