Search:

Type: Posts; User: Whosat

Search: Search took 0.04 seconds.

  1. Re: [2005] How to detect if the user pressed Alt + Tab

    So, did it work?

    Please mark your thread resolved! =D
  2. Replies
    14
    Views
    937

    Re: [2005] Need help with IF statment

    the amount of english in vb.net...
  3. Thread: need some help

    by Whosat
    Replies
    2
    Views
    545

    Re: need some help

    Use Case Else
  4. Replies
    16
    Views
    1,227

    Re: Automatic updates

    Yup, I'll just stick to Inno Setup for my setup stuffs. =D

    Managed to write a script to look for the .net framework
  5. Replies
    16
    Views
    1,227

    Re: Automatic updates

    Oh, I see. So publishing means clickonce. Doesnt seem to allow me to choose the directory, though...
  6. Replies
    5
    Views
    550

    Re: [2005] Updating application

    Question 1: I'd recommend letting it download files individually, if its only a few specific files. If you're going to update the installer and uninstaller, i'd reocmmend you get it to download a...
  7. Replies
    14
    Views
    937

    Re: [2005] Need help with IF statment

    If (Variable1 = "Text1") Then
    If (Variable2 = "Text2") Then
    <code if its text2>
    Else
    If (Variable2 = "Text3") Then
    <code if its text3>
    End If
    End If
    End If
  8. Replies
    4
    Views
    473

    Re: [2005] Replacing Spaces with -

    Wow great! Its
    Dim newString As String = MyTextBox1.Text.replace(" ", "-")
    (missing space in first param) =D

    Worked like magic. =D

    Thanks to jmcilhinney, too. =D

    RESOLVED!
  9. Replies
    16
    Views
    1,227

    Re: Automatic updates

    Do you mean clicking Build->Build Program?

    Or tell me what you mean. =D
  10. Replies
    4
    Views
    473

    [RESOLVED] [2005] Replacing Spaces with -

    Hi all,

    May I know how do I get a value in the textbox, then replace all spaces with the hyphen and store it in the variable?

    I need it to search from the web.

    Thanks,
    Whosat
  11. Replies
    7
    Views
    7,819

    Re: [2005] Text Box Sound After Pressing 'Enter'

    Just replace it with whatever function or subroutine you want...
  12. Replies
    16
    Views
    1,227

    Re: Automatic updates

    I don't quite get you. Meaning pressing 'f5', after which I get my .exe and .xml file? :confused:
  13. Replies
    6
    Views
    707

    Re: VB.Net Versions

    Some templates available in the Standard version of VB.NET are not available in the Express edition, such as Setup Wizard, etc.

    To me, I'd rather use the Express edition, and post questions which...
  14. Replies
    16
    Views
    1,227

    Re: Automatic updates

    Is ClickOnce included in express editions of vb.net?
  15. Replies
    21
    Views
    3,210

    Re: [2005] Reaction Time Test

    I was thinking, put in a timer object, then put make a countdown. When it reaches 0, or GO!, Timer1.Enabled = True, then when he clicks on the button, Timer1.Enabled = False

    Then on Timer1's...
  16. Thread: close program

    by Whosat
    Replies
    18
    Views
    1,319

    Re: close program

    Well, can't you just

    Shell("shutdown.exe -s -t 05")

    Oh and, to restart, its the -r param. -s stands for shutdown, -r for restart.

    sorry if i repeated what anyone else said, its past...
  17. Replies
    35
    Views
    19,848

    Re: Wormipede and source(vb6, dx7, English)

    My arrow keys lag... Gotta spam it a few times to get it in the right direction...
  18. Replies
    4
    Views
    587

    Re: [2005] Need help with tracking keys

    Thanks guys. Haven't had time to do try this out. Will try it when I have the time. Will post any problems here. =D
  19. Replies
    4
    Views
    587

    Re: [2005] Need help with tracking keys

    Wow, thanks! Do I like copy the whole thing? Or do I double-click form1 and change it to Handles Mybase.Keypress? Or something similar? Thanks!
  20. Thread: Beginner Help

    by Whosat
    Replies
    7
    Views
    692

    Re: Beginner Help

    IF I'm not wrong, VB.Net 2005 has a convertor from VB6 to VB.NET. Why not try coding your own database thing and open it using VB.NET, which then a Wizard will popup to help you convert your project....
  21. Replies
    4
    Views
    587

    [2005] Need help with tracking keys

    Hello all, I am currently working on a school project, where I need to create a game. I decided to make something like a character against a bandit. I need to track 2, or preferably 3 keys so that I...
  22. Replies
    5
    Views
    17,965

    Re: vb.net--fading a form out or in

    There is a problem with that code, though. If the form gains focus again while it is fading, the whole application just jams...

    There is a simpler method, which also avoids that error.

    Create a...
Results 1 to 22 of 22



Click Here to Expand Forum to Full Width