Search found 37 matches

by jb
Tue May 16, 2006 10:37 am
Forum: Coding Questions
Topic: drag and drop to rearrange listicongadget
Replies: 4
Views: 1459

srod wrote:Using the ImageDrag functions seems to be problematic with those having the classic Visual Basic on their systems and so I stear away from those at the moment.
I think Microsoft has released a fix for this problem:
http://support.microsoft.com/?kbid=896559
by jb
Tue May 16, 2006 10:31 am
Forum: Coding Questions
Topic: How do I get a list of all running programs (WIN) tasks?
Replies: 1
Views: 940

You will need to use the EnumProcesses Windows API function.

Here is a link to MSDN:
http://msdn.microsoft.com/library/defau ... cesses.asp

There are some samples on purearea.net
http://www.purearea.net/
by jb
Thu Apr 06, 2006 12:32 pm
Forum: General Discussion
Topic: ODBC/Connection string and use of OCX
Replies: 12
Views: 12652

I also found this code sample here on the forums written by gnozal:

http://www.purebasic.fr/english/viewtopic.php?t=16474

I hope this is of some help to you.
by jb
Thu Apr 06, 2006 12:22 pm
Forum: General Discussion
Topic: ODBC/Connection string and use of OCX
Replies: 12
Views: 12652

I'm currently using VB6 for my (business) applications and I'm looking for a good alternative. PB looks quite good.

I agree with dmb, DSN-less connections are a much needed feature in PureBasic. Adding this feature would surely attract some current VB users.

I found the following code on ...
by jb
Fri Mar 31, 2006 1:20 pm
Forum: General Discussion
Topic: SQLite Broken
Replies: 33
Views: 5877

Fangbeast - Thanks for posting this. I find it very helpful.
by jb
Wed Feb 22, 2006 8:33 pm
Forum: Off Topic
Topic: Are you a professional programmer?
Replies: 15
Views: 3808

I have been making my living doing software development since 1980 and I have always loved working with the Basic languages.

I started out working with mini-computers (Qantel, Basic Four, etc.) writing accounting systems to run on those computers in their different flavors of Basic (QicBasic ...
by jb
Fri Feb 03, 2006 1:38 pm
Forum: Feature Requests and Wishlists
Topic: Gadget?!!... GADGET!!!???? Did I just enroll in pre-school?
Replies: 113
Views: 32361

Dare2 wrote:What about "Fred"
GetFredAttribute(#OKButton) would return "Brilliant" :)
by jb
Fri Feb 03, 2006 1:16 pm
Forum: Feature Requests and Wishlists
Topic: Gadget?!!... GADGET!!!???? Did I just enroll in pre-school?
Replies: 113
Views: 32361

I think widgets is already taken by the former wxWindows now called wxWidgets due to Microsoft.

http://www.wxwindows.org/
by jb
Fri Feb 03, 2006 1:13 pm
Forum: Feature Requests and Wishlists
Topic: Additional StringGadget Flags
Replies: 4
Views: 1437

Dr. Dri wrote:GetGadgetAttribute() and SetGadgetAttribute() would be perfect to do this
Yes, I agree that would be the perfect place to do this.
by jb
Fri Feb 03, 2006 1:06 pm
Forum: Feature Requests and Wishlists
Topic: Gadget?!!... GADGET!!!???? Did I just enroll in pre-school?
Replies: 113
Views: 32361

What I would fear is that Microsoft will now try to patent the "Gadget" much as it did the "IsNot" operator.

http://www.theregister.co.uk/2005/02/22 ... ms_patent/
by jb
Wed Dec 07, 2005 11:08 pm
Forum: Announcement
Topic: Voting PBOSL-Libs & PB4.0
Replies: 20
Views: 8033

[ ] AnimSprite
[ ] AppRunning
[ ] Bignum
[ ] BriefLZ
[ ] CPUmonitor
[ ] CatchDebugOutput
[ ] Cryption
[ ] DDE
[ ] exDatabase
[ ] ExPrinter
[ ] FastFile
[ ] GetExeNameFromSuffix
[ ] GetHWInfo
[ ] GlobalHotkeys
[ ] GlobalSharedmemory
[ ] LoadDllMemory
[ ] MSXML3
[ ] MarqueeTextGadget ...
by jb
Tue Nov 29, 2005 2:00 pm
Forum: Tricks 'n' Tips
Topic: Select Panels from Keyboard
Replies: 1
Views: 1194

Thanks for sharing. Very useful indeed. I was just searching for an example like this.
by jb
Wed Nov 09, 2005 7:57 pm
Forum: Windows
Topic: Number for Backspace?
Replies: 2
Views: 1317

You can configure the new PureBasic IDE to display the ASCII Table. I find this very helpful. Just go to File, Preferences, and then under the ToolsPanel section you can select to display the ASCII Table. Here you will see the ASCII and Hex values for all of the characters.
by jb
Wed Nov 09, 2005 7:40 pm
Forum: Coding Questions
Topic: work with the numbers
Replies: 4
Views: 1596

When I first started working with PureBasic I found blueznl's survival guide to be invaluable. Thanks blueznl!

P.S. Do you have this in PDF format by any chance?
by jb
Wed Nov 09, 2005 7:24 pm
Forum: Off Topic
Topic: Other basics
Replies: 30
Views: 7274

I've got RealBasic 5.5, I find it annoying there is no true main source code, its too oriented towards dragging and clicking. Like the actual basic is an add-on.

A while back my company explored alternative development platforms for desktop applications when it was announced that support for ...