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: jonybd
  • Order by date
  1. jonybd

    How to stop programs from launching on startup

    Start/Run/Regedit HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Run And Start/Run/Regedit HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Run and then if you are useing Winxp , Right click on Run and click permissions > Make Read only and remove full control you...
  2. jonybd

    Multi Process Stop

    (msn messenger) Q.How could i stop multi processes for msnmsgr.exe ? Q. Please let me know how can i make one *.exe file not to open multi processes ?? Problem Starts When: I execute msnmsgr.exe .. when i click 10 times msnmsgr.exe , It creats multi processes and then it stop to appear in...
  3. jonybd

    Dell Bios Login Problem

    Helo, I have a dell laptop where novel Os is installed and i forget the password to access and make changes also i forget the Bios password, i just want to install WIn OS in this dell laptop How can i remove bios password from this dell laptop or is there any default password ?? please give...
  4. jonybd

    how to read mother board information / send!

    how could i read mother board information ? say for example i want to turn of the fan how to pass a signal to mother board ? what function or header i need to work for that ?
  5. jonybd

    reading informaiton from mother board

    how could i read information from my motherboard ! and send signal to it /? and get value from it ? for example ,, i want to turn off the fan ? or i want to read ram memory how ?
  6. jonybd

    usp port or lpt, com1 ports

    how to get information on lpt1, com1 or usb ? which api or dll or function does help me to get information about that ?
  7. jonybd

    Saving data to a database

    you can use mysql goto www.mysql.com or use microsoft access for your database software then use connection to database and you can solve your problem. http://www.mysql.com/products/myodbc/manual.html
  8. jonybd

    Howto select TV-Out / Monitor from VB app ?

    are you talking about hardware of vga card or you are telling to detect the display signal where is going ?
  9. jonybd

    to make double clic on a image

    you can load pictures in your form too and then use double click event for your problem. might helped
  10. jonybd

    I have useed flowing code to open

    i think in client pc everything was/is not setup perfectly
  11. jonybd

    MDI Form and picture box problem!! help pls

    put a picture box ; and there put another image box and set the scratch option true then picture wont go larger:
  12. jonybd

    Database Fields With Space!

    I have Mysql Database/Table Name = Test. But i have Fields name = "Space Fields Testing" not "SpaceFieldsTesting" how to allow this kind of fields ?
  13. jonybd

    Form

    This is running from a MDI Form, which createing child window, now if i want to hide any window and recover it , what should i do ? Private Sub mnuNew_Click() Dim Frm As New MdiChildForm Frm.Caption = Frm.Name & Forms.Count Dim mm As Panel...
  14. jonybd

    RS delete

    Note: When ever the """DATE"""" fields are empty then the delete is rejected. Note: ALl fields is need to be fillup , where i dont need to input some field. currently : i fill up all fields , but which is wrong for me. DATABAse MySql - latest download...
  15. jonybd

    RS delete

    i am useing "rs.Delete adAffectCurrentrun" but why run time error '-2147217864 (80040e38)': Row Cannot be located for updateing.Some values may have been changed since it was last read.
  16. jonybd

    Window List

    any one know ? how to list mdiform child windows list in a statusbar / coolbar/ toolbar , so that i can handle closeing/minimizeing/maximizeing them !!
  17. jonybd

    vb Mysql

    useing shell("cmd.exe /c") its working now.
  18. jonybd

    shell problem!!!!!!!!

    I m in WinXp: I did all shell , winexec, shellexecute, shellexecuteEX command.com those are the following that wont work: shell ("command.com /c c:\mysql\bin\mysqldump.exe -u root database > f:\savenow.sql") shell ("c:\mysql\bin\mysqldump.exe -u root database >...
  19. jonybd

    why Shell not allow to run mysql Utility ?

    This was programmeing code problem where i use ing now shell("cmd.exe /c c:\mysql\bin\mysqldump.exe -u root database > f:\blab.sql") ' will not work , shell("command.com /c c:\mysql\bin\mysqldump.exe -u root database > f:\blab.sql") shell("c:\mysql\bin\mysqldump.exe...
  20. jonybd

    why Shell not allow to run mysql Utility ?

    i used without password from command line. it works fine even i worked that out useing borland c++ #include <stdio.h> #include <conio.h> #include <windows.h> void main() { system(&quot;c:\\mysql\\bin\\mysqldump.exe -u root database > F:\\backup.sql&quot;); getch(); ///////// works...

Part and Inventory Search

Back
Top