Search results

  1. B

    text box edit

    I'am tring to change a textbox from another class but the text box isn't changing why is that? here is a piece of the code: in the class: Public Class Chat Private Sub SendB_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SendB.Click Dim x As New tee...
  2. B

    mysql help

    found the solution
  3. B

    help with count

    Hi, I want to make a query that count by the inside of a table ex: i have the table Reviews inside is like this: I want that the query will give me this count: 555555443 Bad: 1 53 OK: 1 53 Good: 1 856 Good: 1 853 Exc: 1 and so on (if there are others) can it be done by a query? if so...
  4. B

    help autofilling query popup box

    Hi, I have a friend who wants that when he pushes a button in a form it activate 3 queries but 2 of them asking to enter somthing He wants that somthing will be autofilled. how do he do that? thanks.
  5. B

    Question Day counting

    I want to add to my project a "trail then activate with serial" I want to know how can I add a counter for days (lets say 15 days) then user must activate with serial number. I thought to add to the registry and just add 1 every day but no idea how I need help and suggestions how to do the...
  6. B

    changing Default Value after clicking

    I have an Option Group with 3 buttons and the default one is the first button meaning 1 I want that after a user press the second button the default will be 2 (the one I clicked on) I tried to use the code: Private Sub option20_GotFocus() frame17.DefaultValue = 2 End Sub and it didnt work (most...
Back
Top Bottom