Open a .pb file
Play with your mouse's wheel while keeping Ctrl pressed. Is that a bug or a feature?
Search found 26 matches
- Tue Jul 29, 2003 7:24 pm
- Forum: The PureBasic Editor
- Topic: Ctrl+Mouse Wheel in editor's window
- Replies: 1
- Views: 2253
- 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
Thanks
Tony
- Sat Jul 19, 2003 5:30 am
- Forum: Windows
- Topic: ODBC export to Excel Spreadsheet, how to force format
- Replies: 2
- Views: 2591
I also forgot to mention that:
http://www.crystalsoftware.com.au/datap ... _odbc.html
http://www.crystalsoftware.com.au/datap ... _odbc.html
- 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 ...
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 ...
- 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
- 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
- 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 ...
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 ...
- Fri Jul 11, 2003 9:07 pm
- Forum: Coding Questions
- Topic: Scan Keyboard...
- Replies: 5
- Views: 2059
- Tue Jul 08, 2003 8:53 pm
- Forum: Announcement
- Topic: Need Guinea-pigs...
- Replies: 4
- Views: 2882
- Tue Jul 08, 2003 7:59 pm
- Forum: General Discussion
- Topic: tired of bulky mail clients?
- Replies: 57
- Views: 14890
- Tue Jul 08, 2003 12:12 am
- Forum: General Discussion
- Topic: tired of bulky mail clients?
- Replies: 57
- Views: 14890
- Mon Jul 07, 2003 11:04 pm
- Forum: Off Topic
- Topic: Install / Uninstall Software
- Replies: 1
- Views: 1772
- 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
Thanks,
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
Thanks,
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.