| Thread | Last Post | Replies |
|
| String Builder insert | 16 Nov 2005 22:08 GMT | 13 |
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 folder | 16 Nov 2005 21:54 GMT | 3 |
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's | 16 Nov 2005 21:52 GMT | 1 |
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 Binding | 16 Nov 2005 21:02 GMT | 2 |
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 2000 | 16 Nov 2005 21:01 GMT | 4 |
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 constructor | 16 Nov 2005 20:59 GMT | 3 |
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 GMT | 1 |
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 GMT | 8 |
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 name | 16 Nov 2005 20:24 GMT | 1 |
How do get at the name of an Excel worksheet in C#? Any help would be really appreciated. Cheers, Mike
|
| Serialization and inheritance | 16 Nov 2005 20:05 GMT | 3 |
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 ClickOne | 16 Nov 2005 19:59 GMT | 1 |
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 height | 16 Nov 2005 19:46 GMT | 1 |
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 GMT | 1 |
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 GMT | 1 |
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 services | 16 Nov 2005 18:37 GMT | 1 |
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 )
|