Content Type
Profiles
Forums
Events
Everything posted by Dutchdre
-
Flash - Adding A Font?
Dutchdre replied to ripken204's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Try this from the actionscript dictionary: http://www.adobe.com/support/flash/action_...tionary373.html -
Check out http://thedutchjewel.6x.to/ for the best freeware software. A nice and impressive big updated list of freeware.
-
All outgoing emails automatically marked as High Priority
Dutchdre replied to creativepart's topic in Microsoft Office
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. -
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!
-
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 . . .
-
SQL Query Help
Dutchdre replied to army20's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
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; -
MSFN Website menus?
Dutchdre replied to ziggy1971's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
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 -
How to remap F1 key to create a new folder
Dutchdre replied to matthewk's topic in Customizing Windows
I found something very intresting: http://www.anzio.com/support/documentation/remap.htm -
I found the same problem on the official daemon-tools website. Check it out there
-
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.
-
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
-
Help Me Enable GD for PHP
Dutchdre replied to notooth's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
Check the official PHP GD manual: http://www.php.net/gd -
SOUNDEX in VB ?
Dutchdre replied to riyaspro's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I found this: The "Soundex" Function in Visual Basic I think it can help you out... -
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()); }
-
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.
-
We cant reply your question if we dont know which programming language you use!
-
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
-
C# copy file help
Dutchdre replied to tony-inpo's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Read this tutorial: http://www.codeproject.com/csharp/copydire...esrecursive.asp -
Why don't you run two query's? One for each table?
-
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...
-
Is this possible?
Dutchdre replied to durex's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
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 -
Colour Class Help Java
Dutchdre replied to The_Big_Man's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
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 -
@diddykong Yes, this is the official XPize website. @Martijn Thanks for noticeing. { bedankt euhj } Fixed...
-
can't download file....
Dutchdre replied to el_diablo4303's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
you're sure the link on the list.asp page is like: http://www.mydomain.com/Uploads/filename.ext BTW: links are case sensitive.