Just curious...
Is this editor written totally in PureBasic? What other libraries are being used? Any C/C++ being used?
Looks very impressive so far!!
Search found 5 matches
- Sun Mar 13, 2005 4:58 am
- Forum: Announcement
- Topic: Purebasic Linux IDE beta1 released
- Replies: 94
- Views: 30728
- Tue Jun 22, 2004 1:33 am
- Forum: Announcement
- Topic: PureBasic 3.91 Beta 2 for Windows unleashed !
- Replies: 60
- Views: 16832
- Mon Jun 21, 2004 1:49 am
- Forum: Announcement
- Topic: PureBasic 3.91 Beta for linux released
- Replies: 29
- Views: 10393
Fred, I am also awaiting email...
...on the Personal Account area. Any idea on when you'll get to those emails? I know you must have a ton of email awaiting you... Just shows how much we love using PureBasic!
-Chris

-Chris
- Fri Apr 23, 2004 3:57 am
- Forum: Coding Questions
- Topic: Line continuation in PureBasic?
- Replies: 2
- Views: 2173
Line continuation in PureBasic?
Is there a line continuation character (or something similar) that would allow me to split a long line of source code to fit on multiple lines? Thanks.
-Chris
-Chris
- Fri Apr 23, 2004 3:54 am
- Forum: Coding Questions
- Topic: How can I get the handle to the desktop?
- Replies: 10
- Views: 3886
The GetDesktopWindow function is documented correctly, and does in fact return a valid handle to the desktop window. But...
The desktop window is the parent window to a SysListView32 window that completely covers the desktop window. It is this child window that is used to display desktop icons. So ...
The desktop window is the parent window to a SysListView32 window that completely covers the desktop window. It is this child window that is used to display desktop icons. So ...