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
String Builder insert16 Nov 2005 22:08 GMT13
10 len space designated strings grows when i do sb.insert.
is there way to stop string growing. It becomes 14 space len on
test.file
I like to be able insert 3rd position but length should stay 10
Specify E-mail address for public folder16 Nov 2005 21:54 GMT3
I'm trying to manage public folders using C#. I have found some code that
allows me to mail enable a folder:
foreach( System.Management.ManagementObject instmailbox in queryCollection )
{
Finding TextBox's16 Nov 2005 21:52 GMT1
I am looking for a way to find a text box in a running exe process. I am
trying going down the path of using a processmodule to try and find fields
and such. Any idea as to how to accomplish this? I have an exe running that
i want to get the data from a text box in another exe ...
Object Data Binding16 Nov 2005 21:02 GMT2
Lets say i have an array of order objects and I wish for these objects to be
bound to a ComboBox.
public order(string id, string name, int price, string details)
order[] orders = new ...........
C# Express and SQL 200016 Nov 2005 21:01 GMT4
Is it possible to connect to a SQL 2000 database? I can only seem to get C#
Express
to want to connect to a SQL Express database. Am I missing something?
Thanks
resizing form in constructor16 Nov 2005 20:59 GMT3
In my forms constructor I have the following:
this.WindowState = FormWindowState.Maximized;
I then try to size some controls based on the size of the maximized form's
client area:
MailMessage.From assigning problem.16 Nov 2005 20:38 GMT1
Hi has anyone come accross the problem....
THIS WORKS FINE
mail.From = "W-MyPcName.mycompany.com";
mail.To=strTo;
HOWTO Implement LoadLibrary\GetProcAdrress\FreeLibrary in C#16 Nov 2005 20:27 GMT8
HOWTO Implement LoadLibrary\GetProcAdrress\FreeLibrary in C#
Please help,
I want to fully implement LoadLibrary\GetProcAdrress\FreeLibrary in C#, and
be able to call functions that I use GetProcAddress on to pass info to
getting excel worksheet name16 Nov 2005 20:24 GMT1
How do get at the name of an Excel worksheet in C#?
Any help would be really appreciated.
Cheers,
Mike
Serialization and inheritance16 Nov 2005 20:05 GMT3
I'm getting an error when I try to serialize a class in my project. Hope
someone can help me out:
Shared assembly:
[Serializable]
Update other files with ClickOne16 Nov 2005 19:59 GMT1
Using the ClickOnce tool in VS 2005 Express, I wonder if I can update
other files then just the main executable. My application uses an xml
file that changes frequently, independently of the application version.
Can this be done with ClickOnce or should I use something like the
Set ListViewItem height16 Nov 2005 19:46 GMT1
The ListView's view is detail. I can set ListViewItems' width by
changing the culumn width, but what about the height? It seems that the
height is automatically set according to the font size of the
ListViewItem. Isn't there any way to set the height manually? If not,
HTTP email with C# ?16 Nov 2005 19:36 GMT1
My broadband ISP uses a HTTP server for email. The SmtpClient class sure is
easy to use and works great with a regular email server but no such luck with
the HTTP mail server. Does anyone know how to do this with C# Express 2005?
ToolStrip button BackColor does nothing?16 Nov 2005 18:42 GMT1
I am trying to create a button on a toolstrip that is used to select a
color. After the user selects their color, a portion of the button's
image is changed to that color (similar to the highlighter button in
Microsoft Word).
windows services16 Nov 2005 18:37 GMT1
I just wrote a simple host application. Already tested.
After that i change it to a service. (I add new project to the exist host
application, copy code from this host application to OnStart() of the new
project )
 
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.