Here is the finished Procedures, any improvements or additions would be appreciated.
; ListIcon Procedures
Dim ColumnOrder.l(20) ; Holds Number Of Columns In ListIcon Gadget
#LVM_SETCOLUMNORDERARRAY=4154
#LVM_GETCOLUMNORDERARRAY=4155
Procedure SetListIconColumnWidth(Gadget,ColumnIndex ...
Search found 11 matches
- Sat Aug 27, 2005 2:14 pm
- Forum: Windows
- Topic: ListIconGadget Column Order
- Replies: 2
- Views: 1642
- Fri Aug 26, 2005 10:06 pm
- Forum: Windows
- Topic: ListIconGadget Column Order
- Replies: 2
- Views: 1642
- Thu Aug 25, 2005 1:18 pm
- Forum: Windows
- Topic: ListIconGadget Column Order
- Replies: 2
- Views: 1642
ListIconGadget Column Order
Hi,
I am trying to find a way of retrieving/setting the order of the columns in a ListIcon Gaget, but I need some help.
Can someone tell me how I use these commands:
LVM_GETCOLUMNORDERARRAY
LVM_SETCOLUMNORDERARRAY
I can't figure out how to send/retrieve the required information.
Thanks for any ...
I am trying to find a way of retrieving/setting the order of the columns in a ListIcon Gaget, but I need some help.
Can someone tell me how I use these commands:
LVM_GETCOLUMNORDERARRAY
LVM_SETCOLUMNORDERARRAY
I can't figure out how to send/retrieve the required information.
Thanks for any ...
- Fri Feb 18, 2005 6:02 pm
- Forum: Feature Requests and Wishlists
- Topic: Text Clipping
- Replies: 7
- Views: 2144
- Fri Feb 18, 2005 4:53 pm
- Forum: Feature Requests and Wishlists
- Topic: Text Clipping
- Replies: 7
- Views: 2144
Problem Solved!
I found a way round my problem by using:
ExtTextOut (Windows Gdi32.lib)
This command lets you output text using a clipping zone, it would be nice if PB could add an easier to use version of this for people who either can't, or don't wand to access the Windows OS.
ExtTextOut (Windows Gdi32.lib)
This command lets you output text using a clipping zone, it would be nice if PB could add an easier to use version of this for people who either can't, or don't wand to access the Windows OS.

- Sun Feb 13, 2005 10:32 pm
- Forum: Feature Requests and Wishlists
- Topic: Text Clipping
- Replies: 7
- Views: 2144
- Sun Feb 13, 2005 12:12 am
- Forum: Feature Requests and Wishlists
- Topic: Text Clipping
- Replies: 7
- Views: 2144
Text Clipping
Would it be possible to add a feature to the DrawText command so you could restrict your string to a given length in pixels.
For example:
DrawText(Text$,Length)
This way you could restrict your string to say 80 pixels, much more accurate than using the Mid command.
For example:
DrawText(Text$,Length)
This way you could restrict your string to say 80 pixels, much more accurate than using the Mid command.

- Sun Sep 19, 2004 1:06 pm
- Forum: Windows
- Topic: How do I Restart or Shutdown Windows?
- Replies: 3
- Views: 2317
- Sun Sep 19, 2004 12:12 pm
- Forum: Windows
- Topic: How do I Restart or Shutdown Windows?
- Replies: 3
- Views: 2317
How do I Restart or Shutdown Windows?
Does anyone know what system command to use to Shutdown or Restart Windows (compatible with all versions).
I need to do this from full screen mode without any Windows Dialog Boxes appearing.
Thanks for any help.
I need to do this from full screen mode without any Windows Dialog Boxes appearing.
Thanks for any help.

- Sat Sep 11, 2004 10:37 pm
- Forum: Feature Requests and Wishlists
- Topic: Two small feature requests
- Replies: 4
- Views: 1408
- Sat Sep 11, 2004 2:15 pm
- Forum: Feature Requests and Wishlists
- Topic: Two small feature requests
- Replies: 4
- Views: 1408
Two small feature requests
Hi,
I'm new to PB having migrated from Blitz+ and am finding the language to be superior in every way, however I would like to see the following two items added:
1) The ability to print text vertically.
2) A function to paste bitmap images within menus.
thanks for looking
I'm new to PB having migrated from Blitz+ and am finding the language to be superior in every way, however I would like to see the following two items added:
1) The ability to print text vertically.
2) A function to paste bitmap images within menus.
thanks for looking
