Jump to content
Xtreme .Net Talk

Asso79

Avatar/Signature
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Asso79

  1. The number that is in registry of windows. I want know that data because i should create an application and for security i need that number and others data for example number pc etc
  2. Can i captre serial number of windows in vbnet? Thanks
  3. Asso79

    Sendkeys

    Excuse me: Private Sub TextBox7_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox7.KeyDown
  4. Asso79

    Sendkeys

    I have a problem when i press enter i want that execute tab, but not work Private Sub TextBox7_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown If e.KeyData = Keys.Return Then SendKeys.Send("{TAB}") End If End Sub [code]
  5. Asso79

    Create dll

    ok thanks
  6. Asso79

    Create dll

    But il file dll can be a form? if yes as do i do?
  7. Asso79

    Create dll

    For example i must open a form "xxx" that i saved as dll, What code must i write for call dll and open this form?
  8. Asso79

    Create dll

    I must create an application dividing the project in dll. But i dont know as to do. In internet i dont find nothing. Have u some example or site where i can search dll? Thanks
  9. It's all correct thank you very much :)
  10. It's ok add a newdsn in registry but is not add in administrative tools and odbc? True?
  11. Thank you, i see that u write but not add a new dsn. I change: subkey.SetValue("server", "localhost")
  12. Excuse me i have the file odbc.ini in directory windows so i write: subkey = key.CreateSubKey("windows\ODBC.INI\NEWDSN") but the error is An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll Additional information: The parameter is incorrect.
  13. Perhaps because i use mysql and mysql odbc driver 3.51
  14. i execute the code but not add a new dsn.
  15. It's ok it's need to: Imports Microsoft.Win32
  16. Vbnet not recognized RegistryKey, why?
  17. Yes i interest to your solution sizer.
  18. Its ok. But i cant create a new dsn for odbc with code vbnet without to go in administrator tools and odbc (new dsn). This is connection string: sConnectionString = " Driver={mySQL};Server=SERVERNAME;Port=3306;Option=131072;Database=MYDB ;Uid=USERNAME;Pwd=PASSWORD but i cant create a new dsn Thanks
  19. yes i use mysql database, but if i insert two code of client simultaneously in vbnet as can i do synchronization?
  20. How can i syncronized an instruction of insert in Vbasic net and using executenonquery?
  21. DSN mysql Can i create a dsn mysql writing code without to in administrator tools?
  22. It's ok for c but for vbasic net is different
  23. After that i write the code how can i use for dwProcessorType ? Thanks
  24. Is it for vbnet?
  25. I want to take the value in a cell where i did dbclick.
×
×
  • Create New...