Search found 244 matches

by Micko
Thu Aug 12, 2010 7:02 am
Forum: Announcement
Topic: Nova Media Player (minimalistic) v0.5.5 202kb
Replies: 15
Views: 6018

Re: Nova Media Player (minimalistic)

funny, tested on seven ultimate
by Micko
Tue Oct 06, 2009 8:41 pm
Forum: Announcement
Topic: PBDev - PureBasic Developer - freeware version
Replies: 61
Views: 34050

Re: PBDev - PureBasic Developer - freeware version

thanks for your hard work and this intention Edwin.
by Micko
Wed Aug 26, 2009 9:59 am
Forum: Tricks 'n' Tips
Topic: Advanced Gadgets
Replies: 3
Views: 2806

very usefull
thanks :D
by Micko
Tue Jul 14, 2009 4:24 pm
Forum: Coding Questions
Topic: How to hide my Window in ALT+TAB?
Replies: 11
Views: 1817

you think you are smarter than everyone on this board :lol: :lol: :lol: ? there are very competent people here but are discreet. you are less gifted, and under succeptible informed. I don't know what is behind your person... :shock:
Why I answered here, because I wrote a program to protect files and ...
by Micko
Mon Jul 13, 2009 9:48 pm
Forum: Coding Questions
Topic: How to hide my Window in ALT+TAB?
Replies: 11
Views: 1817

Rook what is your problem again ? Awake minds need to know somethings without having twisted ideas that you seem to allude... :shock: i know what i'm talking about, you too i think. :evil:
by Micko
Mon Jul 13, 2009 9:23 pm
Forum: Applications - Feedback and Discussion
Topic: Bytessence RegistryCleaner 1.0 BETA - (10jul09)
Replies: 9
Views: 4428

hi Inf0Byt3 !
i will keep it in My favorite tools.
thanks
by Micko
Sat May 23, 2009 12:34 pm
Forum: Announcement
Topic: QuickAlarm
Replies: 27
Views: 16744

really nice ! :D
by Micko
Thu Apr 16, 2009 12:51 pm
Forum: Coding Questions
Topic: use thread to check multiple time
Replies: 5
Views: 1920

Hi Guy !
here i wan't to display a message "It is time" when time is found but not every second

Enumeration
#Window_0 : #StatusBar_Window_0 : #ListIcon_0
EndEnumeration
Global ExecuteProgram = 0
Define.l Event, EventWindow, EventGadget, EventType, EventMenu

Procedure OpenWindow_Window_0 ...
by Micko
Wed Mar 18, 2009 7:24 pm
Forum: Tricks 'n' Tips
Topic: Starting a clock collection...
Replies: 37
Views: 14112

very nice :D
by Micko
Thu Feb 26, 2009 7:19 pm
Forum: Coding Questions
Topic: use thread to check multiple time
Replies: 5
Views: 1920

thanks Kaeru Gaman
this is an other very basic solution from brossden of French forum
Enumeration
#Window_0 : #StatusBar_Window_0 : #ListIcon_0
EndEnumeration

Define.l Event, EventWindow, EventGadget, EventType, EventMenu

Procedure OpenWindow_Window_0()
If OpenWindow(#Window_0, 643, 30 ...
by Micko
Mon Feb 23, 2009 3:19 pm
Forum: Tricks 'n' Tips
Topic: Computer information using COMate
Replies: 21
Views: 17956

very big work
thanks
by Micko
Thu Feb 19, 2009 11:25 am
Forum: Coding Questions
Topic: use thread to check multiple time
Replies: 5
Views: 1920

hi Idle !
thanks for your reply.
this is exactly what i try to do :
I want to display "found time" whenever the system time is the the same with the listIcon time
i think this part need some structure

Code: Select all

timeBeginPeriod_(tt\wPeriodMin)
Sorry for ma bad English
by Micko
Thu Feb 19, 2009 9:13 am
Forum: Coding Questions
Topic: use thread to check multiple time
Replies: 5
Views: 1920

use thread to check multiple time

hi Guy !
i guess you are feel good. For me i would like to have your help.
Enumeration
#Window_0
EndEnumeration
Enumeration
#StatusBar_Window_0
EndEnumeration
Enumeration
#ListIcon_0
EndEnumeration
Define.l Event, EventWindow, EventGadget, EventType, EventMenu
Global LastElem_
PBHeure ...
by Micko
Mon Feb 02, 2009 1:33 pm
Forum: Coding Questions
Topic: Gadget in statusBar
Replies: 4
Views: 1351

thanks Boss for your very fast answers !

Srod and Gnozal code work well
:)
@ eesau
you are right
by Micko
Mon Feb 02, 2009 11:20 am
Forum: Coding Questions
Topic: Gadget in statusBar
Replies: 4
Views: 1351

Gadget in statusBar

Hi Guys !
what about your morning, for me not so cool because i have one problem
i just want to put some gadget in Statusbar but seems difficult know. please i need a help
Enumeration
#Window_0
EndEnumeration
Enumeration
#StatusBar_Window_0
EndEnumeration
Enumeration
#CheckBox_0
EndEnumeration ...