Search found 44 matches
- Jan 29, 2010 7:51
- Forum: Archive
- Topic: FBWinPrint 0.10
- Replies: 54
- Views: 38364
- Jan 11, 2010 5:18
- Forum: Libraries & Headers
- Topic: FB_GUI V1.20.5 (New Release Dec 19, 2019)
- Replies: 107
- Views: 85475
- Jan 10, 2010 6:19
- Forum: Libraries & Headers
- Topic: FB_GUI V1.20.5 (New Release Dec 19, 2019)
- Replies: 107
- Views: 85475
- Jan 05, 2010 7:58
- Forum: Beginners
- Topic: FBWinprint Users ? Need help with 'Landscape' mode .
- Replies: 0
- Views: 1130
FBWinprint Users ? Need help with 'Landscape' mode .
Hi, Just came across FBWinprint in this thread: http://www.freebasic.net/forum/viewtopic.php?t=9498&postdays=0&postorder=asc&start=15 Download link: http://antonigual.phatcode.net/fbsources/fbwinprint.zip and was trying to use it in my current project. In the printer dialog I selected &q...
- Dec 24, 2009 15:59
- Forum: Community Discussion
- Topic: Good morning ladies :-)
- Replies: 31
- Views: 9491
- Dec 22, 2009 4:24
- Forum: Archive
- Topic: FBWinPrint 0.10
- Replies: 54
- Views: 38364
- Dec 21, 2009 4:52
- Forum: Beginners
- Topic: Line (Graphics) B/BF question [RESOLVED]
- Replies: 5
- Views: 1638
- Dec 20, 2009 18:59
- Forum: Beginners
- Topic: Line (Graphics) B/BF question [RESOLVED]
- Replies: 5
- Views: 1638
- Dec 20, 2009 12:02
- Forum: Beginners
- Topic: Line (Graphics) B/BF question [RESOLVED]
- Replies: 5
- Views: 1638
Line (Graphics) B/BF question [RESOLVED]
Hi, In the Line (graphiics) command, what is B (or BF) - a number or a string ? I need to draw a filled box if a condition is true, and an empty box if false. Example: '---------------------- dim as string btype; if(condition =0) then btype = "B" else btype= "BF" endif Line (15,1...
- Dec 20, 2009 8:58
- Forum: Beginners
- Topic: Presentation
- Replies: 2
- Views: 1324
- Dec 16, 2009 5:34
- Forum: Beginners
- Topic: FB development slowed ?
- Replies: 1
- Views: 1228
FB development slowed ?
Hi,
Just curious - The last beta was released more than a year ago.
Prior to that, releases were quite frequent.
Just curious about the slowdown.
I don't mean to offend anyone - esp. the developers, and esp. since FB is free (Thank You!)
-Regards.
Just curious - The last beta was released more than a year ago.
Prior to that, releases were quite frequent.
Just curious about the slowdown.
I don't mean to offend anyone - esp. the developers, and esp. since FB is free (Thank You!)
-Regards.
- Dec 16, 2009 5:27
- Forum: Beginners
- Topic: Screen Resolution: PC to PC issue
- Replies: 3
- Views: 1506
Hi, After browsing the forums, I understand that point 3 is due to a bug in FB. This happens when the screen res. is set to more than the desktop size. Then the mouse position at the bottom is not reported properly. See this topic - it leads to other links on this issue http://www.freebasic.net/foru...
- Dec 15, 2009 5:05
- Forum: Beginners
- Topic: Screen Resolution: PC to PC issue
- Replies: 3
- Views: 1506
- Dec 14, 2009 20:54
- Forum: Beginners
- Topic: Screen Resolution: PC to PC issue
- Replies: 3
- Views: 1506
Screen Resolution: PC to PC issue
Hi all, I have a GUI program that starts thus: mode = ScreenList(32) While (mode) hres = HiWord(mode) vres = LoWord(mode) mode = ScreenList Wend '------------------------------------------- ScreenRes hres,vres, 32, ,&h04 This worked fine on my PC screen (19" monitor), giving a hres & vr...
- Nov 02, 2009 9:46
- Forum: Beginners
- Topic: Some info on FB resource *.rc files ?
- Replies: 3
- Views: 1672