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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How do I split this String?12 Jun 2006 17:18 GMT6
I am looking for some expert advise to get me out of trouble. I am looking for a solution in C# which will allow me to split the below string in the format provided. The String.Split() allows only a single char as a delimiter.So I cannot use that as well.
Original String
"*** ...
Using a String as the name of a struct's field12 Jun 2006 17:05 GMT4
Well here is some code that will help explain the situation:
I first make a struct that actually will be used to save some server
informations:
struct Server {
String.Concat vs String.Format12 Jun 2006 17:04 GMT18
I know its a sin to use strings, lets skip that part...
Which of these is faster and uses less memory?
String.Format("SomeValue='{0}'", m_Value);
or
Custom Control Event12 Jun 2006 16:37 GMT3
Hello to everybody.
I have a little problem with a Custom Control that I have created. The thing
is that in my control, when I click a button, it should create another
object in the main form.
Get Windows directory12 Jun 2006 16:24 GMT2
How can I get name of Windows directory in c# without using API??
Microsoft.Office.Interop.Excel doesn't like me12 Jun 2006 16:21 GMT5
Ok, I've tried everything I could come up with but nothing is working.
I am creating an application which needs to post information into an
excel document. I have not yet had a chance to play with any of the
methods because I cannot pull in the Microsoft.Office.Interop.Excel
shorthand for T12 Jun 2006 16:13 GMT4
Suppose i have this code:
    int value = 0; // TODO: Initialize to an appropriate value
    Parameter<int> target = new Parameter<int>(value);
    Assert.AreEqual<int>
Process StandardInput Limitations ?12 Jun 2006 16:11 GMT4
I'm building a software to interface with an .exe that will parse a
text file (a lex program build in cygwin that works great when it's
executed on it's own).
The OutputXML is more than 150 000 characters and the software always
Validate SQL Expression12 Jun 2006 15:59 GMT1
How to validate a SQL Expression in C#?
Thanks!
Using NAnt RC4 to build .Net 1.1 Code 12 Jun 2006 15:53 GMT1
I am in a conversion project of Code from .Net 1.1 -->.Net 2.0 .
1. I am going to build all my projects with NAnt RC4 version and also with
VS2005 to check the affected Areas.
2. I have both the Versions of my code in my machine, 1.1 and 2.0.
Thread DataSlot12 Jun 2006 15:37 GMT3
The Thread class exposes AllocateNamedDataSlot() and AllocateDataSlot()
methods which allow allocating memory for thread-specific data. How is
this different from encapsulating each running thread in a class and
using that class to store the data?
Auto-Updates using MSI12 Jun 2006 15:26 GMT1
I need to implement Auto Updates in my application wherein I will be
installing the application using msi.
First time I will be installing it through CD.( Directly running the
MSI file) Next time any of my clients run the application and if newer
C#, dao, optional parameters and Seek method12 Jun 2006 15:25 GMT1
I need to use DAO in one of my applications. It was too hard to pass
through by optional parameters for several methods, but now I'm totally
lost at DAO seek method (the main method for key s).
The method has a next declaration:
Suggestion on Developer workstation please12 Jun 2006 15:17 GMT4
We are working on a large web project which will be implemented in C#2.0 and
SQL2005. Our developers are going to get new workstations and we are in the
process of acquiring workstations.
Please kindly provide the configuration you are using now, so I can prevent
Disable Checkbox in TreeView control12 Jun 2006 15:17 GMT3
Does anyone know how to disable a single check box in a Windows Forms
TreeView control.
 
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.