-
Gave Reputation to rproffitt in Visual studio question about Data Sources
I don't see anything wrong yet. You need to add what data source you need. Tutorial at https://learn.microsoft.com/en-us/visualstudio/data-tools/create-and-configure-datasets-in-visual-studio?view=vs-2022 -
Created Visual studio question about Data Sources
So I had to get a new hard drive for my laptop and when I installed visual studios 2022 I noticed that Data Sources was missing everything. I took a … -
Began Watching Visual studio question about Data Sources
So I had to get a new hard drive for my laptop and when I installed visual studios 2022 I noticed that Data Sources was missing everything. I took a … -
Replied To a Post in Can someone help me make this work?
I found what the problem was in the program. I put an incorrect path to the songs and once I corrected that mistake it worked like a charm. -
Replied To a Post in Can someone help me make this work?
Can you give me some examples or a link? I am using visual studio on a windows computer. -
Replied To a Post in Can someone help me make this work?
When I run it on visual studio it runs but music doesn't play. I don't get any error messages. When I use the same program on my other laptop without … -
Created Can someone help me make this work?
My program worked earlier this year before Windows 10 put and update and suddenly it doesn't work anymore. I have a separate laptop that didn't get the update and it … -
Began Watching Can someone help me make this work?
My program worked earlier this year before Windows 10 put and update and suddenly it doesn't work anymore. I have a separate laptop that didn't get the update and it … -
Replied To a Post in Making levels for game
I finished my course C# on Cloud Academy and thought this would be an easy project to do. I looked online and couldn't find anything remotely as a suggestion to … -
Replied To a Post in Making levels for game
That was my latest attempt to make a background music player for the game. My plan is to have 3 levels for the game and each level will play a … -
Replied To a Post in Making levels for game
Sorry it took me so long to get back to you. I read your comment and I wasn't sure if you wanted me to post the entire code or the … -
Edited Making levels for game
Working on a game for a friends daughter for her 6th birthday. Its a scrolling game where the player will be Snoopy and they'll be flying around on his doghouse … -
Created Making levels for game
Working on a game for a friends daughter for her 6th birthday. Its a scrolling game where the player will be Snoopy and they'll be flying around on his doghouse … -
Began Watching Making levels for game
Working on a game for a friends daughter for her 6th birthday. Its a scrolling game where the player will be Snoopy and they'll be flying around on his doghouse … -
Created Help with homing missile I have one part working
Making a scrolling space shooting video game in C# where the player will fight one on one with their opponent. I was able to figure out how to make the … -
Began Watching Help with homing missile I have one part working
Making a scrolling space shooting video game in C# where the player will fight one on one with their opponent. I was able to figure out how to make the … -
Replied To a Post in 2D game pause between player shots
Disregard my previous post. I figured it out after staying up all night. -
Marked Solved Status for 2D game pause between player shots
I kind of figured out how to put a pause in my 2d game when the player shoots. The problem is that when the player shoots once, the game will … -
Created 2D game pause between player shots
I kind of figured out how to put a pause in my 2d game when the player shoots. The problem is that when the player shoots once, the game will … -
Began Watching 2D game pause between player shots
I kind of figured out how to put a pause in my 2d game when the player shoots. The problem is that when the player shoots once, the game will … -
Replied To a Post in Move image using bitmap
That helped but I was looking for a way for the images to move on their own. I'll try to modify the example given from your link and see if … -
Created Move image using bitmap
Working on a game and I made a separate class to handle the players enemies (Its a scrolling type 90s game). I know if I use picturebox and put it … -
Began Watching Move image using bitmap
Working on a game and I made a separate class to handle the players enemies (Its a scrolling type 90s game). I know if I use picturebox and put it … -
Created How to use bitmap
Would someone explain to me how to use bitmap. I have a video game I am working on so I added images using resourcesrx and wanted to use bitmap to … -
Began Watching How to use bitmap
Would someone explain to me how to use bitmap. I have a video game I am working on so I added images using resourcesrx and wanted to use bitmap to … -
Created Bounce picturebox up and down
Made progress on my game and now I need to make the second boss bounce up and down. I figured out how to make the boss go down, but once … -
Began Watching Bounce picturebox up and down
Made progress on my game and now I need to make the second boss bounce up and down. I figured out how to make the boss go down, but once … -
Created How to make a delay in shooting game in C# using visual studio?
Working on a video game using visual studio and I am having trouble with the sound effect when the player shoots their weapon. When the player shoots multiple times, the … -
Began Watching How to make a delay in shooting game in C# using visual studio?
Working on a video game using visual studio and I am having trouble with the sound effect when the player shoots their weapon. When the player shoots multiple times, the … -
Replied To a Post in C# scrolling game help
I figured it out. The answer was right in front of my eyes and I didn't see it. Thank you for your help. -
Marked Solved Status for C# scrolling game help
Learning C# and I am working on a C# scrolling shooting game. The game works so far but when the player finishes a level, I want the enemies to appear … -
Replied To a Post in Create labels dynamically, display them on form1 and then have them move
I did what you suggested and nothing appears. When I run through the lines of code I have a red line below line 45 Text. What I am trying to … -
Created Create labels dynamically, display them on form1 and then have them move
Tryng to work on a program to make a menu on form1. What it will do is display the different things offered at the restaurant and the text will scrolll … -
Began Watching Create labels dynamically, display them on form1 and then have them move
Tryng to work on a program to make a menu on form1. What it will do is display the different things offered at the restaurant and the text will scrolll … -
Replied To a Post in C# scrolling game help
I did what you suggested and honestly I just don't see it. I broke that function down to the basics, took out the extra features and only left the code … -
Replied To a Post in C# scrolling game help
I did what you suggested and tried to do the same thing I have for next level that I have on new game and it still doesn't work. Do you … -
Replied To a Post in C# scrolling game help
Sorry, I thought you needed the whole code. Ok Ill break it down to show what part I'm stuck on in the program. This is part of the function which … -
Created C# scrolling game help
Learning C# and I am working on a C# scrolling shooting game. The game works so far but when the player finishes a level, I want the enemies to appear … -
Began Watching C# scrolling game help
Learning C# and I am working on a C# scrolling shooting game. The game works so far but when the player finishes a level, I want the enemies to appear … -
Replied To a Post in image appear after 10 seconds
I made a snippet for that part of the game using idea of just making a picturebox appear after 10 seconds. In the game it will appear once the player … -
Created image appear after 10 seconds
Making a scrolling game and I want to make a boss level. How do I make a picturebox invisible for 10 seconds and then appear? -
Began Watching image appear after 10 seconds
Making a scrolling game and I want to make a boss level. How do I make a picturebox invisible for 10 seconds and then appear? -
Created Call constructor to initialize a variable
How do you call a constructor to initialize a variable using form1? -
Began Watching Call constructor to initialize a variable
How do you call a constructor to initialize a variable using form1? -
Replied To a Post in Boss battle for C# game
I made some progress on the problem and can make the picturebox disappear till I need it to appear. The problem I have is now the picturebox will flickers for … -
Created Boss battle for C# game
I am learning to code and I have been working on a game using what I have learned to make it. So I have been making my version of R … -
Began Watching Boss battle for C# game
I am learning to code and I have been working on a game using what I have learned to make it. So I have been making my version of R … -
Replied To a Post in How to make a homing missile using C# visual studio?
Yes, I'm sorry I thought I mentioned that in my question. I am trying to make a scrolling type video game and I figured out how to animate the missile … -
Began Watching How to make a homing missile using C# visual studio?
I've found many tutorials online for unity making homing missiles. I can't find one for people not using unity. -
Stopped Watching How to make a homing missile using C# visual studio?
I've found many tutorials online for unity making homing missiles. I can't find one for people not using unity.
The End.