
Search found 28 matches
- Fri Jul 18, 2003 2:29 pm
- Forum: Announcement
- Topic: Support for unsigned types: byte, word, and long!
- Replies: 4
- Views: 2776
- Sun Jul 13, 2003 11:32 am
- Forum: General Discussion
- Topic: Long splitting into signed hiword and loword (FMOD DSP unit)
- Replies: 3
- Views: 2570
- Sat Jul 12, 2003 5:50 pm
- Forum: General Discussion
- Topic: Long splitting into signed hiword and loword (FMOD DSP unit)
- Replies: 3
- Views: 2570
- Sat Jul 12, 2003 12:21 am
- Forum: General Discussion
- Topic: Long splitting into signed hiword and loword (FMOD DSP unit)
- Replies: 3
- Views: 2570
Long splitting into signed hiword and loword (FMOD DSP unit)
Hello ...
How can I split a signed long into two signed .w (words)?
This procedure's from Danilo do it unsigned :
Procedure LOWORD(Value)
ProcedureReturn Value & $FFFF
EndProcedure
Procedure HIWORD(Value)
ProcedureReturn (Value >> 16) & $FFFF
EndProcedure
Procedure MAKELONG(low, high ...
How can I split a signed long into two signed .w (words)?
This procedure's from Danilo do it unsigned :
Procedure LOWORD(Value)
ProcedureReturn Value & $FFFF
EndProcedure
Procedure HIWORD(Value)
ProcedureReturn (Value >> 16) & $FFFF
EndProcedure
Procedure MAKELONG(low, high ...
- Wed Jul 09, 2003 10:40 pm
- Forum: General Discussion
- Topic: tired of bulky mail clients?
- Replies: 57
- Views: 15060
- Wed Jul 09, 2003 10:11 pm
- Forum: General Discussion
- Topic: tired of bulky mail clients?
- Replies: 57
- Views: 15060
Okay
Here are the download:
Link: => http://www.cyberzone2001.de/programme/tiny_mail.exe
Size: ~ 1.5 MB
It's a self-extracting archive with 6666 mails for testing
Start the program by using the Tiny Mail.exe

Here are the download:
Link: => http://www.cyberzone2001.de/programme/tiny_mail.exe
Size: ~ 1.5 MB
It's a self-extracting archive with 6666 mails for testing

Start the program by using the Tiny Mail.exe

- Tue Jul 08, 2003 10:47 pm
- Forum: General Discussion
- Topic: tired of bulky mail clients?
- Replies: 57
- Views: 15060
- Tue Jul 08, 2003 12:41 am
- Forum: General Discussion
- Topic: tired of bulky mail clients?
- Replies: 57
- Views: 15060
- Mon Jul 07, 2003 11:16 pm
- Forum: General Discussion
- Topic: tired of bulky mail clients?
- Replies: 57
- Views: 15060
- Mon Jul 07, 2003 9:11 pm
- Forum: General Discussion
- Topic: tired of bulky mail clients?
- Replies: 57
- Views: 15060
- Sun Jun 15, 2003 3:06 pm
- Forum: Off Topic
- Topic: Can anybody explain me about VAT in the EU?
- Replies: 8
- Views: 3552
- Sun Jun 15, 2003 2:45 pm
- Forum: Tricks 'n' Tips
- Topic: Spin Gadget (und ein Hinweiß für das Help-File
- Replies: 4
- Views: 2675
- Thu Jun 12, 2003 2:25 pm
- Forum: General Discussion
- Topic: Problem with catch events from EditorGadget() -->PB 3.7
- Replies: 33
- Views: 13000
Right - I had this problem too
You can send this messages to the gadget:
Now the scrollbars always showed - and your problem is solved 

You can send this messages to the gadget:
Code: Select all
SendMessage_(GadgetID(#Number), #EM_SHOWSCROLLBAR, #SB_VERT, #True)
SendMessage_(GadgetID(#Number), #EM_SHOWSCROLLBAR, #SB_HORZ, #True)

- Wed Jun 11, 2003 3:47 pm
- Forum: General Discussion
- Topic: VOTE for PureBasic!!
- Replies: 38
- Views: 13282
- Tue Jun 10, 2003 7:03 am
- Forum: General Discussion
- Topic: HInstance ==> hWnd
- Replies: 3
- Views: 3803