pbivens's Profile
Reputation: -2
Dishonored
- Group:
- Members
- Active Posts:
- 28 (0.06 per day)
- Joined:
- 29-January 12
- Profile Views:
- 374
- Last Active:
Feb 10 2013 12:44 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: game scoring
Posted 5 Feb 2013
yes you are correct I want to overwrite the old score with a new score. -
In Topic: collision detection
Posted 2 Feb 2013
so I should brush up on pointers -
In Topic: collision detection
Posted 2 Feb 2013
so I should include float x and float y in the struct, I have tried this but I still get the same error. -
In Topic: asp.net and dropdownlist for days of month
Posted 19 Jul 2012
here is the code I am working with.
if (!IsPostBack) { int year = System.DateTime.Now.Year; for (int intCount = 1900; intCount <= year; intCount++) { DropDownList2.Items.Add(intCount.ToString()); } int month = System.DateTime.Now.Month; int day = System.DateTime.DaysInMonth(year, month); for (int intCount = 1; intCount <= day; intCount++) { DropDownList3.Items.Add(intCount.ToString()); } }
I have almost figured it out,thanks for all the help. -
In Topic: dx9 project
Posted 23 Apr 2012
well thanks for your honesty.
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
pbivens hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
pbivens has no profile comments yet. Why not say hello?