| Thread | Last Post | Replies |
|
| Catching msjava.dll error - is this possible? | 15 Feb 2007 12:44 GMT | 3 |
I made a C# program (I'm fairly new to the language) with links and useful tools for an online game made in Java. However, this game crashes often (the error window with the error report thing shows that it's from msjava.dll). My question is, is it possible to make the
|
| Ultimate Dev Machine for Visual Studio 2005 SP1/ Orcas | 15 Feb 2007 11:52 GMT | 11 |
I need to know what would be the best machine for using this dev environment for being the most productive. (Dual core or Quad core)?
|
| Password hashing question... | 15 Feb 2007 11:02 GMT | 5 |
I need to store a password for use later in my web app and I would like to use FormsAuthentication.HashPasswordForStoringInConfigFile. The question is, once it's hashed and stored, do I need to unhash it to pass to windows for authentication? Or can
|
| Databases Web Front End | 15 Feb 2007 10:08 GMT | 1 |
not sure this is the best place for this questions but this forum always seems to provide good answers so i thought i would try anyway. I have to build a system that will be thin client with back end server database BUT i will also have a central server database where all
|
| C# CrystalReport XI query engine error | 15 Feb 2007 08:50 GMT | 2 |
In my computer, I have the built in Crystal Report for VS on my Visual Studio .Net 2003, but this version of Crystal Report doesn't meet my need. So I have installed a new Crystal Report XI on my VS2003 without removing the built in Crystal Report for VS.
|
| C# BOOK | 15 Feb 2007 08:28 GMT | 27 |
Anyone has come a cross a good book in C#? the best books( I hope they are ) that i found so far are: -Programming C#, Third Edition, by Jesse Liberty <--- good, but some discouraging reviews
|
| vb.net | 15 Feb 2007 07:39 GMT | 1 |
how to use windows media player in vb.net and asp.net give some examples thank U EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com
|
| Bluetooth Connection | 15 Feb 2007 07:35 GMT | 1 |
How can i fix my issue of only being able to connect one device to a bluetooth connection. Situation: - I connect one device to a bluetooth device and finish using it. turn the
|
| Web Service - unable to read data from remote connection | 15 Feb 2007 07:27 GMT | 2 |
Hi! I am doing something related to web service by using c# program. Actually, the code can be run but it sometimes like to pop up error. "unable to read data from remote connection".
|
| Databinding With Objects | 15 Feb 2007 07:26 GMT | 5 |
I've been struggling with a while. Could someone please help me out? I need to bind a property (wich is an custom object) to a combobox that contains a list of the same objects. ex:
|
| Avoiding Exceptions | 15 Feb 2007 07:25 GMT | 11 |
I must be the only one who doesn't think exceptions are the greatest thing since bread. Consider the following code: id = Convert.ToInt32(Request.QueryString["id"]);
|
| USB Disk speed testing in C# | 15 Feb 2007 07:18 GMT | 9 |
I am attempting to write a tool that would get (via something of a stopwatch action) the amount of time it takes to copy a file from a local disk to a connected USB drive on a Windows XP machine. When I run this tool, I am getting average speeds that are faster than
|
| No symbols loaded for the current document ?????? | 15 Feb 2007 05:57 GMT | 4 |
if i want to debug a dotnet application the break point is not going to hit. giving the message as "The break point will not currently hit,No Symbols have been loaded for this document". if i rebuild once then it is working properly,if run directly with F5 it is
|
| Controlling Column Heights | 15 Feb 2007 03:32 GMT | 4 |
I have a database with 10 to 15 "stories" in it per "issue" of a newsletter. I need the newsletter formated so that when it is printed (from an online browser) it is presented in 2 columns on the page approximatly 3.5" wide each.
|
| What is this pattern called? | 15 Feb 2007 02:04 GMT | 6 |
You have a class that's returning an immutable set of objects that are the "same" objects. If you were for some reason representing the alphabet as full-fledged objects, and each time you requested "A" it would return the exact same object "A".
|