af Gary Sibbitts 10 år siden
369
Mere som dette
video
pictures
size
resolution
sound
text based
I will be looking for information on databases
-Clayton Forsman
The two links in my comment are for mysql database usage. The website I worked for used mysql.
http://dev.mysql.com/doc/refman/5.0/en/introduction.html
http://www.codeproject.com/Articles/690207/Csharp-Project-on-Database-for-Beginners
Joe Hight,
I will search for information on crud.
Simple crud example
I have added an example that shows how to access project settings. See the RectangleConsole project in the attached zipped solution.
access resources to represent player choice options
provide user with ability to select pictures by group
RPS as text
RPS as objects
RPS as hands
linked to current game choices
Custom Picture Box
create custom controls video
toggleButton
This is code for a simple toggle button, with a class.
Comes from attached Akadia website under "custom controls"
Custom Textbox tutorial
Haven't been able to get this to work yet. The .dll compiles but doesn't work in a test project.
How to put some graphics on WPF.
Joe Hight,
I will look into WPF graphics.
There is space for a web link to the right of the note with a active link. The Icon is not showing.
"xaml 3d" Video
Referencing and Dereferencing usable data across fields.
CS50 lecture notes for pointers and dereferencing in C (A good explanation of what happens when you dereference data):
http://d2o9nyf4hwsci4.cloudfront.net/2013/fall/lectures/4/w/notes4w/notes4w.html
Overloading example
Here's an example of operator overloading
Overloading methods
Here's something on overloading a simple method.
Kanchan