Click here to Skip to main content
15,923,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UNICODE Pin
John R. Shaw8-Jul-05 7:09
John R. Shaw8-Jul-05 7:09 
GeneralRe: UNICODE Pin
Bob Stanneveld7-Jul-05 22:03
Bob Stanneveld7-Jul-05 22:03 
GeneralRe: UNICODE Pin
John R. Shaw8-Jul-05 8:39
John R. Shaw8-Jul-05 8:39 
GeneralRe: UNICODE Pin
Bob Stanneveld9-Jul-05 5:48
Bob Stanneveld9-Jul-05 5:48 
Generalrget r, g or b value for opengl Pin
cell517-Jul-05 16:27
cell517-Jul-05 16:27 
GeneralRe: rget r, g or b value for opengl Pin
Jose Lamas Rios7-Jul-05 16:44
Jose Lamas Rios7-Jul-05 16:44 
Generalneed help on generate report to excel Pin
firebolt777-Jul-05 16:05
firebolt777-Jul-05 16:05 
GeneralRe: need help on generate report to excel Pin
Jose Lamas Rios7-Jul-05 17:09
Jose Lamas Rios7-Jul-05 17:09 
GeneralRe: need help on generate report to excel Pin
firebolt777-Jul-05 20:03
firebolt777-Jul-05 20:03 
GeneralRe: need help on generate report to excel Pin
Jose Lamas Rios7-Jul-05 20:12
Jose Lamas Rios7-Jul-05 20:12 
GeneralRe: need help on generate report to excel Pin
firebolt777-Jul-05 20:25
firebolt777-Jul-05 20:25 
GeneralRe: need help on generate report to excel Pin
firebolt778-Jul-05 3:36
firebolt778-Jul-05 3:36 
GeneralRe: need help on generate report to excel Pin
urxlnc0077-Jul-05 19:23
urxlnc0077-Jul-05 19:23 
GeneralRe: need help on generate report to excel Pin
firebolt777-Jul-05 21:36
firebolt777-Jul-05 21:36 
GeneralHelp finding wmstub.lib Pin
Lan_Zer07-Jul-05 13:20
Lan_Zer07-Jul-05 13:20 
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 

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.