Search results for query: *

  • Users: RTRD
  • Content: Threads
  • 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

    Question GIF not rendering...

    GIF not rendering when a form is fullscreen in BG, why?
  5. 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"...
  6. 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