Search found 3 matches

by secam59
Thu Jun 12, 2003 5:34 pm
Forum: Coding Questions
Topic: AsCII characters
Replies: 2
Views: 1758

A solution !

Finally, I've found a solution : first, using a ListViewGadget instead of EditorGadget and then Calling GetStockObject() with #OEM_FIXED_FONT or #ANSI_FIXED_FONT parameters.

Here is the explanation from the site


http://www.geocities.com/thestarman3/hack/NPfont.htm


The GetStockObject function ...
by secam59
Thu Jun 12, 2003 10:55 am
Forum: Coding Questions
Topic: AsCII characters
Replies: 2
Views: 1758

I obtain the right semi-graphical characters when I use the Console Mode windows. Here is a small code to see what I want (you must have a .NFO file !)


; PureBasic Visual Designer v3.63c Beta


;- Window Constants
;
#Fenetre_Principale = 0

;- Gadget Constants
;
#Liste_Titres = 0
#Affichage ...
by secam59
Thu Jun 12, 2003 10:20 am
Forum: Coding Questions
Topic: AsCII characters
Replies: 2
Views: 1758

AsCII characters

Hello,

Is it possible to write into a windows gadget (EditorGadget or ListViewGadget) the ASCII characters > 127 and especially the 'semi-graphical' characters of a .NFO file for example ?

Do you need to convert the file or is it just swtiching between two display modes ?

I really don't have a ...