Search found 73 matches

by Rebe
Sat Oct 16, 2004 9:49 pm
Forum: Coding Questions
Topic: Simple database
Replies: 5
Views: 2048

How would you add a email to this ?
Needs to have a spot for email .
by Rebe
Fri Oct 15, 2004 8:54 am
Forum: Coding Questions
Topic: Weather on my desktop
Replies: 4
Views: 1709

Thank you ,I'll try that WebGadget thing and see what i can do . thank you for the help .
by Rebe
Fri Oct 15, 2004 8:12 am
Forum: Coding Questions
Topic: Weather on my desktop
Replies: 4
Views: 1709

Was hoping to do it with PB ..

And thats the point of the avatar .. lol
by Rebe
Fri Oct 15, 2004 2:43 am
Forum: Coding Questions
Topic: Weather on my desktop
Replies: 4
Views: 1709

Weather on my desktop

Whats a good way to put the weather on a desktop like from a weather page . look like this maybe ?
http://www.samurize.com/modules/myalbum ... p?lid=1799
samurize has it but don't care ofr it .
by Rebe
Mon Oct 11, 2004 7:04 am
Forum: Coding Questions
Topic: backing up out look email and restore .
Replies: 1
Views: 1067

backing up out look email and restore .

Just wonder if anyone has anything like that in code or how to go about it .
The one folder is all in numbers so not sure how would you go about it .
This is the one folder .
{83EA8F37-FA6B-476A-BC29-E853133CD2E4} (number changes for each account)
by Rebe
Wed Oct 06, 2004 5:15 pm
Forum: Coding Questions
Topic: Drag window with no border
Replies: 5
Views: 2614

thank you that did the trick .
by Rebe
Wed Oct 06, 2004 10:33 am
Forum: Coding Questions
Topic: Drag window with no border
Replies: 5
Views: 2614

Umm what would be the main loop . I add it and get errors .
---------------------------
PureBasic
---------------------------
Line 71: Unfinished condition


Or
---------------------------
PureBasic
---------------------------
Line 39: A Procedure can't be declared inside an If, Repeat, While or ...
by Rebe
Wed Oct 06, 2004 9:26 am
Forum: Coding Questions
Topic: Drag window with no border
Replies: 5
Views: 2614

Drag window with no border

I'm making this little tool and just started on the window and was thinking maybe doing no border .
I have that but would like to be able to drag it .not sure how to add the code as I keep getting errors when I add the code .
; PureBasic Visual Designer v3.80 build 1249


;- Window Constants ...
by Rebe
Tue Oct 05, 2004 2:23 am
Forum: Coding Questions
Topic: Time
Replies: 4
Views: 1770

I have the Procedure working with a clock and I can't change it to add one more Procedure . it won't work . Need to change it with that pice of code if i can .
Said can't run Procedure in a Procedure .
by Rebe
Tue Oct 05, 2004 1:37 am
Forum: Coding Questions
Topic: Time
Replies: 4
Views: 1770

Time

Debug FormatDate("%hh:%ii:%ss", Date()) ; Will display the time using the 00:00:00 format
How do you display in 12 hour time ? right now it is 24 hour
by Rebe
Tue Oct 05, 2004 12:03 am
Forum: Coding Questions
Topic: Sit window on bottom
Replies: 2
Views: 1282

Just what I needed .. thank you kind Sir .
by Rebe
Mon Oct 04, 2004 11:42 pm
Forum: Coding Questions
Topic: Sit window on bottom
Replies: 2
Views: 1282

Sit window on bottom

I want the window to be under everything so it is never on top .
How would I do that with code ?
by Rebe
Thu Sep 30, 2004 2:50 am
Forum: Coding Questions
Topic: rename cam images
Replies: 4
Views: 1625

Yes I had just changed that and it is working now . thank you for your help .
by Rebe
Thu Sep 30, 2004 2:42 am
Forum: Coding Questions
Topic: rename cam images
Replies: 4
Views: 1625

Got this when I try to run it ?
---------------------------
PureBasic
---------------------------
Line 23: IsGadget() is not a function, an array, or a linked list

How do I fix that ?
by Rebe
Wed Sep 29, 2004 11:45 pm
Forum: Coding Questions
Topic: rename cam images
Replies: 4
Views: 1625

rename cam images

I found this on the CodeArchiv , could someone help me .i want it to save the pictures and rename them with a number so they are all saved as it refreshs .
Thank you for the help

; German forum: http://robsite.de/php/pureboard/viewtopic.php?t=2015&highlight=
; Author: Danilo
; Date: 18. August ...