| Thread | Last Post | Replies |
|
| DotNet is behind where we were with VB, about a dozen years ago | 15 Nov 2005 03:40 GMT | 14 |
I know I'm asking for a flamewar, and I really don't mean to because I love programming in C# and VB.Net almost equally, just as I enjoyed C++ 13 years ago and COBOL and Pascal 4 years before that. Now that you know my programming history in its entirety :)... please
|
| How do I find a string in a text file? | 15 Nov 2005 02:00 GMT | 10 |
I have textBox1 which is the string i want to search in file.txt Button1 I want textBox2 to show the line of text i am searching when i click button1
|
| Datareader to Array best practice? | 15 Nov 2005 01:32 GMT | 7 |
Hey All, I have question about the best way to go about doint this: SqlDataReader _dr=components.getItems(); fooclass _myarray = new fooclass[5]; //create new array of my class
|
| DataGrid Grouping | 15 Nov 2005 01:18 GMT | 2 |
I have a table with companies that is related to a table with departments, and I would like to displya in my datagrid something like this -Company1 -Company2
|
| Closing DataReader inside of Try{}Catch{} | 15 Nov 2005 01:17 GMT | 4 |
I am using an OleDbDataReader. I need to establish and then keep the connection that I use, but I do not need to keep the data reader, after this operation is over. Therefore, regardless of failure or not, I need to close the data
|
| system calls, OS functions, cmd command using C# | 15 Nov 2005 00:38 GMT | 3 |
How does C# implement system calls in the old terms? As in C system("OSfunction"); I want to copy a file to the printer port for direct PCL (printer control language) execution. In cmd it will be "copy file lpt1" or similar
|
| RegEx not found in System.Text.RegularExpressions??? | 15 Nov 2005 00:33 GMT | 8 |
I tried using RegEx, but the compiler barfed with "The type of namespace 'RegEx' could not be found. Prior to this, I had the same problem with MatchCollection, but discovered it's in the namespace "System.Text.RegularExpressions;" and that namespace
|
| Strong Name Newbie Question | 15 Nov 2005 00:09 GMT | 1 |
Should I use the same key pair file for multiple different assemblies (dll) or generate a different sn keypair file for each dll?
|
| [STAThread] | 14 Nov 2005 23:49 GMT | 1 |
What does this code do? [STAThread] I see this in generated code alot. It has the attribute syntax, but I am not sure what this attribute does. Must have somethng to do with
|
| Dynamic Types in a List<> | 14 Nov 2005 23:06 GMT | 3 |
I have a string representation of an object. I create an object of that type through reflection. I would like to create a List<> of those objects. I obviously can't do List<myObject.GetType()>
|
| Flexible class architecture question | 14 Nov 2005 23:03 GMT | 4 |
I need some architecture help. Our app is similar between clients, but every client has specific needs that can require us to change anything. I'll concentrate on one class below, but potentially any number of methods, fields, additional classes, or anything could need to be
|
| .NET/C# vs MFC | 14 Nov 2005 23:01 GMT | 3 |
Finally decided I could put it off no longer and tried writing my first C#/.NET app the other day. Actually I had already written the app in MFC, so I figured it should be straightforward enough to convert.
|
| SFTP Command wrapper | 14 Nov 2005 22:30 GMT | 2 |
Is there any free SFTP wrapper component for C#? Thanks
|
| OleCreatePictureIndirect() WinAPI call problem | 14 Nov 2005 22:22 GMT | 6 |
I got problems with the WinAPI call OleCreatePictureIndirect() in C#. Has anybody ever used this function call in C#? Thanks, Minfu
|
| Few Problems - Need Help | 14 Nov 2005 22:20 GMT | 1 |
I finished my project, and i took the *.exe file and put it on my friend computer. when i started the program i was amazed to see that the form size is totaly different then in my computer. i set the resolution to be the same as in my
|