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# / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
cannot convert from type to type.20 Sep 2005 18:42 GMT3
I have the following procedure below:
I am getting 2 errors on compile:
Argument '2': cannot convert from 'System.Data.SqlClient.SqlDataReader' to
'ref System.Data.SqlClient.SqlDataReader'
C# Language Specification - Extension Methods20 Sep 2005 18:16 GMT4
I think one of the major advancements on C# will be the growing support for
Extension Methods and related concepts...
The current syntax involves a static class with static members using a
warping of the "this" concept applied to function parameters. Surely we'll
C# Toolkit libraries 20 Sep 2005 18:03 GMT4
I'm quite new with dotNet and C#.
sCould anyone tell me if there is any Open Source based libraries (with C#
source)
like Java's Jakarta Commons. E.g. libraries handling different kind of
Fixed character length problem calling Fortran DLL20 Sep 2005 17:07 GMT2
I am calling a Fortran DLL that has a declaration like: character * 260
variablename.  I do not have the Fortran code.  A path to a file is
passed to the DLL.
C# does not have a fixed character length.  I can use vba or vb6 with
LDAPMod structure20 Sep 2005 17:01 GMT1
I'm trying to use ldap_modify_s and it requires use of the LDAPMod
structure.  Anyone have any idea how toadapt this for .NET.  I keep
getting an error 53 (Unwilling to perform) when using the structure.
Here is what I have:
Instead of Redirect.Response...help20 Sep 2005 16:55 GMT2
Ok,
I have a Windows app that I want to, at a click of a button, bring up
various urls.  Can I use Redirect.Response, or is their a better
option?
What exactly does a = b = c = d mean??20 Sep 2005 16:50 GMT11
Can someone explain how the following code evaluates:
string a = "a";
string b = "b";
string c = "c";
Lock the system20 Sep 2005 16:46 GMT1
Moin!
Maybe I'm blind, but I couldn't find it in the documentation. How do I
lock the system / machine? I want to lock it, as if the user would've
pressed Ctrl+Alt+Del, and then selected "Lock computer".
How to Upgrade Microsoft Updater Block20 Sep 2005 16:12 GMT1
I am using Microsoft Updater Block in my project for Auto Client Upgrades.
How I will Upgrade my Updater block within itself.
VS 2002 can't see my Namespace20 Sep 2005 16:09 GMT2
I have a DLL in the bin folder of my Web Application.
When I try to build it, it says it can't find it.
Here is the beginning of my Class:
*******************************************************
Controlling Desktop Apps20 Sep 2005 16:05 GMT1
I have a form which I want to dock to the side of a monitor (left or
right), but I do not want the form to be covered by any other apps, I need
to know how to control the desktop so that when my app runs it loads this
form, and basically takes that space away from the desktop so ...
HScrollBar messages20 Sep 2005 15:49 GMT1
I'm subclassing a HScrollBar and overriding the WndProc method:
        protected override void WndProc(ref Message m)
        {
            base.WndProc (ref m);
Coding Problem, Help Needed20 Sep 2005 15:47 GMT6
Hello to ALL,
I'll explain my problem by pseudo code
class A
{
Is CurrencyManager and DataBinding worth it?20 Sep 2005 15:39 GMT2
I've been playing around trying to bind textbox controls and datagrids
to typed datasets. Up until recently, I never used DataBindings. I
always manually wrote the value into a textbox and stored its value
after the textbox lost focus or whenever someone manually saved the
Create Object from database stored class name20 Sep 2005 14:51 GMT2
Is it possible to create an object from a stored (database,xml or variable)
name?
For instance I have 2 class names stored in my database. Depending on the
application settings I want to create an object based on the class name that
 
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.