Jump to content

Bas

Member
  • Posts

    76
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Croatia

Everything posted by Bas

  1. Just convert them with some png to ico program. Use google to find program. This progie is free (960kb) Imageicon
  2. Icons for Daemon Tools I'm not totally happy with this icon but.... Edited: added green and red icons
  3. Woted for Desktop but my nokia 6630 is in my hands all the time.
  4. How did you miss it? Here it is http://www.msfn.org/board/index.php?showto...indpost&p=61293
  5. or you can use http://www.myfilehut.com/ you get 250Mb. hotlinkig allowed. It's free service ofcourse
  6. I'v just installed PCsuite 6.6.16. I have Nokia 6630 and sending sms works ok. First time when sending, PCsuite asked to instal something on my phone (smssync if I'm not mistaken). You need to install it. After install message was sent. I tried FMA when I had SEk700, and even than I had problems. Nice gui but to much bugs!
  7. Next time try search. This will help you http://www.msfn.org/board/index.php?showto...ndpost&p=133066
  8. CD2DVD Conversion Here you can find detail guide for many games!
  9. I see that all of you guys have problems with space for uploading files. I'm using myfilehut. Its free and you get 250Mb, Hotlinking allowed. Bytheway nice work wnr!
  10. Did you try to make iso with cdimage (cdimagegui)?
  11. My AIO dvd boots in 1024*768 24bits.(see my post) On older pc's boots in 640*480 Did you mean something like that?
  12. Bas

    AVI format

    So you want to find out more about your video files! Gspot or VideoInspector
  13. Bacground is actually made of three separate images. See my last post here where you can download my resource files (2.5mb). (open it with AMS end edit to suit your needs)
  14. Bas

    Bs-Player

    I can't remember how I solved the problem. Try reinstalling video codecs! (I have only these installeed: xvid, ac3filter, ffdshow, divx 6 and Matroska pack) with less codecs you get fewer problems My graphic card is gainward 4600TI - no problems anymore
  15. Here it is Link removed. See my earlier post!
  16. Bas

    Bs-Player

    Hmm. Maybe this wil help In Bsplayer->Preference->General->Snap player windoe to screen edges Some time ago I had that same problem but cant remember how I solwed it. Think that had to do with video settings.(graphic adapter)
  17. I'm using MS Virtual PC, and my installation takes cca 55min. (just windows xp) But I'm using unattended image from hdd, not burned on cd/dvd. Many people prefer vmware but for me MS Virtual PC works better.
  18. My newest boot & setup screenshots 1. boot menu (created with EasyBoot) 2. setup menu (created with Autoplay Media Studio 6) Ok! Download MultiWin Enjoy
  19. You can try EasyBoot. They have very good help, and you can ask for help on their forum. Using EasyBoot is the easiest way in my opinion.
  20. glad to help you RAZ Dad. See this thread (CDIMAGE with Autoplay Menu Studio) for other function you can add to your AIO-DVD project. Just for information, AutoPlay Media Studio 6.0 Beta 3 can be downloaded from Indigo Rose Forums. What's new
  21. Working solution Code for button in Autoplay media 5 result = File.Run("CDIMAGE.EXE", "-lWINXPPRO -t08/23/2001,09:00:00 -bxppro\\xp.bin -h -n -o -m XPEN\\ C:\winxppro.iso", "", SW_SHOWNORMAL, false); xppro\\xp.bin - path to the boot file XPEN\\ - path with windows resources I hope it's not to late to help you with this.
  22. What code did you wrote in Action in APM. Did you select your.exe file directly from APM fileopen wizard. If so Apm just copied it to "AutoPlay/Docs/your.exe". You are wondering where is the rest of your files&folders. You need to work with relative links. Your code looks something like this if I assume correct : File.Open("AutoPlay\\Docs\\your.exe", "", SW_SHOWNORMAL); But, it should be like this: File.Open("Programes\\your.exe", "", SW_SHOWNORMAL); Folder "Programes" will be in the root of your cd/dvd, in your case Multi DVD Folder is root Change your codes, and after publishing just copy autorun.exe,autorun.inf,*.ico and AutoPlay folder in your Multi DVD Folder You can execute autorun.exe to test it before burning I hope this is corect answer to your question Sorry for my english
  23. One of the first autorun menu I created with Autoplay media studio. Serial numbers are pulled out from txt file,so everyone can change it. for RAZ Dad You can put files wherever you want, but you have to set proper source path to those files in Autoplay media studio. My example File.Open("progs\\daemon347.exe", "", SW_SHOWNORMAL); dir "progs" is in the cd/dvd root (g:/progs/daemon347.exe)
×
×
  • Create New...