A
archimonde
Hi,
I am newbie in win32 programming. I need to build a custom control for
a
news alert desktop application.
The application does the following:
At WM_CREATE downloads an xml file from an web server, save the file
on the
pc, loads the items (from xml) into a static vector<structFeeds>
currentFeeds (title, description, link, etc.) , then populates a
vector<structFeeds> alertedFeeds (if any items is to be alerted based
on an element in xml - <read>False or True</read>)
and then opens a dialog box (at WM_TIMER) with the title of the item
alerted
and a button "Read more" (storing the item into a static struct
structFeeds {title, description, link, etc...}). When user
clicks on "Read more" a new dialog box is to be opened, with a list of
all
the titles from the vector. The currrent item will be the first. The
problem:
When the user clicks on a title from the list, the description (of the
item)
have to slide down.
I would appreciate any help, where do I have to start from, any
directions
would be very helpful.
Thanks.
I am newbie in win32 programming. I need to build a custom control for
a
news alert desktop application.
The application does the following:
At WM_CREATE downloads an xml file from an web server, save the file
on the
pc, loads the items (from xml) into a static vector<structFeeds>
currentFeeds (title, description, link, etc.) , then populates a
vector<structFeeds> alertedFeeds (if any items is to be alerted based
on an element in xml - <read>False or True</read>)
and then opens a dialog box (at WM_TIMER) with the title of the item
alerted
and a button "Read more" (storing the item into a static struct
structFeeds {title, description, link, etc...}). When user
clicks on "Read more" a new dialog box is to be opened, with a list of
all
the titles from the vector. The currrent item will be the first. The
problem:
When the user clicks on a title from the list, the description (of the
item)
have to slide down.
I would appreciate any help, where do I have to start from, any
directions
would be very helpful.
Thanks.