Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / December 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Parameter passing question06 Dec 2007 15:31 GMT2
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 picture06 Dec 2007 12:22 GMT2
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 GMT2
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# output06 Dec 2007 09:57 GMT8
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 Event06 Dec 2007 08:54 GMT2
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 GMT4
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 GMT8
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 files06 Dec 2007 07:59 GMT4
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 event06 Dec 2007 07:43 GMT3
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 GMT1
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 editor06 Dec 2007 05:34 GMT9
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 field06 Dec 2007 01:07 GMT4
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 boolean06 Dec 2007 00:20 GMT5
.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 problem05 Dec 2007 21:57 GMT7
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() error05 Dec 2007 20:45 GMT5
i have two classes that throw when GetTypes() is executed.  The
following are their signatures.
public sealed class ProductService : IAF.TransactionComponent,
IProductService
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.