Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for johnRiley

Hello, Does anybody know a way of adding captions or subtitles to a video playing in vb.net? .xml would be my preferred choice of file to hold the captions. I have done this in flash cs3 which has a built in functionality for it but any advice on how to …

0
48
Member Avatar for johnRiley

Hello! I was hoping someone could give me a little advice. I have successfully got my flash files and movie files playing together on a vb.net form. (flash files in shockwave object, movie files in activeX object). What i really want to do is to: 1). play transparent flash objects …

0
69
Member Avatar for johnRiley

Hi, I'm trying to do a vector of stringstreams so i can edit/manipulate them using vector functions as i have already done using strings. everything was going fine using... [code] std::vector<std::stringstream> myVector [/code] However i'm getting the error "cannot access private member declared in class 'std::basic_ios<_Elem,_Traits>'" on this line... [code] …

Member Avatar for johnRiley
0
2K
Member Avatar for johnRiley

Hi all, I've been searching for hours but i can't find any solutions so i hope someone can help... Is there any way of proving that the += operator is more efficient than the + operator... i.e. A += B instead of A = A + B I'm hoping to …

Member Avatar for vijayan121
0
130