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# / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Accessing Arraylists23 Mar 2006 16:13 GMT5
ArrayList arrTestArrayList =
TestArrayList.LoadTestRecords(ConnectionString,StartDate,EndDate);
and it is in the same public class and namespace that I am trying to
access it from.  Basically, I am looking for a way to test against the
Read a RTF File23 Mar 2006 16:07 GMT3
Which method is the best to read a RTF File in C#?
StreamReader sr = new StreamReader(filename,
System.Text.Encoding.GetEncoding(1252));
while((rtfContent = sr.ReadLine()) != null) { builder.Append(rtfContent); }
App will not run as a scheduled task23 Mar 2006 16:07 GMT3
I have a c# console app that runs fine manually, however when i add it
as a scheduled task it does not run at all.
The application takes in args, and calls another command line app.
Even if i disable the process call, it still will not run.  Am I
Drawing on a panel23 Mar 2006 15:49 GMT2
Here's a starter for 10 - I have the following simple code:
private void panel1_Paint(object sender, PaintEventArgs e)
{
    e.Graphics.DrawRectangle(new Pen(Color.Blue),
JON SKEET! i need your help!23 Mar 2006 15:43 GMT11
you have mentioned importing actole.tlb into .net in a previous post -
i'm trying to interface with an act 6 database - so thought i'd try to
import act.tlb using tlbimp - but i'm getting self registration failed.
Do you have any sample source on how to open a database in c#?
Getting reference to running instance23 Mar 2006 15:39 GMT1
I have a C# executable that has a class, say "Sample" which is a singleton.
The exe is running and the class is loaded. From another exe, can I get a
reference to the running instance of the "Sample" Object?
Permutations23 Mar 2006 15:34 GMT1
I have a select list that can contain between 1 and N items. I would
like to get all possible permutations of the list, i.e. combinations
that a user might select. So for example if my list has the following
options: Red, Yellow, Blue I would like to get the following list:
Checking internet connection23 Mar 2006 15:30 GMT4
From a desktop application, i want to check if an internet connection exist.
Many articles use the win api "InternetGetConnectedState", but it is no sure
thing.
I can check it by calling a site an wait for an exception but it will cost
Getting Windows Form controls?23 Mar 2006 15:27 GMT2
   I want to get the controls of the windows form. I know that
form.Controls give me the list of controls but i have a problem. For
example, the toolstripmenu control cannot be reached with that way. My goal
is to list the items of the toolstripmenuitem on the form. I have only ...
Is there such C# tool ?23 Mar 2006 15:27 GMT4
I have .cs source file with a bunch of public and internal members
(classes, methods, enums ...) in it.
I want to extract declarations of public members into separate file
so that I can distribute this file among users as documentation.
SQL Connection String using Domain Account23 Mar 2006 15:15 GMT4
Folks,
I am working on a .Net web site that connects to SQL Server 2000 on another
box.  The DBA has given me a Domain user account with rights to the database
and table.  I have confirmed with Query Analyzer that the user ID and
Data Access Tier with Large Result Set23 Mar 2006 15:01 GMT3
I'm wondering what the best practice should be when processing a large
result set within a Data tier.  Basically, I have a C# app that runs a query
and loops thru over 500K rows and does a few things per row.  I would like
to implement a DAL, but I think this would be stupid ...
Installed System DSN List?23 Mar 2006 14:57 GMT2
Does anyone know how I can populate a combobox to display the installed DSNs
on a particular machine?
Threading changes in .NET 223 Mar 2006 14:36 GMT12
Can anyone explain if there are any changes or improvements to the
threading system in .NET 2? I haven't found any in the "What's new"
webpage but have heard some improvements and changes have been made
(but nothing more specific than that)
Q: property problem (enum)23 Mar 2006 13:32 GMT3
I want to create a property in class (datatype=enum).
In one other class I have declaration of enum:
public enum enumCrep
{
 
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.