Results 1 to 10 of 10

Thread: I need some program ideas [Resolved]

  1. #1

    Thread Starter
    Addicted Member Porsche944's Avatar
    Join Date
    Apr 2005
    Location
    Ann Arbor
    Posts
    182

    Resolved I need some program ideas [Resolved]

    Hey Guys,
    I got no programs to make right now so I have some personal free time to design something. Anyone have any cool ideas for a program? My programming skill is intermediate in most areas. I'm looking for something that has possibly not been done before but, thats not terribly complex.

    Any ideas are welcome

    Thanks
    Last edited by Porsche944; May 17th, 2005 at 01:56 PM.

  2. #2
    Addicted Member Codehammer's Avatar
    Join Date
    Aug 2004
    Posts
    164

    Re: I need some program ideas

    If you got spare time try make a Virus, that will teach you stuff you aint known before.

    My 1st Idea (non-virus) was to apply policy through regisrty settings. I wanted to make the Program enable the Firewall with only Http & Ftp protected, then disable the time changes on a Machine, remove all windows automatic updates and disable background changes. I Actually need some of these for work even though everyone has admin Rights.

    Second Idea:to somehow get the gateway and wins and DNS that windows stores in the properties if TCP/IP protocol. I Think it stores it in the Registry in Unicode, it'd be nice to be able to read it.

    Let me know if you do any of these.....
    Curiosity SKILLED the cat
    Google Talk from your Mobile phone

    Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: I need some program ideas

    Buy one of those neat little back-lit LCD pixel displays and write a program to stream a News website (CNN or BBC maybe) RSS feed to it, then mount it on the wall behind your PC to impress your friends.

    They usually have Serial cable interfaces so the coding is dead easy.
    You can get the LCD hardware from www.Maplin.co.uk

    There is a decent article about this on the MS website under "Coding4Fun" then follow the link to "some assembly required" (that doesn't mean assembly language by the way, its a bit misleading ).

    I plan to do this if I ever get any spare cash.
    I don't live here any more.

  4. #4

    Thread Starter
    Addicted Member Porsche944's Avatar
    Join Date
    Apr 2005
    Location
    Ann Arbor
    Posts
    182

    Re: I need some program ideas

    Quote Originally Posted by wossname
    Buy one of those neat little back-lit LCD pixel displays and write a program to stream a News website (CNN or BBC maybe) RSS feed to it, then mount it on the wall behind your PC to impress your friends.

    They usually have Serial cable interfaces so the coding is dead easy.
    You can get the LCD hardware from www.Maplin.co.uk

    There is a decent article about this on the MS website under "Coding4Fun" then follow the link to "some assembly required" (that doesn't mean assembly language by the way, its a bit misleading ).

    I plan to do this if I ever get any spare cash.
    Now thats a really cool idea

  5. #5
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    Re: I need some program ideas

    Im glad you brought up the topic and I'm glad Wossy knows about the hardware part 'cause I have been wanting to write a nifty little program to control and monitor the environment of fish-tanks and lizard tanks.

    What advice do u have for that Wossy?

  6. #6
    Lively Member
    Join Date
    May 2005
    Posts
    88

    Re: I need some program ideas

    why don't you write a small application which interfaces with either parallel, serial or even PCI SLOT of the computer.. then when you manage to make things work, write an application to TEACH others. for example makeing sort of a tutorial in GREAT GREAT detail about interfacing and how things should work out.. when your done you will prolly be exhasuted.... i read that interfacing with pci is unbelivabley difficult.

    cheers buddy
    You should LEARN not COPY... by learning you could be original in future work ... by copying you will risk getting in trouble.

    And as always.... What goes around .. Comes Around.

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: I need some program ideas

    Quote Originally Posted by Andy
    Im glad you brought up the topic and I'm glad Wossy knows about the hardware part 'cause I have been wanting to write a nifty little program to control and monitor the environment of fish-tanks and lizard tanks.

    What advice do u have for that Wossy?
    Beats me. You need to have the actual device in front of you before you can start coding for it. You need the tech specs for the device and a copy of the protocol definition that is uses to communicate with the host PC. This is why I have a copy of the Garmin GPS serial protocol specification in front of me.

    For your particular fishtank idea I'd suggest you get hold of one of those small simple parralel port things that measure moisture, heat, light levels and so forth.

    You can get those from Maplin's too.
    I don't live here any more.

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: I need some program ideas

    Quote Originally Posted by wossname
    Buy one of those neat little back-lit LCD pixel displays and write a program to stream a News website (CNN or BBC maybe) RSS feed to it, then mount it on the wall behind your PC to impress your friends.

    They usually have Serial cable interfaces so the coding is dead easy.
    You can get the LCD hardware from www.Maplin.co.uk

    There is a decent article about this on the MS website under "Coding4Fun" then follow the link to "some assembly required" (that doesn't mean assembly language by the way, its a bit misleading ).

    I plan to do this if I ever get any spare cash.
    I did that back in the day in Digital Electronics class using chips like counters, shift registers, and a single chip of 2k RAM.

    @Codehammer, now your not trying to promote Virus' are you
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  9. #9
    Addicted Member Codehammer's Avatar
    Join Date
    Aug 2004
    Posts
    164

    Re: I need some program ideas [Resolved]

    No RobDogg888, but I Do Plan on those things. When using a Public Computer(users we support) Like I Do all the Time, Right-Click, properties, Enable Firewall, disable windows Updates....takes forever.

    Thats what programming is for, making routine Simpler. Well, nobody is responding to this so since the dude has free time, go here if you free:
    http://vbforums.com/showthread.php?t=339307
    Curiosity SKILLED the cat
    Google Talk from your Mobile phone

    Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2

  10. #10
    Addicted Member Codehammer's Avatar
    Join Date
    Aug 2004
    Posts
    164

    Re: I need some program ideas [Resolved]

    & wid this I now got 100 Posts!!!!!!
    Curiosity SKILLED the cat
    Google Talk from your Mobile phone

    Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width