why in windows the "TrackBarGadget" (limited values from 0 to 100)
in vertical position the value 0 is in the bottom of the bar and
in the linux version (ubuntu 8.10) then value 0 is positioned in the upper side of the bar ?
thanks.
Search found 16 matches
- Wed Jan 14, 2009 10:06 pm
- Forum: Coding Questions
- Topic: TrackBarGadget Window vs Linux version...
- Replies: 0
- Views: 476
- Wed Jan 07, 2009 11:15 pm
- Forum: Mac OSX
- Topic: AddSysTrayIcon on OSX ?
- Replies: 2
- Views: 2104
AddSysTrayIcon on OSX ?
i'm making an application for Win, Linux and (when i buy a mac) for osx.
my application use AddSysTrayIcon but the help of pb4.30 says that " AddSysTrayIcon" is only for win and linux...
will be compatible for osx in near future?
thanks.
my application use AddSysTrayIcon but the help of pb4.30 says that " AddSysTrayIcon" is only for win and linux...
will be compatible for osx in near future?
thanks.
- Wed Jan 07, 2009 10:11 pm
- Forum: Tricks 'n' Tips
- Topic: FMODEX-include
- Replies: 26
- Views: 20485
- Wed Jan 07, 2009 3:09 pm
- Forum: Tricks 'n' Tips
- Topic: FMODEX-include
- Replies: 26
- Views: 20485
- Sun Nov 09, 2008 10:11 am
- Forum: Linux
- Topic: Webgadget on linux?
- Replies: 4
- Views: 3272
- Sat Nov 08, 2008 3:38 pm
- Forum: Linux
- Topic: Webgadget on linux?
- Replies: 4
- Views: 3272
- Fri Sep 05, 2008 10:22 am
- Forum: Coding Questions
- Topic: window event if window is invisible...
- Replies: 7
- Views: 2622
wow thanks!tinman wrote:I don't have any and I don't know how to use COM but I found some C++ code here: http://blog.csdn.net/kuanghong/archive/ ... 13508.aspx
i'll try to implement in PB.
if i succed i'll post here the source...
thanks again...
- Thu Sep 04, 2008 11:36 pm
- Forum: Coding Questions
- Topic: window event if window is invisible...
- Replies: 7
- Views: 2622
- Thu Sep 04, 2008 7:17 am
- Forum: Coding Questions
- Topic: window event if window is invisible...
- Replies: 7
- Views: 2622
- Wed Sep 03, 2008 9:50 pm
- Forum: Coding Questions
- Topic: window event if window is invisible...
- Replies: 7
- Views: 2622
window event if window is invisible...
Hello PB Coders!!
is there a way to detect windows event if a windows is invisible?
if yes how?
ex.
if i open a window...
Procedure.b OpenWindow_MainForm()
If OpenWindow(#MainForm, 326, 264, 566, 295, "PenDrive Immunizer", #PB_Window_SystemMenu|#PB_Window_MinimizeGadget|#PB_Window_TitleBar ...
is there a way to detect windows event if a windows is invisible?
if yes how?
ex.
if i open a window...
Procedure.b OpenWindow_MainForm()
If OpenWindow(#MainForm, 326, 264, 566, 295, "PenDrive Immunizer", #PB_Window_SystemMenu|#PB_Window_MinimizeGadget|#PB_Window_TitleBar ...
- Sat Jun 14, 2008 7:16 am
- Forum: Off Topic
- Topic: Euro 2008 - footie zone!
- Replies: 120
- Views: 25134
- Thu Aug 19, 2004 2:49 pm
- Forum: Coding Questions
- Topic: Changing Desktop WallPaper on the fly ... i try but...
- Replies: 13
- Views: 5426
- Wed Aug 18, 2004 6:15 pm
- Forum: Coding Questions
- Topic: Changing Desktop WallPaper on the fly ... i try but...
- Replies: 13
- Views: 5426
- Tue Aug 17, 2004 12:36 pm
- Forum: Coding Questions
- Topic: Changing Desktop WallPaper on the fly ... i try but...
- Replies: 13
- Views: 5426
Changing Desktop WallPaper on the fly ... i try but...
i try with
SystemParametersInfo_(#SPI_SETDESKWALLPAPER, 0, "C:\Myphoto.jpg", #SPIF_UPDATEINIFILE | #SPIF_SENDWININICHANGE)
but it don't work!
i use winxp.
can you help me?
Thanks!
Ciao Gianluca.
SystemParametersInfo_(#SPI_SETDESKWALLPAPER, 0, "C:\Myphoto.jpg", #SPIF_UPDATEINIFILE | #SPIF_SENDWININICHANGE)
but it don't work!

i use winxp.
can you help me?

Thanks!
Ciao Gianluca.
- Wed Apr 21, 2004 1:24 pm
- Forum: Coding Questions
- Topic: ReadByte question....
- Replies: 2
- Views: 1040