Search:

Type: Posts; User: Nightwalker83

Page 1 of 13 1 2 3 4

Search: Search took 0.22 seconds.

  1. Replies
    3
    Views
    66

    Re: Need help trapping Enter key

    What are you trying to do with this code?


    Dim intIndex As Integer

    If KeyAscii = vbKeyReturn Then
    intIndex = 23
    cmdCalc(intIndex).SetFocus
    ...
  2. Replies
    3
    Views
    193

    Re: Ignore list

    I have had the same urge to click the "Latest Posts" link too when I have encounter posts by users on my ignore list! I guess what the forum needs is a "Ignore User" feature or the profile details,...
  3. Replies
    7
    Views
    155

    Re: Microsoft Visual Basic

    Check that the connection is not read-only.
  4. Replies
    11
    Views
    435

    Re: Recover Laptop Operating System

    Thanks + rep!
  5. Replies
    1
    Views
    148

    Re: A programming assignment.

    Which programming language are you using?
  6. Replies
    2
    Views
    104

    Re: Thinking about ditching my desktop

    My laptop is an ASUS Notebook N60Dp Series running Windows 7 which, I bought back in about 2010. I'm not sure how that would cope with the scheme of things? Although, as it stands at the moment I am...
  7. Re: example needed urgent : trial soft , limitation use

    If you are asking for a 30 day trial sort of thing search the forum because this has been asked and answered before.
  8. Replies
    17
    Views
    436

    Re: Listbox Database Question

    A code example that may be used to retrieve the user of a computer can be found here.
  9. Replies
    2
    Views
    104

    Thinking about ditching my desktop

    Hi,

    I was think of getting rid of my desktop could my laptop running X64 Windows handle the programs that were installed on the desktop specifically games? Although, I doubt laptops require 16GB...
  10. Re: How to get a progress bar like in this picture in vb.net? Please help

    Take a look at Developing Custom Controls with VB.NET
  11. Re: Visual basic for Statistica: windows 7: 64bit

    To check whether or not an alphanumeric password works if it does then the special characters are the cause if not something else is a foot. Have you tried stepping through the code and checking...
  12. Re: Help on how to update or refresh text in my animated label text

    It should be


    frmnumber.lblannounce.Caption = frmnumber.lblannounce.Caption & " " & Text1.Text
  13. Re: Help on how to update or refresh text in my animated label text

    @Doogle,

    I was just about to suggest the same thing!

    @phatus,

    try


    'put in frmNumber
  14. Re: Help on how to update or refresh text in my animated label text

    what about


    lblannounce.Caption = ""
  15. Replies
    9
    Views
    164

    Re: Pc v/s laptop

    Depends why you need it! Why are you asking?
  16. Replies
    8
    Views
    138

    Re: Help condensing repetative code

    If you code is the same for each event you code put the code in its own function then code each function from the appropriate event.
  17. Replies
    9
    Views
    191

    Re: Unload Me

    If you have finished with the thread please mark it "Resolved".



    Please do not bump threads without posting something constructive.
  18. Re: Textbox_Keypress = 13 Event produces sound

    Adjust the height of the textbox.
  19. Re: Textbox_Keypress = 13 Event produces sound

    To explain further what Bonnie is saying read the last post here.
  20. Re: Textbox_Keypress = 13 Event produces sound

    Which operating system are you using?
  21. Replies
    17
    Views
    436

    Re: Listbox Database Question

    I will have a look at it! BTW you should remove the executable from the attachment as we do not allow executable files to be uploaded. Also, when I open the project I receive a message that...
  22. Replies
    10
    Views
    155

    Re: get all directories in all o/s

    You didn't search though the whole code.
  23. Replies
    11
    Views
    435

    Re: Recover Laptop Operating System

    I think I bought the laptop in 2010.
  24. Re: ipone and samung galaxy android applications how to

    Check my stickied thread in the mobile development section.
  25. Replies
    18
    Views
    278

    Re: Important news from Louisiana!

    Taking Jacobs advice if you have a daughter you could call her "juana". :lol:
  26. Replies
    10
    Views
    155

    Re: get all directories in all o/s

    You can probably find the code to do what you want in the project here.
  27. Re: how to conviert a game made by vb6 into flash

    I agree!
  28. Re: how to conviert a game made by vb6 into flash

    CS2 is a bit outdated they're up to CS5 or CS6 now.
  29. Replies
    10
    Views
    155

    Re: get all directories in all o/s

    Do you mean all directories on a single drive or throughout the whole operating system?
  30. Replies
    18
    Views
    278

    Re: Important news from Louisiana!

    Is it a boy or a girl?
  31. Re: Text not appearing when editing post

    Perhaps popup was the wrong word to use but it is more of an a glitch.
  32. Thread: hello

    by Nightwalker83
    Replies
    33
    Views
    548

    Re: hello

    Well in chit-chat you expect things to go off topic.
  33. Replies
    18
    Views
    268

    Re: HTML Help with F1

    Although, if that login form is suppose to be the first shown form in the project it probably should be shown using "sub main".
  34. Re: Text not appearing when editing post

    Yeah, I guess it is one of those annoying things that pops up once in a while.
  35. Replies
    10
    Views
    170

    Re: VB Project Opening Problem

    Well, the fact the OP says



    suggests it is NOT the operating system unless all three machine just happen to have the exact same problem which, is unlikely.
  36. Re: Text not appearing when editing post

    Yesterday when I went to edit a post the edit box was greyed out and my post was not showing in the box despite being posted to the forum.
  37. Replies
    11
    Views
    435

    Re: Recover Laptop Operating System

    That's what I have done but I don't know whether or not there were drivers installed that did not have a disk backup.
  38. Re: Discussion regarding gregorian calender

    What about spelling too! Get rid of either British or American English. :rolleyes:
  39. Replies
    10
    Views
    170

    Re: VB Project Opening Problem

    @GenePester,

    How many forms, modules, etc are in the project? If it is not a lot of trouble trying starting a new project an import the existing forms, etc into it.



    Reinstalling Windows has...
  40. Re: VB6 Deploy Depenencies issue on Win7 64 bit.

    Does that mean you have resolved the issue? If so please mark the thread "Resolved".
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4