| Thread | Last Post | Replies |
|
| monthCalendar to start with - 1? | 25 Nov 2005 05:58 GMT | 2 |
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 parsing | 25 Nov 2005 03:13 GMT | 5 |
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 GMT | 3 |
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 SourceControl | 25 Nov 2005 01:29 GMT | 3 |
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 Question | 25 Nov 2005 01:08 GMT | 1 |
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 GMT | 1 |
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 GMT | 2 |
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 GMT | 2 |
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 forms | 24 Nov 2005 21:23 GMT | 2 |
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 changes | 24 Nov 2005 20:20 GMT | 6 |
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 GMT | 8 |
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 Control | 24 Nov 2005 18:01 GMT | 1 |
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 GMT | 5 |
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 Collecter | 24 Nov 2005 16:27 GMT | 5 |
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 parameter | 24 Nov 2005 16:01 GMT | 1 |
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";
|