| Thread | Last Post | Replies |
|
| ADODB Find/ Seek method in C# 2005 | 20 Oct 2007 05:00 GMT | 9 |
I am using ADO (ADODB) with access database. Not sure what I am doing wrong.here. Can anyone please help me? string mdbFile = System.IO.Directory.GetCurrentDirectory() +" \\bTrack.mdb;" ADODB.Connection conn = new ADODB.Connection();
|
| FileSystemWatcher Inconsistency | 20 Oct 2007 02:49 GMT | 2 |
Hi, I implemented the FileSystemWatcher in an application and on my XP system it works fine. If I add a file to a directory, it will enable a button and disable if removed. On another XP system it does not work in a consistent manner. When
|
| Unable to navigate Crystal Report | 19 Oct 2007 22:12 GMT | 2 |
I am using Visual Studio 2005 Professional edition and built in CR version 10.2.3600.0 to create a web application. The front-end to the report is written in C#. Basically Report.aspx creates the datasets that the report needs then creates an instance of the strongly
|
| how to capture error on Translate(typeof(NTAccount) | 19 Oct 2007 21:41 GMT | 5 |
i have sample set i'm working through. it is presenting ACE rights on exchange containers. the problem is that as it tries to translate a user it fails because it is not vaild SID any more. when i try to use "try and catch" i will exit the program. however MSDN does
|
| Pushpins and where to get them | 19 Oct 2007 20:49 GMT | 1 |
I am working on a project now that has a MDI container. One of my colleagues made a control that simulated a pushpin window. However, his is kind of buggy and I was hoping there was a push pin control already available.
|
| RegEx c# help | 19 Oct 2007 20:40 GMT | 2 |
I wrote this regex <font>.*\((?<Inside>.*?)\)</font> "<font> (Hi there)</font></font><font> (Hi there)</font><font> (Hi there)</font><font> (Hi there)</font><font> (Hi there)</font>"
|
| Radio Button Bind issue | 19 Oct 2007 19:56 GMT | 1 |
When I clicked on a radio button, it does not get checked. Instead, the radio button group is cleared. This occurs because when one radio button loses its check, it sets the data source. Since the data source is set, the interface is set.
|
| Service application | 19 Oct 2007 19:40 GMT | 2 |
Hi, everybody I've got a couple of questions, one appears an easy one and another looked to me more difficult. So, I wrote in C# very simple service and the only thing this service does - it's starting some exe. Now,
|
| DataGridViewCell Multi-Line problem with long cell values. | 19 Oct 2007 19:12 GMT | 1 |
Another day, another problem with DataGridView display. Here's the scenario: .NET 2.0, I have a WinForms application that basically just allows a user to review comments on a particular item. It doesn't matter what the item is, it could be a blog entry, a widget, or
|
| invoke vs begininvoke, mdi/child and showdialog | 19 Oct 2007 18:47 GMT | 2 |
vs2005, c# Trying to understand why one way works but the other doesnt. I have not tried to create a simpler mdi/child/showdialog app for posting purposes (I think even this would not be so small or simple). I am hoping
|
| Literal string | 19 Oct 2007 18:15 GMT | 5 |
Converting a string variable into a string literal. How do I add the @ character in front of the string? I cannot add it when the string is created as it will affect other parts of the program.
|
| C# class reference to another class? | 19 Oct 2007 17:49 GMT | 3 |
Hi all - this should be a very easy question to you guys. Say I have two classes, class1 and class2. In my application, class2 can't operate without a class1, as class1 performs communication over the network, as a sort of abstraction layer.
|
| Process.start | 19 Oct 2007 17:40 GMT | 7 |
If i call another process to run, how to run as background.? Thank you.
|
| TextReader is missing Encoding property, why? | 19 Oct 2007 17:14 GMT | 1 |
I decided to take a closer look at the TextWriter and TextReader abstract classes just for fun. While poking around, I noticed that the TextWriter class includes an 'Encoding' property in its definition. To me, this sounds very logical
|
| Version information from EXEs, DLLs, etc? | 19 Oct 2007 16:59 GMT | 3 |
Is there a nice set of .NET functions built into the framework to retrieve file version information embedded in EXEs, DLLs, etc? I'm talking about the strings such as Company, File Version, Copyright, Product Name, and so on...which you normally see in the Version tab of an ...
|