Forum: C# Jul 17th, 2009 |
| Replies: 3 Views: 167 Thanks for your help I just changed the target Framework to 2.0 in VS2008 and it worked fine :) |
Forum: C# Jul 17th, 2009 |
| Replies: 3 Views: 167 I've developed an Application for work that allows employee's to request vacation time off. I developed the application on a computer that had the .NET 3.5 Framework. I didn't realize until after I... |
Forum: C# Jun 21st, 2009 |
| Replies: 2 Views: 409 I took your advice and did use a database to store the name and other properties of the tile, but research i found on the internet suggested said the actual image should not be stored on the database... |
Forum: C# Jun 21st, 2009 |
| Replies: 2 Views: 409 I need help with an isometric tile-building program I'm making. The user has many different tile images to choose from to put on a isometric map (ex. Grass, Dirt, Wall). I wanted an easy way to... |
Forum: C# Jun 13th, 2009 |
| Replies: 4 Views: 410 Nevermind, there are plenty of tutorials about this subject. |
Forum: C# Jun 13th, 2009 |
| Replies: 4 Views: 410 Well then can someone tell me how do i store images in a database when performance is a factor? Eventually I might want to add a networking element to this program... |
Forum: C# Jun 12th, 2009 |
| Replies: 4 Views: 410 I've been browsing the web for a while looking for an answer to this but I can't seem to find it. I created a .resx file in one of my DLL files that has a bunch of images stored on it. In this DLL... |
Forum: C# Jun 11th, 2009 |
| Replies: 4 Views: 339 Thanks for the help. I've never made a custom event handler before. That's probably why I never thought to do that. It's a good time to learn I guess.
Thanks again,
Nick |
Forum: C# Jun 11th, 2009 |
| Replies: 4 Views: 339 I think I've run into a thread synchronization problem. I have a C# program where I have a extended Panel class (MapEditorPanel) and I also have a form that contains that MapEditorPanel. I have a... |
Forum: Java Feb 23rd, 2009 |
| Replies: 3 Views: 220 I'm not sure what you mean by limit cases, but I will download JUnit ASAP. The thing that confuses me most about this is that the method works, but if I run it twice the second output from the... |
Forum: Java Feb 23rd, 2009 |
| Replies: 3 Views: 220 I'm trying to create a program that identifies the subject and verb of a sentence. I use almost the exact same method to determine words that are nouns and words that are verbs, but when I call... |
Forum: MS SQL Nov 24th, 2008 |
| Replies: 2 Views: 449 I have an idea. I'll post it if it works. |
Forum: MS SQL Nov 24th, 2008 |
| Replies: 2 Views: 449 I am using MS SQL server, and I'm trying to create a SQL query that adds data to a "Reminder" table if data in the "Occurrences" table meets certain criteria. This might be a little difficult to... |
Forum: Java May 13th, 2008 |
| Replies: 1 Views: 677 I'm just playing around with some code and I can't figure out why this isn't working. It's only "encrypting" one word. Can anyone tell me what's wrong with it?
import java.util.*;
public... |