Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hackproof
  • Order by date
  1. hackproof

    screen saver

    Thanks man but the thing is I wanted to trigger the build in screen saver of the windows and not my own screen saver or maybe change the settings of the windows screen saver without using API. Sorry, I wasn't to clear on what I wanted to do.
  2. hackproof

    screen resolution

    Sorry guys, I forgot to ask on how to change the screen resolution without using an API to the desired resolution I wanted programmatically.
  3. hackproof

    screen saver

    Hi guys, I need your help again, does anyone know how to trigger the screen saver in VB .Net codes without using API? Just use the build in components of VB .Net.
  4. hackproof

    splash screen sound

    Thanks guys, I was finally able to play audio files in VB .Net without using API. If you guys are curious about it, here is the code...... My.Computer.Audio.Play(My.Resources.Intro, AudioPlayMode.Background) where "My.Resources.Intro" is the audio the I wanted to play which is already added in...
  5. hackproof

    screen resolution

    Thanks guys for the help. Do you know some other way to do this without using API? Just use the components that VB .Net already have?
  6. hackproof

    splash screen sound

    Thanks guys for the help. Do you know some other way to do this without using API? Just use the components that VB .Net already have?
  7. hackproof

    splash screen sound

    Hi guys, I wanted to play a sound when my splash screen appears but I don't know how in VB .Net. I used to add an ole object in my form to plays sounds in VB6 but I dont see that object anymore in VB .Net. Could anyone help me on this?
  8. hackproof

    textbox border color

    thanks guys, so sure know your vb .net. thanks a lot.
  9. hackproof

    textbox border color

    Hi guys, Do you know how to change the border color of textbox? I'm working on a project and a client of mine insist on highlighting textbox objects that require a user input by having red border color of text box. Could anyone help me on this one?
  10. hackproof

    screen resolution

    Thanks guys, your a big help. Do you also know how the change the screen resolution in codes to my desired settings?
  11. hackproof

    screen resolution

    Hi guys, Could anyone help me in determining the screen resolution of a pc in VB .Net codes? I working on a project and I'm just new in VB .Net 2005 so could anyone help me on this like giving me an example program to see the codes or something. I tried researching it in the net but I'm having...
  12. hackproof

    using a .net component in a VB6 exe file...

    Is it possible to use a created .net tlb file in a created VB6 exe file? I created a dll component in .net and i want to use that .net dll in my VB6 exe file but I having an "automation" problem. could anyone help me on this one? Thanks.
  13. hackproof

    linksys router problem or not??

    our internet connection used aDSL and were getting 716Kbps, more or less from time to time. is there another alternative way to solve this coz having to install a dedicated T1 connection is very expensive for our company and i dont think our boss would allow it.
  14. hackproof

    linksys router problem or not??

    im having some problem with our internet connection, it seems it gets cut off when every computer in our network browsing the internet or downloading a file at the same time. we have about 20 computers in our network including our server and the bandwidth that our connection is about 716kps, i...
  15. hackproof

    administrative shares are missing.....

    thanks for the info bcastner but i already tried that approach and it still doesnt work. for a while it work but them after a couple of minutes the administative share are missing again. could you give me another way to solve this or tell me why is this happening? i have already installed all...
  16. hackproof

    administrative shares are missing.....

    could someone help me on this, the administrative shares such as ADMIN$, IPC$, C$ are missing from our server. even if i try sharing them again, it goes missing after a while and i dont have any idea why. i have read a lot from microsoft about this issue and it says that a virus or spyware may...
  17. hackproof

    administrative shares are missing.....

    if so then how can i enabled them again, could you help me on this?
  18. hackproof

    administrative shares are missing.....

    could someone help me on this, the administrative shares such as ADMIN$, IPC$, C$ are missing from our server. even if i try sharing them again, it goes missing after a while and i dont have any idea why. i have read a lot from microsoft about this issue and it says that a virus or spyware may...
  19. hackproof

    internet connection cuts off when using VPN...

    thanks for the reply...in not familiar with this but i just created a VPN connection in the WindowsXP network connection control panel. where can i find this split tunneling option?? i have read some books that i have to use the Router and Remote Access service in the server...im not really sure...
  20. hackproof

    internet connection cuts off when using VPN...

    im just new in networking so could anyone help me with this problem. i have a windows 2000 server and windowsxp clients in our network and used the ISP's DNS servers as the forwarders for internet connection throuthout the network. our internet connection work fine that way but when we try VPN...

Part and Inventory Search

Back
Top