| Thread | Last Post | Replies |
|
| New to C# | 10 Nov 2006 01:26 GMT | 6 |
Since I am new to C#, is there a beginner's C# newsgroup? I don't want to flood this newsgroup, which seems to be for experienced programmers with noob questions. Thanks.
 Signature Chuck
|
| Remote object with arguments? | 09 Nov 2006 22:47 GMT | 4 |
Got a remoting question I was hoping someone could solve. I have an object (UpdateFlifo) that has two constructors, one empty, and one with arguments. I want to expose this
|
| Treeview Howto | 09 Nov 2006 22:37 GMT | 2 |
I have user selecting a branch on a treeview. Is it possible to gather the values of all child nodes of the selected node, and put the values into an arraylist? If you have any examples I would appreciate it.
|
| Failed to compare two elements in the array (v1.1 vs v2.0 x64) | 09 Nov 2006 22:32 GMT | 3 |
I've had a windows service, that I've written and compiled with vs2003 and .net framework 1.1, running just fine on windows server 2003 for a long while. Recently the service was installed on Windows Server 2003 64 bit with the 64-bit .NET 2.0 framework installed.
|
| Create an Unknown Number of Arraylists | 09 Nov 2006 22:09 GMT | 2 |
I would like to create an unknown number of ArrayLists, that is I don't know that until runtime. Of course I can do this if I knew I needed two: ArrayList IntervalArray1 = new ArrayList();
|
| FTP client | 09 Nov 2006 21:44 GMT | 4 |
I have VS 2005 and am trying to create an FTP application. Can anyone advise me on where I can find a good sample application?
|
| CrystalReports Help | 09 Nov 2006 21:40 GMT | 2 |
I have a problem with CrystalReports. It is possible create CrystalReports at runtime? I don't have the file .xsd at designer , when run my application, I have the DataTable object , and the .xsd file, it is possible use .xsd
|
| Method returns value error | 09 Nov 2006 18:29 GMT | 6 |
I am trying to create a method that executes a parallel array and returns a value. I am not sure why the method I wrote is generating an error. The error is displayed as: Use of unassigned local variable retFinalPercentage. Please look at the code below and offer your advice. ...
|
| Serial port visibility in user control | 09 Nov 2006 18:10 GMT | 7 |
I'm a newbie that is still struggling with OOP concepts & how to make things work they way I want. Using Visual C# Express, I have a form in which I added a user control to display a graph, based upon data received via the serial port. If I run the serial port in the main form ...
|
| Swtich statement | 09 Nov 2006 17:43 GMT | 5 |
I am updating some code that has a switch statement. The code was VB.net and I using C#.net. The problem is the switch statement is giving me a syntax error on this line. It doesn't like the case 1,2,3,4. What is the syntax for this?
|
| ListView transparent | 09 Nov 2006 17:35 GMT | 1 |
Hi, guys! How can I make ListView to be transparent? Thanks a lot
|
| Parsing an email message | 09 Nov 2006 16:32 GMT | 2 |
I have an email message stored on the hard drive (.eml file) in rfc822 format. I need to extract the message from the email. Any suggestions on how to do this without writing my own parser? Thank you,
|
| Component model and attributes with AllowMultiple=true | 09 Nov 2006 16:13 GMT | 2 |
It appears that when using the component model (or the default implementation, at least), then any duplicated attributes (e.g. from properties) are dropped. In my test, component-model outputs "abc" only, and reflection ouotputs "def" and "abc" (in that order).
|
| C# beyond 3.0 | 09 Nov 2006 16:13 GMT | 4 |
is there a tentive roadmap/features already semi-official for the next version(s) of C#? I'm interesting in the features of C# 4.0, maybe... Aspects? "Polyphony"? Memory-Transactions? LINQ extensions?
|
| How do I use scrollbars if their maximum isn't really the maximum? | 09 Nov 2006 15:52 GMT | 2 |
I have been struggling with .NET's scrollbars because when I use them I can't seem to get them to go to their maximum value. Searching on the web it looks like the maximum Value you can get on your scrollbar is actually it's Maxmimum - LargeChange + 1. So when I set my
|