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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
date formatting26 Sep 2007 04:20 GMT2
hey all,
how do i format my string that contains the date and time?
c#:
String dateValue;
escape characters in *.settings file26 Sep 2007 00:41 GMT2
I'm having some trouble storing a string in my settings file that contains
escape characters.
If I enter "This is the first line\r\nand this is the second line."
When I retrieve the string from the settings file I get: "This is the first
teable25 Sep 2007 23:24 GMT3
anyone can explain me the difference between the HTML table and ASP
table in the Visual Studio 2005 toolbox?
Thanks
aximp usage25 Sep 2007 23:16 GMT4
Hi, I used to AxImp.exe to generate the wrappers for an ActiveX control.
Now how do I import the wrapper into my project? I tried "Add
Reference..." and browsed to the .dlls but I still don't see it in my
Toolbox.
ContextMenuStrip25 Sep 2007 22:50 GMT2
Has anyone else had this problem; and if so, any way to overcome:
Have a couple of menu items and rearrange (eg drag one above the other
or vice-versa) - the menu shows the change but after build the change is
not made. This keeps happening and I am having trouble with other menu
"double" population25 Sep 2007 22:42 GMT4
When i try to populate a dropdownlist menu, using a for cicle works
perfect: i get a list of int from ie 1 to 10. How an populate my
ddlist if working on the code i wish to get not longer a series of
integers, but a series of decimals?
Delay function25 Sep 2007 22:25 GMT8
Hi, everyone.
I'm C++ programmer, but I'm starting to write some code in C#.  I need
in C# some function, which delays code execution.  In C++ I have a
cute function:
Need help builing connection string to database.25 Sep 2007 21:21 GMT2
I am having problems getting the connection string to return a value.  It
keeps coming up null.  What am I doing wrong?
using System;
using System.Drawing;
Configuration Section25 Sep 2007 21:06 GMT3
Hi group,
How can I implement a configuration section that can read such an
app.config
<configuration>
How does the "this" keyword work in this context25 Sep 2007 20:03 GMT5
I notice that the Dataset designer generates code for properties that
look like this:
       public string ID {
           get {
Program started via System.Diagnostics.Process hangs25 Sep 2007 19:56 GMT3
I'm using System.Diagnostics.Process to start a thirdparty program
(that works perfectly when started via command line). I'm using
Process.StandardOutput to get the output of the program. That works
for 95 %, but the other 5 % it doesn't. It seems to me that the
Sending a struct to embeded CPU over the Ethernet25 Sep 2007 19:42 GMT4
I need to send a "struct" to an embeded CPU over the Ethernet.
The struct is defined like this:
   [Serializable]
   public struct MyStruct
Senior Programmer Opportunity25 Sep 2007 19:14 GMT1
Good morning friends,
I am a new member to the C# Programming groups and I apologize for
making my first post be about business but I am in serious need.  I am
a Tech Recruiter in Reno, Nevada and have a client that has six
Does the .NET framework keep an internal List/Hashtable/Collection of all my Lists that I can loop over?25 Sep 2007 19:00 GMT2
I have a static class with several hundred private static List<>. Does the
.NET framework keep an internal List/Hashtable/Collection of all my Lists
that I can loop over? If so, please show the syntax or docs reference, if
it's there I am unable to find it.
modulo25 Sep 2007 18:58 GMT3
Mathematically, r = a modulo b      (b being the divisor)  is defined such
that if b <> 0, and if r <>0, its sign should be the sign of b.
C# does not follow this definition.
   int indx = -1;
 
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.