Search:

Type: Posts; User: EmilyM1105

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    4,143

    [RESOLVED] Written code

    I'm taking a written test right now, so Im having to write out all the codes on paper. Not sure why it's so much easier for me to type it than write it!!??:rolleyes::o I'm still learning..so please...
  2. Replies
    13
    Views
    6,581

    Re: Data Types

    Great help!! Thank you everyone!!
  3. Replies
    13
    Views
    6,581

    Re: Data Types

    Oh okay I see now. Thank you!!
  4. [RESOLVED] Reader/writer class VS stream class

    What's the difference between a reader/writer class and stream class??
  5. Replies
    13
    Views
    6,581

    Re: Data Types

    The book I have says Boolean, integer, double, single, string, and date data types are considered simple..which is obviously more than 4 so I was asking to double check. Also what does it mean what...
  6. Replies
    13
    Views
    6,581

    Re: Data Types

    I know what all the data types are but I wasn't sure which ones are considered the simple data types..
    I figured it was boolean, string, integer, and byte??
  7. Replies
    13
    Views
    6,581

    [RESOLVED] Data Types

    What are 4 of the simple data types you're most likely to use in vb.net and what types of data are they used for?
  8. Replies
    1
    Views
    1,762

    Re: [RESOLVED] Arguments

    Sorry disregard this thread
  9. Replies
    1
    Views
    1,762

    [RESOLVED] Arguments

    Compare passing an argument by reference to passing an argument by value.
  10. Replies
    5
    Views
    4,703

    [RESOLVED] Subroutine VS Function

    What is the difference between a function and a subroutine??
  11. Replies
    9
    Views
    9,040

    Re: An Attempt to Attach Database

    Well, I uninstalled both and connected again and it worked!! Thank you for your help!
  12. Replies
    9
    Views
    9,040

    Re: An Attempt to Attach Database

    None of those things worked..It keeps coming up:( the program comes up when I take that part off of my code but I need it
  13. Replies
    9
    Views
    9,040

    Re: An Attempt to Attach Database

    Oh sorry that was my mistake. I accidentally added a space..the original text doesnt have a space
  14. Replies
    9
    Views
    9,040

    Re: An Attempt to Attach Database

    I only attached the one file HangmanDB.mdf to SQL Server..I tried uninstalling VS and restarting SQL server but still no difference..ughh this is the only thing left I have to fix but I dont see how...
  15. Replies
    9
    Views
    9,040

    [RESOLVED] An Attempt to Attach Database

    Im creating a hangman game on an windows app form.. I keep getting a message when I debug on the part I have marked red on my Game Form code...


    System.Data.SqlClient.SqlException...
  16. Replies
    7
    Views
    6,793

    Re: Not Defined..? VS 2017

    uhh ok I didnt know it was that serious
  17. Replies
    7
    Views
    6,793

    Re: Not Defined..? VS 2017

    ok taking it offline didnt help..and the file is not located in UNC share
  18. Replies
    7
    Views
    6,793

    Re: Not Defined..? VS 2017

    Im getting a new message now on another part..it says

    System.Data.SqlClient.SqlException
    HResult=0x80131904
    Message=An attempt to attach an auto-named database for file...
  19. Replies
    7
    Views
    6,793

    Re: Not Defined..? VS 2017

    The school did provide a database for me and no I did not copy and paste any of it. Alot of the code was given to me by the school also and they used a older version of Visual Studio so I had to...
  20. Replies
    7
    Views
    6,793

    [RESOLVED] Not Defined..? VS 2017

    Im getting the same message on each of the red areas of my code saying their not defined..Am I missing something? Also there is another message im getting bout the area I marked in blue saying...
  21. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    oh okay I read it back over again I understand how its working now. Thank you for your help!! Im having a couple of errors on the code as well, I will start a new thread.
  22. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    Your exactly right the first file is called "Hangman-0.png" ..Okay so even if I just put one location itll still play out the others? I set the Image Location Property to...
  23. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    Yes I can..so my instructions say to create an images folder that has the 6 different Hangman images..which I did

    The location to the folder is...
  24. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    Oh I didnt even notice that!! I changed that part..but Im still having trouble with setting the Image location on the Design part of it...

    Heres my updated Game Form Code:


    Public Class...
  25. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    okay... This is the location to the Images Folder C:\Users\ENJ1105\source\repos\HangmanApp\HangmanApp\Resources\Images

    Here are my instructions...

    A PictureBox control that will display the...
  26. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    Yes thats right.. I have written it out in my code but no matter what I put in the image location it keeps showing a red X.. Here is my Game Form code...


    Public Class GameForm
    ' Define...
  27. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    Im not sure the school says do add folder and name it images...but I dont understand how to set the image location so that all of them are used..?? I added them as resources like you said instead but...
  28. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    Well my assignment is to create a Hangman Game so I need the image to change as it goes, thats why I have 6 different images.
  29. Replies
    24
    Views
    16,538

    Re: Picture Box Issue

    Im doing it on design time. But I have 6 different images so how would all of those be one location if its not the folder?
  30. Replies
    24
    Views
    16,538

    [RESOLVED] Picture Box Issue

    I have a picture box on my Windows App Form. I created an Images Folder that has 6 different images in it. The Copy to Output Directory is set to Always for each of those images. Now Im supposed to...
  31. Re: Data Source Configuration Wizard

    Ok disregard this..I just restarted the wizard and it gave me the option to use the check boxes!!
  32. [RESOLVED] Data Source Configuration Wizard

    My assignment is asking me to...

    In the Data Source Configuration Wizard dialog, choose the DataSet option and then click the Next button. Which I did..Then it says..

    Check the checkbox next to...
  33. Replies
    10
    Views
    12,911

    Re: Database not compatible? VS 2017

    I GOT IT!! I followed this tutorial https://msdn.microsoft.com/en-us/library/ms239722.aspx
  34. Replies
    10
    Views
    12,911

    Re: Database not compatible? VS 2017

    ok I figured out how to do it.. I had to add the file to the SQLserver2107Media Folder and the mdf file showed up but now what do I do? I can see all the files but how do I get all of it to open in...
  35. Replies
    10
    Views
    12,911

    Re: Database not compatible? VS 2017

    ok so i downloaded SQL Server Management but when I go to attach my database my mdf file doesnt come up when I go to add it to be attached. I tried to move it in the C: folder but still doesnt show...
  36. Replies
    10
    Views
    12,911

    Re: Database not compatible? VS 2017

    Ok I downloaded the latest version of that and in my setup wizard it says to pick my database file but when I go to open there are no files to choose from its blank..my database file is an mdf file...
  37. Replies
    10
    Views
    12,911

    Re: Database not compatible? VS 2017

    ok I will try that thank you!!
  38. Replies
    10
    Views
    12,911

    [RESOLVED] Database not compatible? VS 2017

    I was given a database file from my school but I keep getting this error...

    This database file is not compatible with the current instance of SQL server. To resolve this upgrade the database file...
  39. Re: [RESOLVED] Copy to Output Directory Property?? VS 2017

    Never mind I figured it out, disregard this thread:)
  40. [RESOLVED] Copy to Output Directory Property?? VS 2017

    So my assignment is telling me to add an Image folder to my project which I did then It says to..

    In the Properties panel, set the Copy To Output Directory property to Copy Always for each image...
Results 1 to 40 of 137
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width