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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
listbox showing class name30 Oct 2007 13:37 GMT4
I have a listbox and I am adding objects to it with AddRange.
The problem is the listbox just shows the name of object
class in every row and not the DisplayMember see below.
Any ideas??
opional Parameter30 Oct 2007 13:21 GMT3
We are migrating the vb6 project to C#.Net 2005.
In this migration process we are facing one big issue with optional
parameter. Actually in C#.Net there is not optional parameter concept . For
that C# introduced 2 concepts like 1)overloading 2)params .
Using MenuStrip30 Oct 2007 12:55 GMT5
I am using a MenuStrip on a form and adding a Panel to the same form in the
program. When the Panel is added the top of the Panel is behind the
MenuStrip, so the top of the Panel is hidden. How do I make the Panel I have
added appear below the MenuStrip? Is it something to do ...
I set my database to trustworthy and deployed this clr stored proc as unsafe ok but when i run this it returns 1 each time. as if ival keeps getting set back to 0 each time i call this clr stored proc. How to fix so that ival keeps its current value each t30 Oct 2007 12:48 GMT3
I set my database to trustworthy and deployed this clr stored proc as unsafe
ok but when i run this it returns 1 each time. as if ival keeps getting set
back to 0 each time i call this clr stored proc. How to fix so that ival
keeps its current value each time i execute this from ...
End application30 Oct 2007 12:38 GMT4
I would like to be able to end my application when pushing a button. Like
the X in the upper right corner. How is this done. How do I send end app
event?
regards Jesper.
Cab file compression30 Oct 2007 12:06 GMT6
Is there a way that I could use the .net framework to extract from and
compress using the legacy cab compression system (without having to buy 3rd
party licenses)? My company uses this type of compression to support older
windows PCs (pre-.net) as we can be sure that the OS is ...
chdir from a C# console application30 Oct 2007 11:57 GMT1
Hi have a console application which shoul "know" from where I'm running
it. I thought it was a good idea to run a sort of "chdir" command from
the application itself, but I don't know how to do it. Any suggestion?
Thanks in advance,
CLR Shared Memory, C# DLL load30 Oct 2007 11:53 GMT4
CLR Shared Memory, C# DLL load
How to share memory between CLR calls to the same C# dll? Is there some way
to know in the C# dll when the dll is loaded? Is the dll reloaded each tiem
a method is called from SQL Server or is the DLL loaded once when the C# dll
Visual Studio 2005 Adding Handlers30 Oct 2007 10:59 GMT9
Im fairly new to 2005  and I was wondering.
In 2003, when you add a button, it also adds and AddHandler statement within
the initialisation routine to wire up the handler to the event.
In VS 2005, I cant find this construct anywhere, not even in the designer.cs
Getting idle time of process.30 Oct 2007 10:54 GMT4
I want to get idle time of process. Means time in which process is
sitting idle.
Can i do this in c#.
Because what i want is those process which are not running since say
How to get the current date/time stamp from a network computer?30 Oct 2007 09:38 GMT6
I am a network administrator in a fairly large software company and I
would like to write myself a small utility, which would connect (one
by one) to all machines on the network and get their current date and
time stamps.
Conditionally serialize a member30 Oct 2007 09:20 GMT5
I have a member of my class which I only want to serialize in a flag is
true. So in a way it would be ideal if I could do something like this:
if (flag == true)
   NonSerializableAttrbiute(mymember);
Developing generic - wasting time?..30 Oct 2007 06:17 GMT4
I have some problems with my generic.
Part of code:
    using System;
    using System.Collections.Generic;
Problem in copying SQLite file in C# code30 Oct 2007 04:33 GMT4
I have a little Windows application written in C# with a SQLite back-
end. I'm using the System.Data.SQLite provider.
One of the features the application provides is a database back-up,
which just basically copies the S3DB file to a specified location. See
Write to XML with C#30 Oct 2007 03:23 GMT5
I am trying to collect and write some temporary data to xml file
before I put them into DB.
I am writing into xml file like follows:
private void WriteXML()
 
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.