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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
monthCalendar to start with - 1?25 Nov 2005 05:58 GMT2
Anybody that have seen an example of how to have the monthCalendar1
start with yesterdays date?
That is: when the form opens, I'd like to have yesterdays date
selected.
problem with XML parsing25 Nov 2005 03:13 GMT5
hi, i have the following XML data file:
<?xml version="1.0" encoding="utf-8"?>
<!--This is a creature file generated by Kotori's C# code-->
<!--This file will contain every enemies stats in the RPG-->
(Simple?) code has me beat - Help ?25 Nov 2005 02:06 GMT3
I want to write some code to center one form over another (show one form
on top of the other). Anyone care to show me in a few lines how to do
this ?. Thanks
remove solution from the SourceControl25 Nov 2005 01:29 GMT3
How can solution (asp.net web page) be removed from the SourceControl?
Do I have to make a new "blank solution" and add in it all projects one by
one?
Send Mail Question25 Nov 2005 01:08 GMT1
i'm using System.Web.Mail to send email message.
but i have a problem with it.
the emails that i send is in Turkish Language.
so when i send the email the receipt can't be able to raed the message.
VS Regex ?24 Nov 2005 23:54 GMT1
In the find / replace option we have regular expresions , so how to
find/replace something like this:
myfunction("myarg",somethingToBeReplaced);
I tried the following:
transfer function pointer (fC/C++) to delegate (C#)24 Nov 2005 22:04 GMT2
Here I am meeting a problem. I am transfering unmanaged C/C++ codes to
managed C# codes. For the general C/C++ function pointer, it is easy to
implement its function by C# delegate. e.g.
Declare (C/C++):     double (* f) (double * x, void * parms);
ASP classic -> ASP.NET C#24 Nov 2005 21:45 GMT2
In classic ASP, I used to keep a constant file that contains site
configuration settings.  For example,
Const SITE_BACKGROUND_COLOR = "#909090"
Const APPLICATION_NAME = "My Financial Site"
Change output language runtime forms24 Nov 2005 21:23 GMT2
I'm writing an application in which the user can change the default
ouput language while the program is running. I have no problem to do it
when there is only a form opened, but if I have a situation like a
second form opened I don't know how I could change the otuput language
Commiting db changes24 Nov 2005 20:20 GMT6
What am I missing here? Based on what the help files tell me, it seems like
my code should look like this:
                   libraryTableAdapter1.Fill(library1._Library);
                   libraryTableAdapter1.Insert(result, 1, 0, 0, 0, 0, "",
A service's threads outgoing security:how to manage?24 Nov 2005 18:04 GMT8
I am writing a management application, which has to access remote machines
registry via System.Diagnostics.EventLog.CreateEventSource [which is
efficiently a registry access].
For each machine, I connect to, I create a DirectoryEntry and connect to
Doubt in ListView Control24 Nov 2005 18:01 GMT1
Hi Friends,
I am developing scheduler application using C#. For displaying all
schedule information i am using ListView control. Based on the status
of the schedule, i have displayed the schedule information in the list
How to rename an Access database???24 Nov 2005 17:01 GMT5
I dont know if this can be done but I would like to programmatically change
an Access database name.
Say my database path and name was :
C:/myFolder/Test.mdb
Data Collecter24 Nov 2005 16:27 GMT5
When someone clicks on my program, I want it to create just like a .doc
blank document in C#. How can I do that?
Paul
Stored procedure parameter24 Nov 2005 16:01 GMT1
should I be able to set the value for a parameter to a stored procedure to
null? For example:
IDataParameter param = command.CreateParameter();
param.ParameterName = "@id";
 
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.