Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~3K People Reached
About Me

Application developer for a large healthcare corporation. Write windows and Xbox 360 arcade games for fun.

Interests
Videogames, Dubstep, metal, and Harleys.
PC Specs
Windows all the way.
Favorite Tags

15 Posted Topics

Member Avatar for StevenSchaffner

[QUOTE=StevenSchaffner;1624294]I got it to work. I did my things in ASP.[/QUOTE] Thanks to me Steve, lol. Are you having anymore trouble with it?

Member Avatar for StevenSchaffner
0
234
Member Avatar for abdelhakeem
Member Avatar for galiz05

C# using XNA is going to be your best bet for PC and Xbox game development. Unfortunately, you won't be able to start with anything other than the "easy" stuff. Know that HTML is not a "programming language" in the sense of creating an application. Patience is the best thing …

Member Avatar for yup790
-1
742
Member Avatar for bhagawatshinde

There is a link on the page that adatapost gave to the syntax for connection strings for SQL Server 2005. If you don't have any experience with connection strings, [URL="http://msdn.microsoft.com/en-us/library/ms254494.aspx"]here[/URL] is a good source to learn it.

Member Avatar for shiva07
0
278
Member Avatar for Razer_90
Member Avatar for JhonMoney

[QUOTE=jingda;1555337]What i said if if you become a knight you get to rescue a princess and get the prize money and also for slaying the dragon[/QUOTE] Interesting, where do they hire dragonslaying, bounty hunter, hostage rescuing knights at these days. I wanna meet one.

Member Avatar for NicAx64
-5
175
Member Avatar for Youg

Strings and integers cannot be added together without operator overloading. If you want to validate a numerical value in a text box use this. [CODE]string str = someString.Text.Trim(); int num; bool isNum = int.TryParse(str, out num); if (isNum) { //continue doing what you want } // To convert a string …

Member Avatar for Youg
0
200
Member Avatar for gtn

Make sure your header has everything you need. As far as refresh() goes. Check this [URL="http://msdn.microsoft.com/en-us/library/system.windows.controls.label.refresh%28v=vs.95%29.aspx"]http://msdn.microsoft.com/en-us/library/system.windows.controls.label.refresh%28v=vs.95%29.aspx[/URL]

Member Avatar for gtn
0
110
Member Avatar for jingda

I'm more interested in founding out who did it. Most of my friends think it was a disgruntled former employee.

Member Avatar for sergent
0
149
Member Avatar for Pendukeni

Its funny this has two completely different sports in it. American football, John Lynch.

Member Avatar for jingda
0
162
Member Avatar for james6754

[CODE] setPicsToVisible();//this method sets pictures to non visible [/CODE] I'm sorry, but that is hilarious to me.

Member Avatar for TheJohnSpecko
0
89
Member Avatar for missc

Create an exception class that derives from whatever general exception already in place. Define your custom exception's way to handle the exception you want. Implement it in your code the same way as the provided exception handling. Pseudocode: [CODE]Class MyCustomException : System.Exception { properties; if( condition == true ) { …

Member Avatar for TheJohnSpecko
0
87
Member Avatar for Freedom*
Member Avatar for TheJohnSpecko

Hello everyone, I am using [CODE]ExecuteNonQuery()[/CODE] to execute a SQL command that inserts data into a SQL Server 2005 Database. I want to return the number of rows affected. I've read that this method returns the value, but I can't figure out how to access it. Help is very much …

Member Avatar for Mitja Bonca
0
184
Member Avatar for Phil++

The End.