AKueda Posted May 6, 2006 at 01:32 PM Report Share #26055 Posted May 6, 2006 at 01:32 PM Alguem sabe fazer um programa em visual basic 6.0, k fassa printscreens? tou farto de matutar e n consigo... ajudem me la Link to comment Share on other sites More sharing options...
UnKnowN Posted May 6, 2006 at 01:34 PM Report Share #26057 Posted May 6, 2006 at 01:34 PM Só para tirar o Print ? Link to comment Share on other sites More sharing options...
psiico Posted May 6, 2006 at 01:55 PM Report Share #26063 Posted May 6, 2006 at 01:55 PM Axo k isto vai ajudar: http://support.microsoft.com/kb/q161299/ tá em ingles Psiico // Portfolio Link to comment Share on other sites More sharing options...
UnKnowN Posted May 6, 2006 at 02:00 PM Report Share #26065 Posted May 6, 2006 at 02:00 PM Nao me parece que seja a maneira mais simples apesar de nao saber usar mais nenhuma ... se alguem aqui no forum souber como num Botao fazer a funçao de uma tecla, neste caso Print Screen (vbKeyPrint) é muito mais facil ... pelo menos kuando olhei para isso achei um exagero, se é realmente perciso nao sei ... 😐 Link to comment Share on other sites More sharing options...
psiico Posted May 6, 2006 at 02:59 PM Report Share #26069 Posted May 6, 2006 at 02:59 PM simples ou nao é uma forma, depois analizasse o codigo e ve-se partes dispensaveis 😉 Psiico // Portfolio Link to comment Share on other sites More sharing options...
Tiago Salgado Posted May 6, 2006 at 08:21 PM Report Share #26091 Posted May 6, 2006 at 08:21 PM Da uma olhadela aqui http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=309&lngWId=10 Link to comment Share on other sites More sharing options...
vbtipo Posted May 7, 2006 at 06:50 PM Report Share #26201 Posted May 7, 2006 at 06:50 PM Tu não precissas de programar para fazer os PrintScreen's é só calcar no botão. Acho que deves querer é uma outra coisa? Lema: Se eu não saber de alguma coisa não se preocupem porque tento sempre ajudar alguma coisita, nem que seja, por palpites/sugestões. Link to comment Share on other sites More sharing options...
Crack Posted May 8, 2006 at 12:26 AM Report Share #26281 Posted May 8, 2006 at 12:26 AM Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal Flags As Long, ByVal ExtraInfo As Long) Call keybd_event(vbKeySnapshot, 0, 0, 0) ta feito Link to comment Share on other sites More sharing options...
UnKnowN Posted May 8, 2006 at 12:38 PM Report Share #26321 Posted May 8, 2006 at 12:38 PM Podes explicar tudo o que puseste aí ? e já agr.. deu-me erro 😐 Link to comment Share on other sites More sharing options...
Crack Posted May 8, 2006 at 06:02 PM Report Share #26393 Posted May 8, 2006 at 06:02 PM defacto eu expliquei muito rapido, tava com pressa Metes isto num module: Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal Flags As Long, ByVal ExtraInfo As Long) Metes isto por exemplo num button: Call keybd_event(vbKeySnapshot, 0, 0, 0) Picture1.Picture = Clipboard.GetData Picture1 - é uma PictureBox Link to comment Share on other sites More sharing options...
UnKnowN Posted May 8, 2006 at 08:25 PM Report Share #26437 Posted May 8, 2006 at 08:25 PM looool explicaste o menos importante ... Picture1 - é uma PictureBox eu sei aos molhos 🙂 tipo nao percebo é a parte do "user32" do ByVal bVk As Byte, ByVal bScan As Byte, ByVal Flags As Long, ByVal ExtraInfo As Long, Etc, etc, etc Link to comment Share on other sites More sharing options...
vbmaster Posted May 8, 2006 at 08:30 PM Report Share #26441 Posted May 8, 2006 at 08:30 PM está a declarar a API do windows que faz a função que pretendes. 🙂 Link to comment Share on other sites More sharing options...
joninho Posted May 8, 2006 at 08:31 PM Report Share #26443 Posted May 8, 2006 at 08:31 PM Em 08/05/2006 às 22:25, UnKnowN disse: looool explicaste o menos importante ... Picture1 - é uma PictureBox eu sei aos molhos 🙂 tipo nao percebo é a parte do "user32" do ByVal bVk As Byte, ByVal bScan As Byte, ByVal Flags As Long, ByVal ExtraInfo As Long, Etc, etc, etc Mas já obtiveste resultado? Link to comment Share on other sites More sharing options...
UnKnowN Posted May 8, 2006 at 08:35 PM Report Share #26445 Posted May 8, 2006 at 08:35 PM Nao tentei ... mas por agr nao é isso que está em "jogo" 😄 dps experimento e posto o resultado (se deu ou nao) Link to comment Share on other sites More sharing options...
Crack Posted May 8, 2006 at 09:34 PM Report Share #26479 Posted May 8, 2006 at 09:34 PM como o vbmaster disse é uma API do windows. Ja agora quem quiser a muitas coisa gira que se pode fazer com as API's, umas brincadeiras 🙂 Link to comment Share on other sites More sharing options...
UnKnowN Posted May 9, 2006 at 12:21 PM Report Share #26566 Posted May 9, 2006 at 12:21 PM Podias fazer 1 tuto sobre isso ? Link to comment Share on other sites More sharing options...
Crack Posted May 9, 2006 at 04:13 PM Report Share #26603 Posted May 9, 2006 at 04:13 PM Posso ver isso, so que agora tou cheiro de trabalho, tenho o ano a terminar neste mes e dois trabalhos para acabar e mais os testes , mas posso ver isso este fim de semana, talvez abra ai um topico com isso, com varias tricks 🙂 Link to comment Share on other sites More sharing options...
UnKnowN Posted May 9, 2006 at 05:43 PM Report Share #26625 Posted May 9, 2006 at 05:43 PM EhEh era do BEST mas nao quero que te prejudiques por minha causa lol 😄 Link to comment Share on other sites More sharing options...
PreTenDer666 Posted May 11, 2006 at 05:38 PM Report Share #26893 Posted May 11, 2006 at 05:38 PM Aqui fica um prog que tira prints que arranjei na net. Vejam o codigo, ja da para perceber e tirar umas ideias Link to comment Share on other sites More sharing options...
Ridelight Posted May 11, 2006 at 05:40 PM Report Share #26894 Posted May 11, 2006 at 05:40 PM Aqui não funciona ! Bloqueia ! Regras do FÓRUM Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now