Search:

Type: Posts; User: Trekker182

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Re: [RESOLVED] system files to include in deployment

    Yes thanks.
  2. Re: system files to include in deployment

    I received an error that I've since forgotten that I googled and it said I had to install Visual Basic Developer from Microsoft's troubleshooting site to get past the error message. I installed it...
  3. Re: system files to include in deployment

    It turns out that ClickOnce doesn't play nice with Apache so I temporarily disabled Apache and installed IIS and got it deployed, but still crashed when accessing the database.

    In VB, I had to...
  4. Re: system files to include in deployment

    I'm trying to use OneClick.

    I had to install Visual Web Developer 2008 Express, I added all of the MME types to Apache's httpd.conf file but I'm getting the message below when I click on publish...
  5. Re: system files to include in deployment

    BTW, I just had my friend check on his computer that the program crashed on and he has just the 3.0 .Net framework installed.

    So he would need the 3.5 .Net framework and then it should work, its...
  6. Re: system files to include in deployment

    Actually, its listing .Net 2.0 Service Pack 2, .Net 3.0 Service Pack 2 and .Net 3.5 SP1 in my add/remove programs listing. Which one is required for VB 2008 programs?

    Would the ClickOnce install...
  7. Re: system files to include in deployment

    I'm using an Access 2007 database.

    I actually looked in my bin folder and found no .dll's there. Just Project2.exe.config, Project2.vshost.exe.config, Project2.pdb, Project2.vshost.exe.manifest,...
  8. [RESOLVED] system files to include in deployment

    How would I know which system files that a game that I made in VB 2008 Express would need to access a database I would want to be located in the same directory?

    The reason I'm asking is because...
  9. Replies
    14
    Views
    809

    Re: sound events advice

    OK, here's what I went with.

    For Science, if they get it right they are treated to Doc Brown's "Great Scott!"

    If they get it wrong, they get the principle's "your a slacker!"

    LOL

    And for...
  10. Replies
    14
    Views
    809

    Re: sound events advice

    LOL

    Good, but I want them to have some type of relevance to US History.

    :)

    Oh wait, Rocky 4 is part of US History.

    :D
  11. Replies
    14
    Views
    809

    Re: sound events advice

    Hmmm I like the british are coming for the wrong answer, I've never been a big fan of Neil though.

    what about James Brown's living in America for the right one?

    Rocky 4 all over again!

    LOL
    ...
  12. Replies
    14
    Views
    809

    Re: sound events advice

    LOL

    Maybe because its the best movie ever?

    :)

    I could use Great Scott if they get it right and Biff's why don't you make like a tree and get outta here if they don't for the Science one.
  13. Replies
    14
    Views
    809

    Re: sound events advice

    Perfect!

    thanks

    one down, three to go...

    ;)
  14. Replies
    14
    Views
    809

    sound events advice

    I'm working on adding sounds to a Jeopardy game that I'm making and had two questions.

    What funny/humorous sounds do you think would be good for when the player answers the question correct and...
  15. Replies
    9
    Views
    5,689

    Re: System.Media.SoundPlayer path

    I looked up some more info on My.Computer.Audio.Play and decided to go with the option AudioPlayMode.WaitToComplete when calling it.

    Guess what?

    Now all of the sounds play fine!!!

    True, my...
  16. Replies
    9
    Views
    5,689

    Re: System.Media.SoundPlayer path

    No, all of the files that are giving me problems in VB with my.resources are playing fine in WMP 11 and VLC media player.

    No other static with any other sounds on my computer.

    With static...
  17. Replies
    9
    Views
    5,689

    Re: System.Media.SoundPlayer path

    I have it playing now with My.Computer.Audio.Play.

    My.Computer.Audio.Play(My.Resources.jeopardyIntro, AudioPlayMode.Background)

    Same problem though with the intense static at times and then...
  18. Replies
    9
    Views
    5,689

    Re: System.Media.SoundPlayer path

    When I try the above line, I get the error below.

    Value of type 'System.IO.UnmanagedMemoryStream' cannot be converted to 'String'.

    I also tried using my project on my mum's laptop with Vista,...
  19. Replies
    9
    Views
    5,689

    Re: System.Media.SoundPlayer path

    It's saying that the file doesn't exist at the specified location, but its listed by the same name in the Resources folder in solution explorer and it's physically in the Resources file folder within...
  20. Replies
    9
    Views
    5,689

    System.Media.SoundPlayer path

    Whenever I have a manual path filled into to play my .wav files like

    Dim intro As New System.Media.SoundPlayer("\COP2171C\Project2\Project2\Resources\jeopardyIntro.wav")

    It plays them...
  21. Replies
    5
    Views
    882

    Re: Null Reference

    Thanks for the suggestions.

    For now, I just ended up doing a restructure of my code a bit actually for another reason and it turns out it fixed this problem as well. I wanted to order all three...
  22. Replies
    5
    Views
    882

    Re: Null Reference

    Are you able to manipulate data the same ways with arrays of lists as with arrays of structures?

    I ask just because I'm now getting a "Expression is a value and therefore cannot be the target of...
  23. Replies
    5
    Views
    882

    Null Reference

    Hello everyone,

    I'm finishing up working on the high score list of my Jeopardy game. The only problem that I'm running into is when I try to start from scratch without a textfile in the Debug...
  24. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    I'm passing myPlayer and its updating!

    I guess I can just use the same method on my other forms and pass in myPlayer as a parameter to my other forms that need to access its members.

    I didn't...
  25. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    I'm declaring it on the same question form as


    Public myPlayer As New Player

    I think whats happening is myPlayer is getting recreated every time I create a new instance of the form so...
  26. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    I went ahead and tried stepping through the code and by the end of the instance of the form, myPlayer.Score was whatever value was stored in sco so it is updating correctly. I wanted to see what...
  27. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    Yes, I've tried all other combinations of scores and the result is still the same.

    I'll try stepping through the code. We haven't done it in class, but there's a tutorial in the book on how to do...
  28. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    For #1, I came up with 300 because their are five labels in each column of 100, 200, 300, 400 & 500 in five separate subjects. I pass the point value for label 100 at 100, 200 for label 200, ect so...
  29. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    Thanks for bringing that out, it only has about five pages in my book on structures and that isn't one of the details on them.


    I went ahead and replaced the structure for myPlayer with its own...
  30. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    Okey, for now, I just took out the String Name. I figured I just use it in the form Score to show the name and the score so I'll just pass it to there.

    In the question form I have declared the...
  31. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    Okey, for now, I just took out the String Name. I figured I can just pass it to the form Score to show the name and the score.

    In the question form I declared the below code so I could access the...
  32. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    If the original frmMain has arguments that I've passed to it from another form like a string, is there anything that I can do to tell VB that I don't want to use it in this instance of calling the...
  33. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    Yes I do.

    :D

    That's the way our professor taught us. The reason given was that if we make more classes or structures, we just put them all in one module.

    BTW, I tried just taking the...
  34. Replies
    22
    Views
    1,686

    Re: accessing a stucture from another form

    I declared it in a separate module.


    Module PlayerStructs
    Public Structure Player
    'members
    Public Name As String
    Public Score As Integer
    End Structure
    End...
  35. Replies
    22
    Views
    1,686

    accessing a stucture from another form

    Hello everyone,

    I'm trying to access my public structure in a separate module in other forms other then frmMain.

    The problem I am running into when I try doing accessing the structure on...
  36. Replies
    0
    Views
    292

    Question class

    Hello all!

    I'm just learning about classes and was going to use one in my jeopardy game. I have the basic class working but I basically have 25 question forms with one question and four answers...
  37. Replies
    1
    Views
    450

    Question class

    Hello all!

    I'm just learning about classes and was going to use one in my jeopardy game. I have the basic class working but I basically have 25 question forms with one question and four answers...
  38. Re: populating from datagrid to an array of structures

    It's working and displaying the array of structures.

    Thanks a lot for your help!


    :)
  39. Re: populating from datagrid to an array of structures

    Okey I think I got the right names now since it's working.

    It would be something like DataGridViewTextBoxColumn5?

    I went to properties for my data grid and selected edit columns.

    Then I...
  40. Re: populating from datagrid to an array of structures

    Thanks for the help.

    I've adjusted the names to match the column titles in my data grid view, but it still saying that it can't find them.

    VB takes the names directly from my database and I've...
Results 1 to 40 of 41
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width