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!

Recent content by Herby1976

  1. Herby1976

    Generated a mousclick from code

    Got it working whit this code. But it works only with framework 3.0 or higher. First test i got only the 2.0 .net. Thnaks for the advice
  2. Herby1976

    Generated a mousclick from code

    Try to autoclic in the webpage. Only the move works for xpos but not the ypos, there it's using all the time 0. Use this code: Public Declare Sub Mouse_Event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Int32, ByVal dy As Int32, ByVal cButtons As Int32, ByVal...
  3. Herby1976

    Generated a mousclick from code

    It's in the form in the webbrowser. Then i can do some reapeating stuf with the program that i do now manualy.
  4. Herby1976

    Generated a mousclick from code

    I want to generate a left mousclick event from VB code. Sombody a idee how to do it? Thanks
  5. Herby1976

    Multi line columns name Datagridview

    found a solution for the problem
  6. Herby1976

    Mysql Inner Join Query Mysql vs Access

    The relations solve the problem. Do it now in less then 0.5 seconds. Thnaks for the help
  7. Herby1976

    Multi line columns name Datagridview

    or a other better component that more like the flexgrid(vb6)
  8. Herby1976

    Multi line columns name Datagridview

    Is it posibble in a datagridview to create a multiline columns name like a flexgrid in vb6?
  9. Herby1976

    Mysql Inner Join Query Mysql vs Access

    Ok gone try to define a foreign key relation. First try give some errors but gone try it again later again.
  10. Herby1976

    Mysql Inner Join Query Mysql vs Access

    klanten.klanten.Klantnummer is the primairy key for that table so also automatic a index for that table.
  11. Herby1976

    Mysql Inner Join Query Mysql vs Access

    I run a Mysql server 5.1 as test on a little server. I compare the same SQL statement whit Mysql and access. Whene i use de sql statement "select dconlinelog.logtabel.* , klanten.klanten.* from(dconlinelog.logtabel)inner join klanten.klanten ON dconlinelog.logtabel.Log_KLNR =...

Part and Inventory Search

Back
Top