Need Help Topic is solved

This forum is reserved for everything you want to talk about. It could be about programming, opinions, open source programs, development in general, or just cool stuff to share!
Post Reply
GopiR
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sat Jan 31, 2009 1:49 pm

Need Help

Post by GopiR »

Hi Team,

I am new to wxWidgets and i am asked to implement PING function and reading .csv file. I could not find much help on the same in the manual.
Can any one give me a sample code for PING and to PARSE a .csv file? This will be of a great help.

Thanks for your time.

Regards,
Gopi
vdell
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 536
Joined: Fri Jan 07, 2005 3:44 pm
Location: Finland
Contact:

Post by vdell »

Moved to Open Discussion since this doesn't seem to have anything to do with wxWidgets.
Visual C++ 9.0 / Windows XP Pro SP3 / wxWidgets 2.9.0 (SVN) | Colligere
GopiR
Earned a small fee
Earned a small fee
Posts: 15
Joined: Sat Jan 31, 2009 1:49 pm

Post by GopiR »

vdell wrote:Moved to Open Discussion since this doesn't seem to have anything to do with wxWidgets.
shepss

Post by shepss »

Hi!!
I am not very good in this, but i am preaty sure that people among http://www.hasbro.com/en_GB/my-little-pony can solve this problem))
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

http://wiki.wxwidgets.org/Reading_text_from_a_file
shows you how to read a text file line by line. To read CSV the only additional step is to split each line, and for this you may use
http://docs.wxwidgets.org/trunk/classwx ... nizer.html
"Keyboard not detected. Press F1 to continue"
-- Windows
BoogaLooBoob
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Aug 09, 2010 7:55 am
Location: Canada

Streaming from PC thru VLV to Xbox360 to my TV

Post by BoogaLooBoob »

Was streaming video from my PC, using WMP 11 thru my Xbox360 to my TV. That has stopped working.

Only possible solution might be to install Windows 7 and WMP 12, but that's not an option right now.

So, anyone know how to stream video downloaded onto my PC using VLC media player thru my Xbox360 to my TV?

Would appreciate the help.

Thx...
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Re: Streaming from PC thru VLV to Xbox360 to my TV

Post by Auria »

BoogaLooBoob wrote:Was streaming video from my PC, using WMP 11 thru my Xbox360 to my TV. That has stopped working.

Only possible solution might be to install Windows 7 and WMP 12, but that's not an option right now.

So, anyone know how to stream video downloaded onto my PC using VLC media player thru my Xbox360 to my TV?

Would appreciate the help.

Thx...
Huh, you're really, really off-topic there... :?
"Keyboard not detected. Press F1 to continue"
-- Windows
BoogaLooBoob
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Aug 09, 2010 7:55 am
Location: Canada

Post by BoogaLooBoob »

Auria...

Thx for the smug reply. Since I'm off topic without realizing it, how about pointing me in the right direction, or better yet, how about offering a solution?

Thought ppl in here were about helping others in need.
Jorg
Moderator
Moderator
Posts: 3971
Joined: Fri Aug 27, 2004 9:38 pm
Location: Delft, Netherlands
Contact:

Post by Jorg »

BoogaLooBoob,

How about putting more effort in finding a forum that is really able to help with your XBOX problems?
Thought ppl in here were about helping others in need.
Well, yes when it is wxWidgets related. But I am not a bad guy so here's a link to help you on your way.

http://tinyurl.com/2utoxne

- Jorgen
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
Post Reply