| Thread | Last Post | Replies |
|
| Parameter passing question | 06 Dec 2007 15:31 GMT | 2 |
The title of this is part of my problem. I'm a hobbiest programmer - playing w/ c# now for a little more than a year. The generic problem that stops me most often has to do with passing parameters between windows forms & their related classes. The number of "cannot resolve
|
| When I put a metafile on the clipboard and pasted it, I get resized picture | 06 Dec 2007 12:22 GMT | 2 |
Let the size of vector is e.g. 3.5". I render the same vector on a printer & a screen on the same procedure: printDoc_BeginPrint(object sender, PrintEventArgs e) {
|
| Is there any way to view all of the sub classes in VC#? | 06 Dec 2007 10:06 GMT | 2 |
For example, can we easily know which classes are subclasses of System.Exception? I didn't find such feature in VC#?
|
| C++ grammar for ANTLR & C# output | 06 Dec 2007 09:57 GMT | 8 |
I'm looking for ANTLR input file with C++ grammar which is configured for C# output. Does anybody know where can I find it?
|
| confused listview.items during itemChecked Event | 06 Dec 2007 08:54 GMT | 2 |
I have a problem with Listview using checkboxes. If i check items by code BEFORE the form is shown the Listview.Items are confused during the ItemChecked Event !!! After showing the form every thing works fine: checking items by code
|
| plugin's and invalid cast. | 06 Dec 2007 08:35 GMT | 4 |
VB.Net app, but applies to the C# articles I've seen (from Mr Skeet for example) so decided to cross post to glean some more wisdom... I've two instances of the plugin framework in my app for two separate interfaces. One works and one doesn't, and for the life of my I can't figure ...
|
| implicit upcast possible? | 06 Dec 2007 08:01 GMT | 8 |
Hi, Is it possible to define a implicit operator from base to derived types in C#? I have a Point class and would like to derive a Vector class from it and add a couple new vector related functions, like Normalize(). The problem
|
| WebBrowserControl and csv files | 06 Dec 2007 07:59 GMT | 4 |
If I navigate to say http://Site/filename.csv, the web browser control or IE displays an excel sheet with the data in it. (Safari displays the raw text). This is not what I want. I want to get hold of the data and crunch it.
|
| custom event | 06 Dec 2007 07:43 GMT | 3 |
dear newsgroup member, I want to access a label in a form (form1.cs) from a class file (periodicUpload.cs). The label in form1.cs is a status Indicator. PeriodicUpload.cs is a timer class file. From this class file I upload every
|
| VS2005, dataSets and stored procs (how annoying!) | 06 Dec 2007 06:29 GMT | 1 |
Hi... I have a dataset with queries in them. I want to switch out the queries for stored procs. When I tried to redefine the select query as a stored proc, I get this error:
|
| strange request: A mirrored editor | 06 Dec 2007 05:34 GMT | 9 |
I have a friend that likes to read text upside down and write in mirror (right to left, letters flipped on the Y axis, order reversed) - he used to be a professional athlete and adopted the techniques to increase his peripheral range of vision.
|
| sqlcommand timeout in field | 06 Dec 2007 01:07 GMT | 4 |
Ok, got a SQL timeout occuring in the field that we cannot reproduce in the development environment. Development system run time for this query is sub-second. App is .NET 2, C#, using the SqlConnection/SqlCommand/SqlDataReader classes. As stated below, the query
|
| casting bit to boolean | 06 Dec 2007 00:20 GMT | 5 |
.net 2.0 in my c# code I retrieve a value from a column in database (sql server 2000) (using SqlReader) this database column has the datatype Bit! Now I'm looking a way to cast this bit value into an .Net boolean variable
|
| Nullable Convert ? : operand problem | 05 Dec 2007 21:57 GMT | 7 |
Just one question, why wouldn't the following lines compile: decimal? decVar = 5; int? intVar = decVar == null ? null : Convert.ToInt32(decVar.GetValueOrDefault());
|
| this is killing me, still a GetTypes() error | 05 Dec 2007 20:45 GMT | 5 |
i have two classes that throw when GetTypes() is executed. The following are their signatures. public sealed class ProductService : IAF.TransactionComponent, IProductService
|