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# / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
set Dropdownlist SelectedIndex in a DataGrid29 May 2007 11:22 GMT2
I'm working with a DataGrid that has two template columns with one
DropDownlist each one. It's something like this:
  A           <DDL_1>      <DDL_2>
  B           <DDL_1>      <DDL_2>
How to replace the "\\" char with "\"29 May 2007 11:09 GMT24
I need to build a string with just one backslash included "\", but I
keep getting an error message unless I use "\\".  The double
backslashes will not work with what I am doing.
Problem with DllImport29 May 2007 08:03 GMT3
I load an external library written in Delphi (I don't have any source
code of this lib). I do it in this way:
[System.Runtime.InteropServices.DllImport("myLib.dll",
EntryPoint="externalMethod")]
wierd exception29 May 2007 08:00 GMT10
I have a C# project with windows forms.
I sometimes get unprdictable .NET exceptions. I don't always get them, so I
can't reproduce where exactly it happens. I can generally say it happens when
closing the application (maybe in the dispose method?).
Populating DownloadProgressChangedEventArgs29 May 2007 07:02 GMT3
How can I create and "fill" a DownloadProgressChangedEventArgs class? The
WebClient does it... But I can't do it "manually". It doesn't seem to have a
constructor, and it's members are protected. It's base class
(ProgressChangedEventArgs) has a constructor that can be used.
Streaming a dynamically created xml file (using memorystream) to let the client application pick it up automatically...29 May 2007 05:18 GMT1
Guys,
I have a client tool which runs and accepts files with "amt"
extensions.   All the "amt" files have been setup to open using my
client tool which works great when I double-click on the file in the
Convert string to HorizontalAlign value29 May 2007 05:03 GMT3
vs2003, .NET1.1
I would like to store alignment values in SQL Server db and then use
them in C# to set values of cells in tables. Problem is that a string
variable will not work. Is there a way to set Alignment values from a
How to set a Property?29 May 2007 00:28 GMT6
I am making the transition from VB to C# and am stumped on a seemingly simple
task.  I have created a class and defined a property using set/get.  Now from
one of my forms I want to set the property to a value but I get a compile
error saying "An object reference is required for ...
BindingSource Removing Current Row29 May 2007 00:05 GMT3
I have a a simple application with 1 form.  On my form I use a
BindingSource to bind a database table to a "table (gridDataView)" (one
in the database, one on my form, 2 different types of tables).
I want to remove the current row I tried :
Foundations of F# - Coming Very Soon28 May 2007 23:48 GMT52
I'm very pleased to announce that Foundations of F#, the first book to
be published on the F# programming, will finish its first printing
run, tomorrow, Friday 25th May. It should reach any pre-order
customers between 5 to 10 days later, meaning if ordered it on Amazon
MyEnum.ToString() broke on .NET 3.0 machine28 May 2007 22:44 GMT11
I have a basic Enum:
enum MyEnum
{
Name1,
how stable is linq?28 May 2007 22:25 GMT7
Is lint stable enough for production?
what is memory consumption like?
I am using 988M out of 3876M when I run vs cs with dotnet 2 along with a VPC
VM. actually I only have GAB of real RAM
VAB - IValidatorDescriptor is inaccessible due to protection level28 May 2007 22:03 GMT5
In both of the UnitTest projects that ship with the Ent Lib, (VSTS and
Nunit), there is a TestMethod with the name:
AttributeWithLowerAndUpperBoundsOnlyCreatesAppropriateValidator.
Each of these tests creates a StringLengthValidatorAttribute:
Interfacing with Garmin GPS Device (Edge)28 May 2007 22:00 GMT1
Anyone write code to interface with the Garmin Edge via USB? (Or
Forerunner - I think these are pretty much the same.) I'm not looking for
real-time GPS feed, but rather I'd like to get the data off the device
afterwards so I can plot my rides into MS MapPoint.
strange? by ref instead of by value28 May 2007 21:50 GMT4
as i belived c# will always transfer the variables as by vale if not marked
with a ref infront of the decleration.
By using the folowing code there seams to be (at least for me) a strange
behavior:
 
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.