Search found 128 matches

by oridan
Sat Sep 20, 2008 10:01 am
Forum: Applications - Feedback and Discussion
Topic: Language Support - translation needed
Replies: 12
Views: 8079

[Identity]
AppID=TimeServer
Language=Italiano

[WindowTitle]
Window_0=TimeServer
Window_1=Info
Window_2=Orologio sul desktop
Window_4=Impostazioni
Window_5=Avviso! Spegnimento sistema

[MenuTitle]
Title_1=File
Title_2=Opzioni
Title_3=Aiuto

[Menu]
#MENU_3 =Esci
#MENU_4 =Aggiungi Server NTP
#MENU ...
by oridan
Sat Mar 01, 2008 2:07 pm
Forum: Applications - Feedback and Discussion
Topic: Oridan Windows Cleaner 2008
Replies: 32
Views: 17315

Character wrote:Very nice and good looking program.
(also like the simplicity concept!)
Let me know if you need Dutch language.
Thanks
:D

For the Dutch language I will make you know.
by oridan
Mon Feb 11, 2008 8:27 pm
Forum: Tricks 'n' Tips
Topic: PureShredLib (flawed)
Replies: 21
Views: 6602

Nice tools & Good job! :D

Thank you Inf0Byt3 for this interesting shared lib.
I will use it in my program Windows Cleaner! :lol:
bye
by oridan
Fri Feb 01, 2008 12:40 am
Forum: Coding Questions
Topic: Detect empty Start Menu folders?
Replies: 4
Views: 1706

Hi eJan, try with my code:


Global TotalSize.q

Procedure.s Convert(byte.q, NbDecimals.l=2)
If byte < 1024
If byte < 0
byte=0
EndIf
ProcedureReturn ReplaceString(Str(byte)+" Byte", ".", ",")
ElseIf byte >= 1<<60
ProcedureReturn ReplaceString(StrD(byte/1<<60, NbDecimals)+" EB ...
by oridan
Mon Jan 28, 2008 8:44 pm
Forum: Applications - Feedback and Discussion
Topic: Oridan Windows Cleaner 2008
Replies: 32
Views: 17315

Update 1.2 - Standard & Portable Version (Jan 28, 2008)
- Fixed: Not correct reading size of the cache of Internet Explorer

Download
Standard
Portable
by oridan
Fri Jan 25, 2008 1:30 am
Forum: Coding Questions
Topic: Code Problem 'confused' 'stuck'
Replies: 6
Views: 1592

Try my libraries: PureCONVERTER()

Download
by oridan
Sat Jan 19, 2008 3:00 pm
Forum: Coding Questions
Topic: RegListSubKey Problem
Replies: 2
Views: 754

RegListSubKey Problem

Hello,
I have a problem with RegListSubKey.
Here my code:

Enumeration
#Window
#Text
#List
#Start
#Stop
#Pause
EndEnumeration

Procedure GetList()
Index=0
Key.s = ""
KeyValue.s = ""
ClearGadgetItemList(#List)
SetGadgetText(#Text,"Scanning: 0" + " keys")
While RegListSubKey("HKEY_CLASSES_ROOT ...
by oridan
Sat Jan 19, 2008 12:01 pm
Forum: Tricks 'n' Tips
Topic: Get detailed Windows version
Replies: 5
Views: 3182

Hello breeze4me,
you code returns these errors (I use PB 4.02 and Windows XP Home SP2):
Constant not found: #SM_SERVERR2
Constant not found: #SM_MEDIACENTER
Constant not found: #SM_STARTER

I have added to you code this and now it work:
#SM_SERVERR2 = 89
#SM_MEDIACENTER = 87
#SM_STARTER = 88 ...
by oridan
Fri Jan 18, 2008 11:31 pm
Forum: Applications - Feedback and Discussion
Topic: Oridan Windows Cleaner 2008
Replies: 32
Views: 17315

New
Oridan Windows Cleaner Portable v1.1 (Jan 18, 2008)

Download

Portable Version Limits:
- No installer
- No splash screen
- Only Internet Explorer is the browser supported

:wink:
by oridan
Wed Jan 16, 2008 10:49 pm
Forum: Applications - Feedback and Discussion
Topic: Oridan Windows Cleaner 2008
Replies: 32
Views: 17315

Psychophanta wrote:Is there a portable version of internet explorer and windows :?: :?
Sorry Psychophanta, but do you want a portable version for internet explorer and windows only?
If yes, then I will build it! :wink:
by oridan
Wed Jan 16, 2008 7:19 pm
Forum: Applications - Feedback and Discussion
Topic: Oridan Windows Cleaner 2008
Replies: 32
Views: 17315

Psychophanta wrote:Request:
- A portable version? i.e. no installable version? :)
If your request is only for the portable version of internet explorer and windows, it is yes.
by oridan
Tue Jan 15, 2008 11:00 pm
Forum: Applications - Feedback and Discussion
Topic: Oridan Windows Cleaner 2008
Replies: 32
Views: 17315

Update v1.1 (Jan 15, 2008)
- Fix: Setting program language resolved
- Added: The Setup program now support new language: French, Deutsch, Español
by oridan
Sat Jan 12, 2008 5:45 pm
Forum: Applications - Feedback and Discussion
Topic: Oridan Windows Cleaner 2008
Replies: 32
Views: 17315

Update v1.1 (Jan 12, 2008)
- Added: Support for Windows Server 2008 (Tested on Standard and Enterprise Version)
- Added: Memory Dumps Files in Cleaner
- Added: Select different drives in Scan
- Minor Tweaks
by oridan
Mon Dec 31, 2007 6:23 pm
Forum: Off Topic
Topic: Happy New Year
Replies: 25
Views: 4478

Happy New Year

Happy New Year by Oridan

Image

Download
by oridan
Sat Dec 29, 2007 7:50 pm
Forum: Coding Questions
Topic: Hyperlink into ListIconGadget
Replies: 4
Views: 1943

netmaestro wrote:Thx, what version of PB are you using?

[edit] Added compiler check to prevent a recurrence of that problem.
Thanks, I use PB 4.02.