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 Mike Lewis 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: *

  1. juanvelas

    Show system and/or hidden files

    Ok I finally got it right I created a form with three buttons. then the code to edit the registry Private Sub Command1_Click() Call Shell("regedit c:\windows\escrit~1\showall.reg", 1) End Sub Private Sub Command2_Click() Call Shell("regedit...
  2. juanvelas

    Modify Registry

    Hi i need to modify a registry key, how is that done using a visual basica program Thank you juanvelas correo@runbox.com
  3. juanvelas

    String Usage

    Hi. Is this code correct? is in spanish but not to worry!!! long memoria::swaplibre() { long cantidad=0; long NroPaginas; NroPaginas = ((MAX_MEM/5)/1024); long contador=0; long multiplicador=1; while (contador<=NroPaginas) { //Is this correct? the array is declared //as...
  4. juanvelas

    Show system and/or hidden files

    Peter Meachem, The idea is to create a shortcut, so you don´t have to go all the way to &quot;view, folder options,,,,,etc&quot;, instead you click a button for showing all files everywhere(&quot;that is hidden files, system files, and normal files) and i you want to hide them again (so your...
  5. juanvelas

    Show system and/or hidden files

    I have a huge question, i hope someone can answer it. First remember when you go to windows explorer and then you go to view, then folder options, then select view and then you select show all files, do not show hidden files or do not show hidden and system files. Ok what i need is a Visual...

Part and Inventory Search

Back
Top