Search found 17 matches

by Julien
Sat Jul 16, 2005 11:04 am
Forum: Mac OSX
Topic: What do i need to use MacOS X PureBasic?
Replies: 7
Views: 7112

Download and install Xcode 2.1 at http://connect.apple.com/
by Julien
Thu Jul 14, 2005 1:44 pm
Forum: Announcement
Topic: PureVisionXP 2.12 now available
Replies: 31
Views: 11006

A Mac os version is provided ?
by Julien
Sat May 21, 2005 7:41 pm
Forum: Coding Questions
Topic: Window hooking?
Replies: 21
Views: 10652

How to change this code for Work with KEYBOARD ?

Thank
by Julien
Mon May 16, 2005 1:10 pm
Forum: Announcement
Topic: PureBasic for MacOS X beta 1 unleashed !
Replies: 50
Views: 20787

The new beta for Mac OS will be esay to install ?
by Julien
Wed Apr 20, 2005 9:13 am
Forum: Announcement
Topic: UpdatePreference userlib 2
Replies: 0
Views: 1112

UpdatePreference userlib 2

Hi,

This is my new userlib in version 2

http://julien.heisspiter.no-ip.com/Pure ... erence.zip

3 commands for updating a preference file with string, long or float values with Group support
by Julien
Sun Apr 03, 2005 5:26 pm
Forum: Coding Questions
Topic: list and delete Temporary Internet File (VB code to PB)
Replies: 2
Views: 1355

Thank :D
by Julien
Sun Apr 03, 2005 12:34 pm
Forum: Coding Questions
Topic: list and delete Temporary Internet File (VB code to PB)
Replies: 2
Views: 1355

list and delete Temporary Internet File (VB code to PB)

How traduction this code in PB ? (small traduction...)

For list and delete Temporary Internet File

'This project requries a form with a listbox (List1) on it
'and a class module (MemoryBlock)

'In the form:
Option Explicit
Private Type FILETIME
dwLowDateTime As Long
dwHighDateTime As Long
End ...
by Julien
Thu May 22, 2003 2:40 pm
Forum: Coding Questions
Topic: SMTP With password ?
Replies: 1
Views: 1598

SMTP With password ?

Hi,
I use this code, but sever SMTP requires a user and a password.
How to make with this code?

thank



SMTPserver$ = "216.136.173.12" ; ip SMTP server (smtp.mail.yahoo.fr)
Sender$="moi@domaine.fr" ; Sender e-mail
Domain$="domaine.fr"; Sender domain, everyting after the @
Receiver$="rece ...
by Julien
Tue May 20, 2003 11:49 am
Forum: Coding Questions
Topic: Delete Files From Temp\Temporary Internet Files\Recent....
Replies: 16
Views: 6142

This code no work (2000 and XP Home SP1)

Code: Select all

DeleteFile("C:\Documents and Settings\Julien.PERSONNAL\Local Settings\Temporary Internet Files\myfile.jpg")
How to see and delete temporary Internet files ?
by Julien
Mon May 19, 2003 1:55 pm
Forum: Coding Questions
Topic: Find an email in POP
Replies: 1
Views: 1312

Find an email in POP

Hi
I want will seek an email on a pop waiter. But the email is illegible. There is no working.
Where is the problem in this code :

Thanks




InitNetwork()

OpenConsole()

#MODE_Authorization = 1
#MODE_Transaction = 2

Login$ = "pseudo"
Password$ = "pass"
POP_Provider$ = "pop.serveur.fr"

EOL ...
by Julien
Fri May 09, 2003 7:23 pm
Forum: Coding Questions
Topic: How to engrave a file on CD (write files on a CD)
Replies: 7
Views: 2928

How to engrave a file on CD (write files on a CD)

Hello :)
I have a question :
How to engrave a file on CD (write files on a CD) ?
That possible ?

Thank

Julien
by Julien
Thu May 01, 2003 9:47 am
Forum: Coding Questions
Topic: Icon in menu ?
Replies: 2
Views: 1449

It is well, but for an icon in the title of the menu MenuTitle("") ?
by Julien
Mon Apr 28, 2003 11:31 pm
Forum: Coding Questions
Topic: Refresh a window
Replies: 18
Views: 8402

:D Thanks for you Help, i am new in the programation purebasic,
UpdateWindow_(WindowID(5)) work fine
by Julien
Mon Apr 28, 2003 10:49 pm
Forum: Coding Questions
Topic: Refresh a window
Replies: 18
Views: 8402

Sorry but i dont understand,
I want to move the window , but the gadget are not Refresh !
by Julien
Mon Apr 28, 2003 9:29 pm
Forum: Coding Questions
Topic: Refresh a window
Replies: 18
Views: 8402

This code no works in XP home

RedrawWindow_(WindowID(), 0, 0, #RDW_INVALIDATE)

RedrawWindow_(WindowID(), 0, 0, 7)