Jump to content
xisto Community

moodsey211

Members
  • Content Count

    41
  • Joined

  • Last visited

About moodsey211

  • Rank
    Newbie [Level 3]
  • Birthday 04/08/1988

Profile Information

  • Gender
    Male
  • Location
    Cebu City Philippines
  1. 16. Sleep.Don't forget to sleep. It really works. just a nap. your brain is just like an engine, too much work would cause it to overheat. so let it cool for a while by sleeping. it's not just for your brain but also for your entire body. just don't over do it. hahahaha.
  2. For me it really depends on you. Java and C++ as its own pros and cons, it really depends on you which language you would prefer. provided that you are willing to sacrifice based on the language you choose. for example if your going to develop the game using java, you will have to sacrifice its speed and hardware requirements. In the other hand if your going to develop it in C++ then be prepared to do complex programming. The choice really would be yours to make.
  3. There is also another way of doing this. through the used of javascripts. <scirpt>setTimeout("foo()",5);function foo(){window.href = "otherpage.html";}</script> this will actually work just like have the meta tag but search engines would not flag your web page as a spam. If you don't want to ensure that there is not output before calling the function (i.e. header function) then you can do this by invoking the function ob_start() which buffers the page in the server before sending it to the clients browser. so you can rest assure that your header will still work even if there is already an output sent.
  4. If your using vista you'll get the .NET Framework so you don't have to worry anything about the .NET Framework. Any language in the .NET Family would fit for vista. in fact VS .NET is specially designed for vista. If you want something other than C# then try VB.NET. VB is known for rapid software development. You might want to check it out.
  5. try setting the time to 0. shutdown -s -t 00 -f this will prevent the user from stopping it. the -f will force exit all open apps.windows provide the program "type". this is commonly used by viruses to attached themselves to the OS during its start up. and it's very difficult to revert it. so be extra careful.
  6. may i know if what is this code all about?
  7. ahhh. I've never have had wrote a program that really needs a precise time. may I ask if you turn on and off your timer? I mean during each execution of the timer you turn it off and after its execution you turn it on...
  8. better start by writing you SRS (System Resource Specification) to get you going. planning is the most important thing you should do. plan what your system is all about. what is it capable of doing and what are its limitations. This will guide you through it all. when your done making it then you can start coding your program. it will be easy now since you already have a plan of what your system should look like and how should it behave.
  9. really??? but VB timer creates a different thread for its own execution. I've used it before for timer agents used in cafes and other apps that uses timers. I don't see any problem with it.
  10. I was just imagining what the LOR would be if the cast of the movie is performed by known comedian. like Jim Carey, Eddy Murphy and lot of more. But the theme is still serious. how would it be? uhmm. I wonder. hahaha.
  11. hahaha. I guess if it works for the recycle bin it would also work with other apps or folders. but hey give the guy a break. at least he gives us idea. although I still don't know the essence of it but you could actually use this trick to redirect an access to a folder to the recycle bin. just by putting the registry key as an extension of the folder.
  12. yeah me too. i used lynx to surf the net. in that way they won't know what site i'm visiting unless they read my screen.
  13. Well it works fine with me. I've taken a screen shot of it. Just pm me if you wanted that screen shot. cheers
  14. Dear Sam, lolz. sounds like Dr. Heart. The kind of thing you hear over the radio. But seriously if you really in love with that girl (either of the two but not both) you should be the one to make the first move. (don't expect them to do it for you) how can you be more than a friend if you don't have the courage to be more than just a friend, right? It's natural that she'll ask a friend to be with her maybe because she's shy. just win her trust and who knows the next date you'll have will be the most remembered date that you'll ever have. Persistence and diligence is very important in winning a girls heart. Sincerely, Dr. Heart LOLZZZ
  15. But C# have it's pros and cons. In my opinion is not that great. I would still prefer C++. C# is for Windows platform only. while you can have C++ on linux or any unix based OS. For me, C# can't replace C++.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.