Search results for query: *

  • Users: RTRD
  • Order by date
  1. R

    Application Activation

    Ok, so this is what i got so far: Imports MySql.Data.MySqlClientPublic Class frmLogin Dim conn As MySqlConnection Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles Button2.Click Me.Close() End Sub Private Sub Button1_Click(sender As...
  2. R

    Get stats/specs from pc to database/mail

    How can I get stats/specs for pc using the app being sent to database/mail? I only need like these stats: Windows version Main browser Location (Country) Etc...
  3. R

    Count keys

    How can i count keys pressed within ex. 1 min? Or how do i count a spesific key?
  4. R

    Only the last IF...

    Thanks! :)
  5. R

    Only the last IF...

    How do I change only one letter with the "Case"? Like a translator thing. Ex: E to e But still translates rest of the text in the box...
  6. R

    Question SQL or Xml??

    I would recommend SQL. But you will need either a dedicated server or a webhotel you can store the data on. So you have to link the app to the remote SQL database.
  7. R

    Question GIF not rendering...

    GIF not rendering when a form is fullscreen in BG, why?
  8. R

    Only the last IF...

    Only the last IF is "rendering", why? And how do I fix it? :) '------------------------------------------ ' RAL Colors '------------------------------------------ If HexBoxText = "" Then 'do nothing Else If HexBox.Text = "#BEDB7F"...
  9. R

    Dual Screens

    Can you give me an example? :P
  10. R

    Dual Screens

    How can I check if a computer has multiple screens? And is it possible to move form to other screens aswell?
Back
Top