Thank you.
Search found 91 matches
- Mon Jan 11, 2010 1:38 pm
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 698946
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
oh
Thank you.
Thank you.
- Sun Jan 10, 2010 2:45 pm
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 698946
Re: jaPBe 3.9.12 [IDE for PB 4.xx]
Hi
Is there a way to change the style of labels?
The color changes when I set a new color for ASM keywords. But I can't change
the style of the labels (currently they are italic).
Thanks!
Is there a way to change the style of labels?
The color changes when I set a new color for ASM keywords. But I can't change
the style of the labels (currently they are italic).
Thanks!
- Sat Dec 26, 2009 11:08 am
- Forum: General Discussion
- Topic: #True is only 1, not all True
- Replies: 19
- Views: 8969
Re: #True is only 1, not all True
What Kaeru Gaman wants is basically 'true' boolean expression evaluation
as it's available in other languages such as C# or Java.
'true' and 'false' are completely separated from numbers.
Define myVar.i = 10
If myVar
Debug "True"
EndIf
That wouldn't work in those languages because 10 is not ...
as it's available in other languages such as C# or Java.
'true' and 'false' are completely separated from numbers.
Define myVar.i = 10
If myVar
Debug "True"
EndIf
That wouldn't work in those languages because 10 is not ...
- Sat Aug 29, 2009 11:31 am
- Forum: Coding Questions
- Topic: Window under Cursor?
- Replies: 6
- Views: 1411
- Fri Aug 21, 2009 5:48 pm
- Forum: Coding Questions
- Topic: TextGadget with raised border?
- Replies: 2
- Views: 1175
Something like that?
Code: Select all
TextGadget(0, 10, 10, 300, 20, "Hello World", #WS_DLGFRAME)
- Wed Jun 10, 2009 5:41 pm
- Forum: Coding Questions
- Topic: Borderless Frame? Howto
- Replies: 18
- Views: 4087
- Sun Jun 07, 2009 2:19 am
- Forum: Coding Questions
- Topic: Can this be made to work identically using OpenScreen() ?
- Replies: 3
- Views: 1152
- Wed May 27, 2009 6:11 pm
- Forum: Feature Requests and Wishlists
- Topic: EnableExplicit on by default.
- Replies: 40
- Views: 8380
- Sun May 24, 2009 11:32 pm
- Forum: Announcement
- Topic: PureBasic 4.31 beta 2 released!
- Replies: 44
- Views: 25350
- Thu May 21, 2009 5:13 pm
- Forum: Coding Questions
- Topic: Use MS-DOS Commands in PB ???
- Replies: 9
- Views: 3706
Try this 
[Edit]
Not sure if the import is correct, but it seems to work.
Code: Select all
ImportC "msvcrt.lib"
system(str.p-ascii)
EndImport
OpenConsole()
system("ver")
Input()
[Edit]
Not sure if the import is correct, but it seems to work.
- Tue Apr 07, 2009 3:39 pm
- Forum: General Discussion
- Topic: New Unofficial IDE in development
- Replies: 44
- Views: 12641
- Wed Mar 18, 2009 11:55 pm
- Forum: Tricks 'n' Tips
- Topic: Starting a clock collection...
- Replies: 37
- Views: 14264
- Sun Jan 18, 2009 2:58 pm
- Forum: Tricks 'n' Tips
- Topic: Convert any bitmap to an RTF (rich text) string
- Replies: 43
- Views: 16771
- Sun Jan 18, 2009 2:40 am
- Forum: Tricks 'n' Tips
- Topic: Convert any bitmap to an RTF (rich text) string
- Replies: 43
- Views: 16771
- Sun May 04, 2008 3:15 pm
- Forum: Coding Questions
- Topic: Strange optimization timings
- Replies: 9
- Views: 2338