Click here to Skip to main content
15,891,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help finding wmstub.lib Pin
Christian Graus7-Jul-05 16:45
protectorChristian Graus7-Jul-05 16:45 
Generalgetting a correct structure data Pin
Ista7-Jul-05 12:40
Ista7-Jul-05 12:40 
GeneralRe: getting a correct structure data Pin
ldaoust7-Jul-05 15:12
ldaoust7-Jul-05 15:12 
GeneralMemory for my application Pin
Ivan Cachicatari7-Jul-05 11:50
Ivan Cachicatari7-Jul-05 11:50 
GeneralRe: Memory for my application Pin
David Crow7-Jul-05 13:25
David Crow7-Jul-05 13:25 
GeneralCListCtrl problem Pin
Ivan Cachicatari7-Jul-05 11:47
Ivan Cachicatari7-Jul-05 11:47 
GeneralRe: CListCtrl problem Pin
David Crow7-Jul-05 13:23
David Crow7-Jul-05 13:23 
Generalticker tape with images Pin
picazo7-Jul-05 11:26
picazo7-Jul-05 11:26 
Hello,

I have recently created a ticker tape which is used to display strings. It is a common single line ticker. The program currently reads in a file from which it takes in the dimensions, colors, speed, and position of the ticker as well as the string that it should display and the spacing between repetitions of the string.

I would like to write a new ticker however, which also reads the information from a file (preferably an xml file) which scrolls multiple lines at the same time, and which can also scroll images of approximate dimension: 140 X 110 pixels.

For example, it could look something like:


|----140px-------|
__ _______________________________________________________________
| | line1 line1 | |
| | line2 line2 line2 | |
110px | line3 line3 | IMAGE |
| | line4 line4 line4 | |
| | line5 line5 | |
_ |_____line6 line6 line6________________|________________|________




for a file that looked something like:

<ticker>
... <- indicates ticker properties

<item>
<text>line1 line1</text>
<text>line2 line2 line2</text>
<text>line3 line3</text>
<text>line4 line4 line4</text>
<text>line5 line5</text>
<text>line6 line6 line6</text>
</item>
<item>
<image>IMAGE</image>
</item>
</ticker>

where the number of 'text' tags nested in an 'item' tag is fixed (to some number, not necessarily 6) and there is only one 'image' tag per 'item' tag.
Also, another tag which specifies the spacing (pixels or time) between items should be specified in the ticker properties.



The problem is that since I am relatively new to the VS C++ (using .NET 2003), I don't really know how I would go about doing this.

If anyone has done a similar project, or could possibly guide me or help me with the code, it would be greatly appreciated.

Thanks in advance,

-----------------
Genaro

\\\|
_ _
@ @
_\\
--|
_/
GeneralRe: ticker tape with images Pin
Jose Lamas Rios7-Jul-05 16:15
Jose Lamas Rios7-Jul-05 16:15 
GeneralRe: ticker tape with images Pin
picazo8-Jul-05 3:32
picazo8-Jul-05 3:32 
GeneralDialog as child of dialog Pin
ldaoust7-Jul-05 11:23
ldaoust7-Jul-05 11:23 
GeneralRe: Dialog as child of dialog Pin
ldaoust7-Jul-05 15:02
ldaoust7-Jul-05 15:02 
GeneralAutomation question Pin
Tom Wright7-Jul-05 11:19
Tom Wright7-Jul-05 11:19 
GeneralRe: Automation question Pin
Jose Lamas Rios7-Jul-05 17:48
Jose Lamas Rios7-Jul-05 17:48 
GeneralLoading dlls from an ActiveX control Pin
mrothermund7-Jul-05 10:40
mrothermund7-Jul-05 10:40 
GeneralRe: Loading dlls from an ActiveX control Pin
Jose Lamas Rios7-Jul-05 16:39
Jose Lamas Rios7-Jul-05 16:39 
GeneralProblem changing proxy with custom IE toolbar Pin
Matthew Devine7-Jul-05 10:35
Matthew Devine7-Jul-05 10:35 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Jose Lamas Rios7-Jul-05 19:56
Jose Lamas Rios7-Jul-05 19:56 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Matthew Devine8-Jul-05 3:01
Matthew Devine8-Jul-05 3:01 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Jose Lamas Rios8-Jul-05 7:17
Jose Lamas Rios8-Jul-05 7:17 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Matthew Devine12-Jul-05 2:23
Matthew Devine12-Jul-05 2:23 
GeneralClosing a dialog app window Pin
jerry1211a7-Jul-05 10:02
jerry1211a7-Jul-05 10:02 
GeneralRe: Closing a dialog app window Pin
Ravi Bhavnani7-Jul-05 10:26
professionalRavi Bhavnani7-Jul-05 10:26 
GeneralRe: Closing a dialog app window Pin
PJ Arends7-Jul-05 10:49
professionalPJ Arends7-Jul-05 10:49 
GeneralTranslation Tool Pin
transoft7-Jul-05 8:28
transoft7-Jul-05 8:28 

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.