Search:

Type: Posts; User: wideminnow6970

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. VS 2017 Re: Trying to load a 2 dimension array

    I found my problem with the array.
  2. VS 2017 [RESOLVED] Trying to load a 2 dimension array

    I am trying to load a 2-dimension array.
    In the first part I am loading different variables.

    In the second part I am using a random number generator to load the array.
    If I examine the array...
  3. VS 2017 Re: Image in resources not always working

    I added all the images and everything works fine.
    Thanks for the help
  4. VS 2017 Re: Image in resources not always working

    I used the project tab, add existing item to put the images in the form in the resources for all 9 images.
    The first 2 worked (ACE1 AND APPLE)
    The other 7 gave me an error message.
    I am enclosing...
  5. VS 2017 Re: Image in resources not always working

    I am enclosing the error message.
  6. VS 2017 [RESOLVED] Image in resources not always working

    I have a form with 9 picture boxes.
    I used the project, add existing item to put the images in the form.
    All 9 are in the Resources directory.
    3 images work but 6 images do not work.
    I am...
  7. VS 2017 Re: Include png file in executable

    I took off the .png extension and it works the way that I needed.
    Thanks for the help.
  8. VS 2017 Re: Include png file in executable

    I tried that with the same error.
    see attached.
  9. VS 2017 [RESOLVED] Include png file in executable

    I am trying to include png files in my executable so that I can run it on different machines.
    I can run the program with the png files in the directory where the program is located.
    If I try to run...
  10. Replies
    10
    Views
    1,287

    VS 2017 Re: Blinking picture box

    I am enclosing the text code for 1 set of winners ie box1, box 2 and box 3. I would box1, box2 and box3 to blink.
    If box 4, box5 and box 6 wins then I have code for box4, box5 and box 6. I would...
  11. Replies
    10
    Views
    1,287

    VS 2017 Re: Blinking picture box

    IF BOX1, BOX2 AND BOX3, i GET THE SAME RESULTS
    AND ANY OTHER BOXES THAT WIN.
  12. Replies
    10
    Views
    1,287

    VS 2017 Blinking picture box

    I created a tic tac toe game.
    I would like to have the winning boxes blink.
    I am enclosing a picture of the screen and the code that I am trying to use .
    It shows box 4, box 5 and box 6 with "X"...
  13. Replies
    5
    Views
    1,121

    VS 2017 Re: Message box

    I was able to display the messagebox when the form started.
  14. Replies
    5
    Views
    1,121

    VS 2017 [RESOLVED] Message box

    Is there any way to display a messagebox with a question in it when a form starts up?
  15. Replies
    3
    Views
    816

    VS 2017 Re: Break stopped working

    Break point never reached.
    Reset it and it works,

    Thanks
  16. Replies
    3
    Views
    816

    VS 2017 [RESOLVED] Break stopped working

    I have been working a project for several weeks.
    I used to set breaks and they worked properly.
    Today when I set breaks, nothing happens and the breaks are ignored.
    I did not change any code
    .
  17. Replies
    1
    Views
    538

    VS 2017 Text in picturebox

    Is there any way to insert text into a picturebox on startup?
  18. VS 2022 Re: exe does not work in VB 2022

    I copied the .dll files to the directory where the program is run from, and it works.
    Thanks
  19. VS 2022 Re: exe does not work in VB 2022

    I included the 2 .dll files. When I tried to add the card_shark1.exe.config file, I got an error.
    See attached for the error.
  20. VS 2022 Re: exe does not work in VB 2022

    I am enclosing 2 files.
    The bin/debug has the contents that is in the bin/debug directory.
    The references have the contents from the references in the program.
    I added the AxInterop.WMPlib.dll,...
  21. VS 2022 Re: exe does not work in VB 2022

    I found 2 dll files. I attached them to the program.
    If I copy the exe to another directory, when I click on the icon, nothing happens. It only runs out of the bin/debug directory.
  22. VS 2022 [RESOLVED] exe does not work in VB 2022

    I was using Visual Basic 2017 and was able to copy the EXE to another directory or another computer with no problems.
    I recently upgraded to Visual Basic 2022. If I copy the EXE to another directory...
  23. Replies
    10
    Views
    1,202

    VS 2017 Re: Unable to run exe program

    See attached for the path and contents of the bin/debug folder.

    See attached for the path and contents of the bin/debug folder
    The BIN_CS is for the CARD_SHARK program and the BIN_ DEAL is for...
  24. Replies
    10
    Views
    1,202

    VS 2017 Re: Unable to run exe program

    I don't think that the folder contains any dependencies that the exe file folder contains dependencies that the exe file.
    The programs used to work in any other directory or on a different pc. ...
  25. Replies
    10
    Views
    1,202

    VS 2017 Re: Unable to run exe program

    The forms ran for several months before they stopped working.
    Nothing was changed in the code.
    I can go to the bin/debug directory and they run with no problems.
    I even tried to run the program...
  26. Replies
    10
    Views
    1,202

    VS 2017 Re: Unable to run exe program

    No changes were made to the programs.
    I did the VB 2022 update then the problem started.
    The task manager does not show anything when I click on the program, I just get the hourglass for about 3...
  27. Replies
    10
    Views
    1,202

    VS 2017 Unable to run exe program

    I have several Visual Basic programs some in 2017 and some in 2022 and was able to run them in a different directory until about a week ago.
    I can go to the bin/debug directory and they run with no...
  28. VS 2017 Re: Build failed - Do you want to continue debugging?

    I was looking at the wrong line with the error.
    I found the mistake.
    Thanks for the help.
  29. VS 2017 Re: Build failed - Do you want to continue debugging?

    I found the error list. It shows that a ")" is missing at line 7622.
    The last line in my program is 7643.
    I am attaching a picture if it.
  30. VS 2017 [RESOLVED] Build failed - Do you want to continue debugging?

    When I click on debug, I get the following error:
    Build failed - Do you want to continue debugging?
    If I click on "YES" the program continues, but it does not create an .exe file.
    The program used...
  31. Replies
    6
    Views
    1,415

    VS 2022 Re: Break stopped working

    The break used to work fine.
    The break used to stop where set.
    I talked to my neighbor that had the same problem and he told me to uninstall Visual Basic and to reinstall Visual Basic again.
    I...
  32. Replies
    6
    Views
    1,415

    VS 2022 [RESOLVED] Break stopped working

    My break stopped working again.
    I had the same problem back in August and was told to put a STOP in the program.
    The Stop worked fine.
    Now both the break and the Stop does not work.
  33. Replies
    6
    Views
    1,795

    VS 2015 Re: Break when system hangs

    If I just do the Break, nothing happens.
    If I press the CTRL + Break key, a screen comes up:
    The application is in break mode.
    If I click on Show diagnostic tools it shows:
    "The Diagnostic Tools...
  34. Replies
    6
    Views
    1,795

    VS 2015 Re: Break when system hangs

    If i press the Break key by itself nothing happens.
    If I press the CTRL + Break key, a screen comes up:
    The applocation is in break mode.
    If I click on Show diagnostic tools it shows:
    "The...
  35. Replies
    6
    Views
    1,795

    VS 2015 Break when system hangs

    Is there anyway to break into the code when the form is running in debug?
    My program hangs on occasion and I would like to break into the code to see why the program hangs?
  36. Replies
    2
    Views
    1,003

    VS 2015 Re: search box very small

    The zoom lever works great..
    Thanks
  37. Replies
    2
    Views
    1,003

    VS 2015 [RESOLVED] search box very small

    How do you change the size of a search box.
    Mine is very small and very hard to read.
    See attached.
  38. VS 2015 Re: Hide and stop media player from playing

    Works great - thanks
  39. VS 2015 [RESOLVED] Hide and stop media player from playing

    How do you hide the media player and prevent it from playing when the form is opened?
    I only would like it to be displayed and play at the end of the program
  40. VS 2015 Re: Trying to import sleep function

    Works great - thanks
Results 1 to 40 of 109
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width