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 strongm 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. AnuragShrivastava

    1 INSERTnot working from 1000 VB6 & MySQL

    Instead of writing Rs.Open "INSERT INTO venta VALUES ('" & VarFolio & " ','" & Combo1.ItemData(Combo1.ListIndex) & "','" & Menu.IdUsuario & "','" & idpacaux & "'" _ & ",'0','" & total & "','" & Format(Now, "yyyy-mm-dd hh:mm:ss") & "','" & VarSepagaV & "','" & VarCambioV & "','" & VarTpvV & "'" _...
  2. AnuragShrivastava

    .dll needs modifications

    There is no way to conver .exe to .dll. Probably if you can get the project or the class module which has been converted to dll then you may be able to figure out the issue
  3. AnuragShrivastava

    Getting control properties

    Have u written ur code in an event when the combo boxes are not visible. e.g. Form_Load event. If so try putting it somewhere else e.g. FOrm_Activate
  4. AnuragShrivastava

    Catching errors

    The second one is the correct option only. U can't go ahead with the first one. Because in scenarion one even if the logic is successfull then also the code goes to exception handler. In scenarion 2 if the logic is successful then it exits the function and u don't go into the exception handler
  5. AnuragShrivastava

    Can I change the backcolor of default msgbox windows?

    It is not possible to change the background color of MsgBox because it comes from Window settings. You can try to use a modal form or a user control as MsgBox. However if only MsgBox is reqd, you can go on and play around with the SetSysColor API and GetSysColor API to change the colour of...

Part and Inventory Search

Back
Top