| Thread | Last Post | Replies |
|
| C# Calling Executable or DLL | 18 Oct 2006 04:59 GMT | 5 |
Can anyone tell me the prons and cons having C# program calling an executable or DLL? I always do not like the idea of having one executable calling another executable since I can have more control by calling interfaces exposed
|
| Copy files backgroundworker with progressbar | 18 Oct 2006 04:25 GMT | 4 |
Please can someone point me to a code sample where larges files can be dragdropped onto a form and files are copied using backgroundworker and progressbar status ? Thanks in advance
|
| Error running app | 18 Oct 2006 03:23 GMT | 1 |
I'm working in VS 2003 using C#, MSSQL 2000 and Windows 2003 Server. When I try to run any web application I receive the following error: Error while trying to run project: Unable to start debugging on the web server. The Project is not configured to be debugged. Click help for more ...
|
| formclosing and mybase.closing | 18 Oct 2006 03:21 GMT | 1 |
I am not clear if there is there any difference in usage between Closing (mybase) and FormClosing ? Any advice on that ? -P
|
| Hashtable object | 18 Oct 2006 03:12 GMT | 4 |
If i can use keys of different types on an Hashtable object, what's stopping me from putting all my values on the same Hashtable?
|
| Beginning C# Objects: From Concept to Code - Discussion | 18 Oct 2006 03:05 GMT | 1 |
I want people who are reading Beginning C# Objects: From Concept to Code by Jacquie Barker from Apress to get together and discuss any problems they come across during the read. We can discuss exercises and three case studies provided at the end of this book.
|
| Trying to locate downloaded class library | 18 Oct 2006 02:10 GMT | 7 |
I download the POS .Net class library. The download stated that I should be able to to see samples. I don not know where they can be found on my computer. Also, how could I find the class libraries that been downloaded?
|
| Reading great code | 18 Oct 2006 00:56 GMT | 42 |
In his recent newsletter embedded expert Jack Ganssle says that programming students, as well as professional developers should readh "great code" (hight quality/well-crafted code that works). He even gives to examples. One is uC/OS-II operating system and the other is
|
| Using Static Methods Adv? | 18 Oct 2006 00:54 GMT | 5 |
can any one give advantages and disadvantages to using static methods in a class. shall we use complete static methods in a class ? thanks
|
| Storing Objects | 17 Oct 2006 22:44 GMT | 3 |
In one of my forms I need hold an array of objects (same class) that is dynamic at runtime. Instead of using an array I am looking at ArrayList or Hashtable. Any suggestions?
|
| access SqlDataReader using foreach | 17 Oct 2006 21:43 GMT | 2 |
is there a way to access every record from a SqlDataReader via "foreach" ? I want to write a class which (besides doing some other stuff) retrieves a recordset using SqlCommand.ExecuteReader().
|
| Making a very simple form | 17 Oct 2006 20:54 GMT | 1 |
I want to make a really simple form with C# and windows forms, which is trivial with Java, but I'm unable to reproduce it with .NET. I can't believe it's impossible. I want a simple window with a textbox and a listbox below it. I don't
|
| Parsing Comma-delimited records? | 17 Oct 2006 20:28 GMT | 15 |
I'm parsing a comma-delimited record but I want it to do something if some of the string is between "". How can I do this? With the Excel import it does it correct. I'm using String.Split(). Basically, this is what I want to do: Use string.Split() on the whole string
|
| Decoding strategy | 17 Oct 2006 19:33 GMT | 25 |
I've got a little problem with choosing the best decoding strategy for some nasty problem. I have to deal with very large files wich contain text encoded with various encodings. Their length makes loading contents of file into memory in single run inappropriate. I solved this
|
| error message | 17 Oct 2006 18:53 GMT | 1 |
Hi group I wish to understand, from a developer viewpoint, what means the error message: "abnormal termination program"
|