Search found 26 matches

by tony
Tue Jul 29, 2003 7:24 pm
Forum: The PureBasic Editor
Topic: Ctrl+Mouse Wheel in editor's window
Replies: 1
Views: 2253

Ctrl+Mouse Wheel in editor's window

Open a .pb file

Play with your mouse's wheel while keeping Ctrl pressed. Is that a bug or a feature?
by tony
Tue Jul 22, 2003 11:42 pm
Forum: Coding Questions
Topic: Does OpenGL works on NT systems?
Replies: 2
Views: 1407

Does OpenGL works on NT systems?

Does OpenGL works on NT (or other) systems? If no, if there a workaound?

Thanks
Tony
by tony
Sat Jul 19, 2003 5:30 am
Forum: Windows
Topic: ODBC export to Excel Spreadsheet, how to force format
Replies: 2
Views: 2591

by tony
Sat Jul 19, 2003 2:32 am
Forum: Windows
Topic: ODBC export to Excel Spreadsheet, how to force format
Replies: 2
Views: 2591

ODBC export to Excel Spreadsheet, how to force format

Hello everyone,

I have a program that export data to an excel spreadsheet using the ODBC library in PureBasic. Most of the code comes from:

http://forums.purebasic.com/english/viewtopic.php?t=6072&highlight=excel+odbc

I just have one little problem. I export numbers, and they are not recognized ...
by tony
Thu Jul 17, 2003 6:53 pm
Forum: Feature Requests and Wishlists
Topic: Date support for old dates & function 'cross call'
Replies: 5
Views: 2688

Yep, but this one doesn't:

date = ParseDate("%yyyy", "1929")
Debug FormatDate("%yyyy", date)
by tony
Wed Jul 16, 2003 5:45 pm
Forum: Feature Requests and Wishlists
Topic: Date support for old dates & function 'cross call'
Replies: 5
Views: 2688

tony slaps himself around with a big trout. 'Declare' is what I was looking for. Any idea about the date business?
by tony
Wed Jul 16, 2003 2:53 pm
Forum: Feature Requests and Wishlists
Topic: Date support for old dates & function 'cross call'
Replies: 5
Views: 2688

Date support for old dates & function 'cross call'

Hi,

I think two things would be nice to have:
--------------- Date support -------------------
date = ParseDate("%yyyy", "1983")
Debug date

date = ParseDate("%yyyy", "1933")
Debug date
--

The date library doesn't support years before the 1970's (I suppose), which is a real pain ...
by tony
Fri Jul 11, 2003 9:07 pm
Forum: Coding Questions
Topic: Scan Keyboard...
Replies: 5
Views: 2059

Never tried it before, but isn't ExamineKeyboard() designed for that?

Just a quick tought
by tony
Tue Jul 08, 2003 8:53 pm
Forum: Announcement
Topic: Need Guinea-pigs...
Replies: 4
Views: 2882

Anybody for a Bolo that works on Windows?
by tony
Tue Jul 08, 2003 7:59 pm
Forum: General Discussion
Topic: tired of bulky mail clients?
Replies: 57
Views: 14890

Can't you back up e-mails in a *.pst file? That should do the trick.
by tony
Tue Jul 08, 2003 12:12 am
Forum: General Discussion
Topic: tired of bulky mail clients?
Replies: 57
Views: 14890

I really don't get it. Outlook works fine on my PC. It's fast, reliable even with tons of e-mails.

I have a 1.2 Ghz processor, 256MB of ram, XP home and Outlook 2000 (from Office).
by tony
Mon Jul 07, 2003 11:04 pm
Forum: Off Topic
Topic: Install / Uninstall Software
Replies: 1
Views: 1772

by tony
Mon Jun 23, 2003 7:21 pm
Forum: Windows
Topic: Windows UID
Replies: 3
Views: 2858

Windows UID

I would like to find a way to get a PC uid. It's a for a serial number protection scheme. I would like to get a unique serial number for every PC.

Thanks,
Tony
by tony
Fri Jun 20, 2003 7:03 pm
Forum: Windows
Topic: Program's directory
Replies: 2
Views: 2169

Program's directory

How do I get the directory where my program is. I would like to know the directory where the .exe is located

Thanks,
Tony
by tony
Wed Jun 18, 2003 5:59 am
Forum: Coding Questions
Topic: ScrollAreaGadget, how do I get the slider position
Replies: 0
Views: 992

ScrollAreaGadget, how do I get the slider position

It's all in the topic. I would like to know the position (in pixels) of the horizontal and vertical sliders.