Jump to content

Ideas for PPC

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
14 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Today I decided I'd give it a go and try to do something with c# on my PPC.

Any ideas?

P.S. I'm just a beginner :)

BTW will is be possible to make console applications for PPC?

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Does your PPC have the .NET Framework installed and all that?

Maybe some sort of news updates or something.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Yes of course :)

It has Windows Mobile 6.0 :)

I tried a test program with a button and a textbox just for testing. It worked fine on both my laptop and my PPC.

Nah.. I'd like something more useful. I have an idea for my work, but it needs quite some work.

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Make an RSS feed fetcher that displays the feeds on the Windows Mobile home screen. I may make this, if you don't.

#5
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
Careful when you post PPC - at first I thought you meant your Power PC, which is a mac, and I don't believe mono works on a ppc...

Does it have networking support? A rss reader sounds like a good start

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well I don't have GPRS, it's too expensive in here!

But when I connect it to my laptop I do have internet... so it's not worth the time for me, it will be useless in my case.

#7
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
How about something making the most of the touch screen?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well the touch screen can be used for everything.. so that's not much of a help. You have any ideas?

#9
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
How about a simple painting program - maybe you could be able to scribble a quick note or drawing on the screen, and it saves it to a database?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#10
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
That might be too much for a beginner.. don't you think?

#11
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
OK, simplify it - you can just draw on the screen - with one button to clear the canvas?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#12
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Hmm I don't know. At school we only used the console, so I don't know what the forms are capable to do.. but I'll make some research.