topic
stringlengths
1
63
text
stringlengths
1
577k
Change Color of xBrowse Column Headers and Footers
Rick, [img:3s6albvr]http://www.service-fivewin.de/IMAGES/Header2.jpg[/img:3s6albvr] a setting for header AND footer [color=#0000FF:3s6albvr]oBrw1:l2007 := .T.[/color:3s6albvr] [color=#FF0000:3s6albvr][size=150:3s6albvr]1[/size:3s6albvr][/color:3s6albvr] // gradient oBrw1:bClrGrad := { | lInvert | If...
Change Color of xBrowse Column Headers and Footers
Thank you ALL !! appreciate your help Rick Lipkin
Change Color of xBrowse Column Headers and Footers
oBrw4:aCols[2]:bClrHeader := { || { CLR_RED, 155 } } oBrw4:kleuren:bClrHeader := { || { CLR_GREEN, 155 } } // Col Nr. changed to HeaderName
Change Color of xBrowse Column Headers and Footers
Hi How to change xBrowse Header character color? I saw it black color.
Change Color of xBrowse Column Headers and Footers
or include [code=fw:38e4romy]<div class="fw" id="{CB}" style="font-family: monospace;"><br />WITH OBJECT oBrw<br />&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp;:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">&#123;</span> || <span style="color: #000000;">&#123;</span> <span style="co...
Change Color of xBrowse Column Headers and Footers
Hi Marc, Uwe Thanks a lot. Solved.
Change Color of xBrowse Column Headers and Footers
About header colors: bClrHeader should return an array of length 2 or 3. 1st element is used as Text Color. When oBrw:l2007 is false or when oBrw:lFatStyle is true, 2nd element is used as back color If Array length is 3, then 3rd element is used for line color in the header, other wise text color is used for lines. ...
Change Dialog Style at runtime
How to change dialog style define from resource?RC:INFO DIALOG 6, 15, 473, 347STYLE WS_POPUP | WS_VISIBLE | WS_SYSMENUFONT 10, "Courier"{}PRG://perfectly as expectedDEFINE DIALOG oDlg RESOURCE 'INFO'... ACTIVATE DIALOG oDlg//-------------------//on the other prg with child windowDEFINE WINDOW oWnd TITLE "Test Child" M...
Change Dialog Style at runtime
I GOT IT!!!Oh my!!! that was easy and fast reply too <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --...
Change Dialog Style at runtime
Yet... still not able to change dialog style at runtime...The above is just a workaround.... <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> Feel free to post your solution please.... <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" ...
Change Dialog Style at runtime
Hello,There is a toppic for V-tools in the forum.There, i change everything at runtime.Afterwards i write the source for it.You find it at :<!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/vtools.zip">http://www.pflegeplus.com/fw_downloads/vtools.zip</a><!-- m -->When you need, i can send you ...
Change Dialog Style at runtime
Frances,Some styles can be changed at runtime, some others can't be change. Its a Windows limitation.In those cases you can only end() the dialog (destroy it) and create a new one with the right styles.
Change Dialog Style at runtime
Mr. Antonio,After years of programming with Xharbour.org/FWH....Fivewin is so robust and flexible you can have some workaround effortlessly... to fit one's style in coding...Glad <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> you're <!-- s8) --><img src="{SMILIES_PATH}/icon_co...
Change Directory to where the EXE is
I cannot rely on the users' shortcut to ensure I have the right "working directory" How can I find the name of the directory of the EXE that is being run so I can change to the directory where the EXE is with DirChange(ALLTRIM( CurDrive() + ":\" + EXEDIR????()))
Change Directory to where the EXE is
[code:2mu51gkp]CFILEPATH&#40; GETMODULEFILENAME&#40; GETINSTANCE&#40;&#41; &#41; &#41; + "YOUREXE&#46;EXE"[/code:2mu51gkp] EMG
Change Directory to where the EXE is
Thank you very much.
Change Disable Fg color
Hi everyone; When a control is disabled, it shows in a shade of gray --as it should and as the expected windows behavior. Having said that however, here is an unusual question: is there a way to disable a BUTTONBMP control object and yet change the text (fg) color? How? Thank you for any help; Reinaldo.
Change Disable Fg color
Should I guess that this is just not possible?
Change Disable Fg color
I'm not sure I understand the question. Does your bitmap button have a text bitmap? Or, is there such a thing as a bitmap button that also has text (I don't remember seeing such a button)? Regards, James
Change Disable Fg color
Here is a sample: [code=fw:2bhj9xx8]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">REDEFINE</span> BUTTONBMP <span style="color: #0000ff;">ID</span> <span style="color: #000000;">202</span> <span style="color: #0000ff;">OF</span> ::<span style="color: #000000;">oDlg</s...
Change Disable Fg color
Rienaldo, According to Microsoft's documentation, there is a color setting for this: [quote:1atu9gyv]COLOR_GRAYTEXT Disabled (gray) text in buttons. This color is set to 0 if the current display driver does not support a solid gray color.[/quote:1atu9gyv] See here: <!-- m --><a class="postlink" href="http://msdn.mic...
Change Disable Fg color
[quote:u0ziw7f5]standard terms are "OK" and "Cancel." [/quote:u0ziw7f5] Always good to be reminded. I should be paying more attention to this. Thank you very much. Reinaldo.
Change FONT and FONT SIZE on MsgInfo() function
Is it possible to Change FONT and FONT SIZE on MsgInfo(), MsgYesNo() ... functions ... ore get the source of them. Best regards,
Change FONT and FONT SIZE on MsgInfo() function
I think not. They are only Windows API calls. EMG
Change Font in Tooltip
This syntax belongs to the tooltip xbrowse, changing his source? example: Lucida Console and other [code=fw:w6h0o1cf]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#123;</span><span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>IVE->RECEBID = <span...
Change Font undefined SAY
hello to all, are there some way to change the say's font of the undefined SAY, I mean if we define says in dialog (resource) is possible to change the font of the SAY without redefine it? regards Marcelo
Change Font undefined SAY
Marcelo, at the end of the defined dialog ( or window ) add : [code=fw:1zeiidzq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />AEVAL<span style="color: #000000;">&#40;</span> oDlg:<span style="color: #000000;">aControls</span>, ;<br />     <span style="color: #000000;">&#123;</span> | oCtl | IIF<span...
Change Font undefined SAY
Thanks, I want to change the font of the says no redefined from a dialog, I think your solution is for says explicitly defined Thanks and regards Marcelo
Change Font undefined SAY
Marcelo I hope this is what you are looking for ? Rick Lipkin [code=fw:n4bra5w9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br /><br /><span style="color: #B900B9;">//---------------------</span><br />...
Change Font undefined SAY
Hi Marcelo, you want to change the font of an undefined control, so wou'll have "to get your hands dirty". First, get the handle (hWnd) of every child control in your dialog, then check the id (-1) and type (Static) of that control to identify your target(s), and then change the font. Sth like [code=fw:y1ucsetb]<div...
Change Font undefined SAY
I think he want to change the fonts of the text controls with an ID of -1 in the resource.
Change Font undefined SAY
Gale You are correct .. control ID -1 can not be changed .. you have to create a Text Control with a valid ID in your .rc and then REDEFINE with Color and Font with Code. Rick Lipkin [code=fw:1rd0mdxg]<div class="fw" id="{CB}" style="font-family: monospace;"><br />LTEXT <span style="color: #ff0000;">"Vendor Id"</spa...
Change Font undefined SAY
Thanks to all for the responses Carlos thanks your suggestion, this work very well, now are there the possibility to change the color too? best regards Marcelo
Change Font undefined SAY
Marcelo, You can get the fish, or learn how to fish <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> The matter is: using a control's (windows) handle, change it's color (like ::SetColor() does). One of the blessings of using FW is that you have 99% of the source code, so we hav...
Change Font undefined SAY
Carlos, good philosophy, if I find the solution, I will publish it here Thanks Marcelo
Change Font undefined SAY
Marcelo Several years ago I was faced with a similar situation .. look for a workaround for Static text ID -1 or just go through each .rc and assign and replace each -1 with an ID number of your choice. When you have a unique ID for your text, it makes it so much easier to code fonts,color and transparency. [code=fw:...
Change Footer colors (xBrowse)
Is there any example of an interactive color change in Footer (xBrowse) ?
Change Footer colors (xBrowse)
Did you already make a looking for "footer color"? Regards
Change Footer colors (xBrowse)
Hi, [code=fw:22ekfnjq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oCol:<span style="color: #000000;">bClrFooter</span> &nbsp; &nbsp;:= <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;...
Change Footer colors (xBrowse)
Thank you for your help ! Of course, I immediately tried the construction of aCols[cl]:bClrFooter:={||{RGB(...), RGB(...)}} aCols[cl]:RefreshFooter() But at the same time, only the font color changes, and the background color does not change <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" />...
Change Footer colors (xBrowse)
return color pair { nClrText, nClrBack } when your bClrFooter is evaluated.
Change Footer colors (xBrowse)
Sorry, I got it! Is the update method not enough aCols[cl]:RefreshFooter() ?
Change Footer colors (xBrowse)
Hi, this code... [code=fw:22usqbs2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; oCol:<span style="color: #000000;">bClrFooter</span> &nbsp; &nbsp;:= <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span><span style="color: #00C800;">IF</span><span sty...
Change Footer colors (xBrowse)
hi Friends [code=fw:33ecz7zk]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;oCol:<span style="color: #000000;">bClrFooter</span> &nbsp; &nbsp;:= <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span>CLR_GREEN, CLR_BLUE<span style="color: #000000;">&#125;...
Change Footer colors (xBrowse)
[code=fw:718bpgzt]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br...
Change Footer colors (xBrowse)
Hi Mr. Rao, Which application do you use to create gif files. Thanks.
Change Footer colors (xBrowse)
ScreenToGif
Change GET
Good afternoon. is there any way to know in which to get there was a change in a dialog
Change GET
From Demont Frank <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=11752&start=0&hilit=acontrols#p58011">viewtopic.php?f=3&t=11752&start=0&hilit=acontrols#p58011</a><!-- l -->
Change GET TEXT COLOR when GET Focused.
Hi , I want to change the TEXT Color ONLY when GET is focused. Please guide me how I can set it ? Thanks in advance..! Shridhar
Change GET TEXT COLOR when GET Focused.
Shridhar, maybe SetGetColorFocus() is what you are looking for. Best regrads, Otto
Change GET TEXT COLOR when GET Focused.
Shridhar, Changing a SINGLE-get ( not global !!! ), otherwise Ottos solution. [color=#0000FF:165wr099]REDEFINE GET oGet VAR nTickCount ID 970 PICTURE "99999" OF oDlg UPDATE[/color:165wr099] This changes the GET ON FOCUS to RED with black text [color=#FF0000:165wr099]oGet1:bGotFocus [/color:165wr099]:= { | nKey, n...
Change GET TEXT COLOR when GET Focused.
Hi Otto, Uwe , Want to set globally but, as SetGetColorFocus() function I can set color only for Background not for Text. Is there any way so I can set color for both Text and Background globally ? Thanks Shridhar
Change GET alignment
Hello, I need to change GET alignment in run time, I don't remember but I think it is possible sending some message to the object, some help?, I want to use only one get control regards Marcelo
Change Groupheaders in Xbrowse on new Values
We can change the header with this code : oBrw1:bChange := { || oBrw2:cHeaders := { FIELD->CODE + '1', FIELD->CODE + '2', FIELD->CODE + '3' }, oBrw2:RefreshHeaders() } But can we also change the Groupheader ? aMaand = Array with 12 months nMaand is actual month On start, the groepheader is Januari, but when I chang...
Change Groupheaders in Xbrowse on new Values
Marc, oBrowse:SetGroupHeader( 'NOVO TITULO', 1, 14 )
Change Layout of content of the tooltip
Hello, I a browse I have a Char Field. It look like : "Iphone<br>64mb<br>green<br>touchscreen" enz.. It is used for a import in a php shopcart, where the <BR> will take care that each item is on a new line for viewing. I would like tho see also from the browse and his Tooltip the Items on each new line Iphone 64...
Change Layout of content of the tooltip
[code=fw:qtwytpbl]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cTags &nbsp; &nbsp;:= <span style="color: #ff0000;">"Iphone<br>64mb<br>green<br>touchscreen"</span> <br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cStr &nbsp; &nbsp;:=...
Change Layout of content of the tooltip
[code=fw:2uyxg5g4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> MyColToolTip<span style="color: #000000;">&#40;</span> oBrw, r, c, f, oMouseCol, nMouseRow <span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">local</span> uBm, uV...
Change Layout of content of the tooltip
If you want to display multi-line in both xbrowse and also in tool-tips [code=fw:1gupisqe]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span sty...
Change Layout of content of the tooltip
Thank you all. I found a post that it is not yet possible to keep the Tooltip Balloon longer on screen Options : 1 by time : we can set the time, or 2 Keep visible as long as we are on the cell, and change when we change to a other cell. Is this also for Xbrowse ? Maybe Xbrowse has this option inside... [qu...
Change Layout of content of the tooltip
Implemented and is due to be released in 17.01
Change Layout of content of the tooltip
[quote="nageswaragunupudi":33jd2z6u]Implemented and is due to be released in 17.01[/quote:33jd2z6u] Mr.Rao How about use C5ToolTip?
Change Layout of content of the tooltip
You are free to use C5ToolTip class if you like. It offers more flexibility. This is a class independent of Windows API. Each tooltip involves writing of more code. The tooltips we discussed earlier were tooltips provided by Windows API and usage is simple.
Change Layout of content of the tooltip
In FWH 17.01, we introduced bCellToolTip, which is extremely easier to implement than bToolTip. We recommend using bCellToolTip in the place of bToolTip and deprecate using bToolTip. The sample above is re-written using bCellToolTip [code=fw:1d6gpbxy]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><spa...
Change Layout of content of the tooltip
Hi Mr. Rao, Can we set duration time in bCellToolTip usage? Thanks,
Change Layout of content of the tooltip
Yes, from FWH 17.01 onwards. In the above codeblock instead of returning a character value, return array with 7th element as time in milliseconds. For complete specification, please see whatsnew.txt of FWH 17.01
Change MenuItems on the fly
Hi. I'd like to change the menu items on menu option n (say 5) via code. Can someone help? Thank you, Reinaldo.
Change MenuItems on the fly
Try this: [code=fw:blflxhv3]<div class="fw" id="{CB}" style="font-family: monospace;">oMenu:<span style="color: #000000;">aItems</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">5</span> <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">SetPrompt</span><span style="...
Change MenuItems on the fly
Enrico; Hi. How about removing all submenu options from oMenu:aItems[5] and then adding 3 new submenu items with actions to oMenu:aItems[ 5 ]? Thank you, Reinaldo.
Change MenuItems on the fly
Please look inside mru.prg. EMG
Change MenuItems on the fly
Yes! Thank you Enrico. Reinaldo.
Change POPMENU background color?
Dear All, How can I change background color (ClrPane) of POPMENU? I try COLORMENU COLORSELECT but it doesn't change. Thanks in advance,
Change POPMENU background color?
Maybe: [url:29yto4mm]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=30894[/url:29yto4mm] [url:29yto4mm]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=24251&start=0[/url:29yto4mm] [url:29yto4mm]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=36238...
Change POPMENU background color?
[quote="dutch":2io64tdi]Dear All, How can I change background color (ClrPane) of POPMENU? I try COLORMENU COLORSELECT but it doesn't change. Thanks in advance,[/quote:2io64tdi] To be able to use those clauses, you have to define the 2013 style or simply use the COLORS clause MENU oMnu COLORS ..... [code=fw:2io64t...
Change POPMENU background color?
hi, i use this [code=fw:1nlfw1cc]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">IF</span> BGcolor = Rgb<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span>, <span style="color: #000000;">1</span> <span styl...
Change POPMENU background color?
Dear All, Thank you so much, it works well now.
Change TExplorer theme or Color ?
Dear All, Can I change color or theme of TExplorer? Thanks in advance,
Change TExplorer theme or Color ?
Dutch, For the entire ExplorerBar you have: ::nTopColor, ::nBottomColor You can modify the DATA aGradient in each TaskPanel: Also you have DATA nClrTextSpecial INIT CLR_WHITE DATA nClrHover INIT RGB( 66, 142, 255 ) and nClrText
Change Text on ButtonBar!
Hi, I have a Text on ButtonBar via TSay class. I need to change it with pressing "Change It" button. Any help? Thanks. [code=fw:x2mj116s]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="...
Change Text on ButtonBar!
Una forma sería: [code=fw:3deb4jnj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;...
Change Text on ButtonBar!
[code=fw:3b6e46a0]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> BarSay<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> oWnd, oBar, oSay1, oSay2<br />&nbsp; &nb...
Change Text on ButtonBar!
Thank you Mr. Rao, Cesar.
Change Treeview bitmap at runtime
Hi! I'm trying to implement a control access menu based in SysTreeView32. I want to check/uncheck menu items that the user can or not access. [code:3voqq14b] &#123;-&#125;--Menu 1 | |---&#91; &#93; Menu 1&#46;1 | |---&#91;x&#93; Menu 1&#46;2 | +---&#91; &#93; Menu 1&#46;3 | &#123;-&#125;--Menu 2 ...
Change Treeview bitmap at runtime
Although not as fancy, a browse would be much easier to program. James
Change Treeview bitmap at runtime
[quote="Maurilio Viana":1xvxc5lz]1. How can I change bitmap when we click over?[/quote:1xvxc5lz] Try to change the image in the oImageList and then use SetImageList() method. [quote="Maurilio Viana":1xvxc5lz]2. How can I know if a item is checked or not to save the results in a database?[/quote:1xvxc5lz] Store the i...
Change Treeview bitmap at runtime
Maurilio From the oImageList IF oItem:nImage = 1 oItem:Set( ,2) oItem:nImage := 2 ELSE oItem:Set( ,1) oItem:nImage := 1 ENDIF Regards Maurizio
Change Treeview bitmap at runtime
Olá Maurilio beleza <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> O que você precisa seia algo como a imagem abaixo ? [img:1ac4igp4]http&#58;//br&#46;geocities&#46;com/qiinformatica2000/treee&#46;PNG[/img:1ac4igp4] Abraços, Rossine.
Change Treeview bitmap at runtime
[quote="Rossine":1bnhwghg] O que você precisa seia algo como a imagem abaixo ? [/quote:1bnhwghg] Isso mesmo, Rossine! [ ]'s Maurilio
Change Treeview bitmap at runtime
Olá Maurilio, Se eu não estou enganado eu peguei este exemplo aqui mesmo <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> [url:13snl9z1]http&#58;//geocities&#46;yahoo&#46;com&#46;br/qiinformatica2000/tree&#46;zip[/url:13snl9z1] Este exemplo tem vários recursos: ...
Change Treeview bitmap at runtime
where is the ch files ? ---------------
Change Treeview bitmap at runtime
[quote="Rossine":1z6c8a67] Se eu não estou enganado eu peguei este exemplo aqui mesmo <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> [url:1z6c8a67]http&#58;//geocities&#46;yahoo&#46;com&#46;br/qiinformatica2000/tree&#46;zip[/url:1z6c8a67] [/quote:1z6c8a67] Obriga...
Change Version Problem
Old:FWH27XHB 09961BCCNew:FWH705XHB 1.00BCCAo rodar minha aplicação, aparece uma tela MS-DOS por trás. When executo my application, shows a screen in the background MSDOS
Change Version Problem
Marcelo,Tienes que enlazar GTGUI.lib en vez de GTWIN.lib
Change Version Problem
[img:yybwampb]http&#58;//picasaweb&#46;google&#46;com&#46;br/kabrau/TelasCompatilhadas/photo#5202514276493173938[/img:yybwampb][url]http://picasaweb.google.com.br/kabrau/TelasCompatilhadas/photo#5202514276493173938[/url]
Change Version Problem
Marcelo, Tienes que enlazar GTGUI.lib en vez de GTWIN.lib
Change Version Problem
Gracias !!!Thanks !!!
Change Windows Background color in Windows 8
[url:cqdfp82x]http&#58;//social&#46;technet&#46;microsoft&#46;com/Forums/en-US/w8itprogeneral/thread/a5699003-9233-4ddc-96fc-e3c1e4a2a81b/[/url:cqdfp82x] HKEY_CURRENT_USER\Control Panel\Colors
Change Windows Background color in Windows 8
regedit.exe search for WindowText, repeat with F3 change two lines above (Window) from 255 255 255 to 180 180 180
Change Windows Background color in Windows 8
Antonio, [quote="Antonio Linares":1arjmvec]regedit.exe search for WindowText, repeat with F3 change two lines above (Window) from 255 255 255 to 180 180 180[/quote:1arjmvec] Did you mean Window, not WindowText, right? EMG