Jump to content

Dutchdre

Member
  • Posts

    33
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Dutchdre

  1. Try this from the actionscript dictionary: http://www.adobe.com/support/flash/action_...tionary373.html
  2. Check out http://thedutchjewel.6x.to/ for the best freeware software. A nice and impressive big updated list of freeware.
  3. In Outlook 2003: Tools > Options. Click E-mail Options from the Option's dialog Preferences tab. Then, click the Advanced E-mail Options button. I don't know how to do it in other versions but is must be in a familiar way.
  4. On my laptop I've exact the same situation. XPize 4.3, IE7 and WMP11 installed. I've just uninstalled XPize 4.3 after reloading but IE7 and WMP11 are also uninstalled. I think this is not yet a problem with XPize 4.6 Beta 2 but it could be if this bug isn't fixed in the past versions. I haven't read the changelogs so I dont know. If it isn't fixed in the past I think it's a must have for the comming release . . . I'm going to install XPize 4.6 Beta 2 in a few minutes, I love XPize; XPero keep on going the good work!
  5. I have just installed 4.6 Beta 2. First of all i've uninstalled 4.3 and after that IE7 and WMP11 seems to be uninstalled. After installing 4.6 Beta 2 and reinstalling IE7 and WMP11 it all works fine for me but this is a very dirty bug. I think it's because the uninstaller stores the current settings from the installation of 4.3. Afterwards i've installed IE7 and WMP11 . . .
  6. Something like this? SELECT info_tbl.NM_PK, rank_tbl.RANK_NAME, info_tbl.NAME FROM info_tbl INNER JOIN rank_tbl ON info_tbl.RANK = rank_tbl.RANK_NB;
  7. After a little search in the code and one google search i found this: http://www.milonic.com/ Here you can download the menu, and view / download many examples as well greetz, Dutchdre
  8. I found something very intresting: http://www.anzio.com/support/documentation/remap.htm
  9. I found the same problem on the official daemon-tools website. Check it out there
  10. Download XPize MCE XPize is a GUI enhancer that replaces most of the non-XP icons, avis and bmps that Microsoft has always overlooked. It also includes some extras and a reloader, which you can use after visiting Windows Update.
  11. I've downloaded ZSNES v1.42 and scanned with PEiD v0.93 The exe file is encrypted with: UPX 0.89.6 - 1.02 / 1.05 - 1.24 -> Markus & Laszlo
  12. Check the official PHP GD manual: http://www.php.net/gd
  13. I found this: The "Soundex" Function in Visual Basic I think it can help you out...
  14. You can better use an Iterator, this class can also handle other collections than ArrayLists. Iterator it = Arrangements.iterator(); while(it.hasNext()) { System.out.println(it.next()); }
  15. It depends on what you store in the ArrayList. I think if it are Strings you could write them to a file, each element a new line something like that.
  16. We cant reply your question if we dont know which programming language you use!
  17. Dutchdre

    XPize v4.1 MCE?

    This is the right MD5 hash The guy who updated the download page was forgotten to update the md5 hash i've updated the site with the right hash. Have a nice day
  18. Read this tutorial: http://www.codeproject.com/csharp/copydire...esrecursive.asp
  19. Why don't you run two query's? One for each table?
  20. when i read this, i was wondering how it's possible to have a db in the same db with an other name... a db in an other db but other name? I realy don't understand this...
  21. or use a webbased app to access your desktop remote... i know there are some, java based for example, but can't remember they're names :S
  22. Why would you make this? It's already included in java: http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Color.html btw: this looks like an exam, fix it your selfs --EDIT-- Debug the method's brighter() and darker()... I guess they never stop because at the last line of each of them you call it self
  23. Dutchdre

    XPize website

    @diddykong Yes, this is the official XPize website. @Martijn Thanks for noticeing. { bedankt euhj } Fixed...
  24. you're sure the link on the list.asp page is like: http://www.mydomain.com/Uploads/filename.ext BTW: links are case sensitive.
×
×
  • Create New...