Foro de elhacker.net

Programación => Programación Visual Basic => Mensaje iniciado por: Zeroql en 3 Abril 2006, 16:55 pm



Título: Rich text box transparente
Publicado por: Zeroql en 3 Abril 2006, 16:55 pm
hola como estas, kisiera saber si existe una forma de hacer un control de texto con fondo trasparente, tengo una palicacion que no quiero que pierda el fondo al abrir el rich text box, kien pueda ayudarme gracias.


Título: Re: Rich text box transparente
Publicado por: Cicklow en 3 Abril 2006, 17:19 pm
weno despues de buscar!!! te encontre esto:

This code is for people who want to make skin in an easy way, and it demonstrate a way to do a custom message box with the Msgbox command (msgbox "the message","the title"). Also, my code teach how to do a transparent control (like commandbutton or textbox or FORM), please rate it good, I take several days searching API'S

(http://www.planet-source-code.com/Upload_PSC/ScreenShots/PIC20031081952176574.jpg)

Descarga:
http://www.planet-source-code.com/Upload_PSC/ftp/An_easy_wa1655681082003.zip


Mas Codigos:
http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?optSort=Alphabetical&txtCriteria=text+box+transparent&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&lngWId=1&B1=Quick+Search

Espero que te sea de mucha ayuda
saludos!


Título: Re: Rich text box transparente
Publicado por: xXnewbieXx en 4 Abril 2006, 15:58 pm
con ese método ves el fondo de la pantalla, pero como sería para q c viera el fondo del form? (x ejemplo en caso d q se quisiera ver una imagen en el picture dl form?)


Título: Re: Rich text box transparente
Publicado por: Cicklow en 4 Abril 2006, 16:15 pm
Weno por lo visto no vieron mi otro link, que decxia que avia mas programas (como este)

Text Box Transparente:
(http://www.planet-source-code.com/upload_PSC/screenshots/PIC20015101032425557.jpg)

This demonstrates an easy way to make a textbox transparent. Here's how it works: First I capture the DC from the textbox hWnd. Then I make a copy of the text in the textbox. Next I paint the text onto the parent control beneath the textbox. And Finally I paint the image behind the textbox onto the DC of the textbox.

Descarga:
http://www.planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=23090&strZipAccessCode=tp%2FR230907151

Y en este link hay mas, hasta para los rich text box:
http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?lngWId=1&?lngWId=1&grpCategories=&txtMaxNumberOfEntriesPerPage=10&optSort=Alphabetical&chkThoroughSearch=&blnTopCode=False&blnNewestCode=False&blnAuthorSearch=False&lngAuthorId=&strAuthorName=&blnResetAllVariables=&blnEditCode=False&mblnIsSuperAdminAccessOn=False&intFirstRecordOnPage=1&intLastRecordOnPage=10&intMaxNumberOfEntriesPerPage=10&intLastRecordInRecordset=24&chkCodeTypeZip=&chkCodeDifficulty=&chkCodeTypeText=&chkCodeTypeArticle=&chkCode3rdPartyReview=&txtCriteria=text+box+transparent


Título: Re: Rich text box transparente
Publicado por: xXnewbieXx en 4 Abril 2006, 20:28 pm
 ;) gracias, hay codes d gran ultilidad en esa pag
salu2! ;D