Search found 251 matches
- Mon Sep 19, 2005 11:06 pm
- Forum: Coding Questions
- Topic: Moving a gadget like in the designer?
- Replies: 6
- Views: 2143
- Thu Sep 15, 2005 9:13 pm
- Forum: Coding Questions
- Topic: Coloring StatusBar Items
- Replies: 2
- Views: 1681
- Sun Sep 11, 2005 3:43 pm
- Forum: Coding Questions
- Topic: Pass values (longs) between two PB programs.
- Replies: 15
- Views: 4686
I'm not an expert, but I understood that RegisterWindowMessage should always be used.
Say for example that you are sending a pointer to a string between two programs using #WM_User+17 (directly, not broadcasting it). Suppose another program is broadcasting a pointer to a function and is also using ...
Say for example that you are sending a pointer to a string between two programs using #WM_User+17 (directly, not broadcasting it). Suppose another program is broadcasting a pointer to a function and is also using ...
- Sat Sep 10, 2005 8:47 pm
- Forum: Coding Questions
- Topic: Handling menus through API
- Replies: 4
- Views: 1739
There's a help file you can download that covers most of the api commands, which seems pretty good. I think its the one *here* (if I'm right then the help file is in English)
- Sat Sep 10, 2005 8:24 pm
- Forum: Coding Questions
- Topic: Pass values (longs) between two PB programs.
- Replies: 15
- Views: 4686
- Sat Sep 03, 2005 11:17 pm
- Forum: Coding Questions
- Topic: CreatePolygonRgn_() and windows xp
- Replies: 4
- Views: 2308
- Sat Sep 03, 2005 10:09 pm
- Forum: Coding Questions
- Topic: CreatePolygonRgn_() and windows xp
- Replies: 4
- Views: 2308
- Sat Sep 03, 2005 11:59 am
- Forum: Coding Questions
- Topic: Icons in submenues?
- Replies: 16
- Views: 5196
- Sat Sep 03, 2005 11:12 am
- Forum: Coding Questions
- Topic: Icons in submenues?
- Replies: 16
- Views: 5196
- Fri Jul 01, 2005 9:10 am
- Forum: Coding Questions
- Topic: how do i change the window style using windows api!??!
- Replies: 4
- Views: 1750
- Thu Jun 30, 2005 12:04 pm
- Forum: Coding Questions
- Topic: how do i change the window style using windows api!??!
- Replies: 4
- Views: 1750
Try running this No close/minimise buttons in the corner 
Code: Select all
OpenWindow(0,0,0,400,400,#PB_Window_ScreenCentered,"Title")
Delay(3000)

- Tue Jun 21, 2005 7:36 pm
- Forum: Announcement
- Topic: PureBasic 3.93 Beta 2 for MacOS X available
- Replies: 23
- Views: 8350
Yeah, I never got all this anti-Mac stuff. I used a PC right up until a few months ago and now I'm using a Mac. All I can say is that they seem pretty damn good to me. Don't get me wrong, PCs are good too, and cheaper, but I really enjoy using OSX. Little things like pressing F9 and all the open ...
- Fri Jun 17, 2005 10:23 am
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Drag n Drop
- Replies: 12
- Views: 3076
- Wed Jun 15, 2005 10:00 am
- Forum: Feature Requests and Wishlists
- Topic: Handles and IDs
- Replies: 2
- Views: 1298
- Tue Jun 14, 2005 6:53 pm
- Forum: General Discussion
- Topic: DLL for BMP -> TIFF
- Replies: 1
- Views: 1160
I thought I'd seen a tip for this. El_Choni gave some code for saving as tiff *here* Although I think there is a dependency for non-XP that would need to be included.