| Thread | Last Post | Replies |
|
| TableAdapter not updating records | 22 Feb 2007 20:53 GMT | 1 |
In Visual Studio 2005, I used the Data - Add New Data Source wizard to create a new Table Adapter data set to interface to my SQL Server 2005 database. Then I wrote this C# code to add new records to the database:
|
| Setting a password on an AD account... | 22 Feb 2007 19:35 GMT | 9 |
OK, I have code that I used in a standard windows app that would create an account and then set the password. I have taken that code and am using it in a Web App. Here's the code:
|
| xPath does not work when the XML Document has xmlns | 22 Feb 2007 19:25 GMT | 2 |
I am receiving an XML document from other system, and I am using xPath to search one of the node in the document. For example, the xml document like this: <Company>
|
| LED style text display control | 22 Feb 2007 19:11 GMT | 7 |
Does anyone know of any examples of doing LED style text displays? I need to implement a text display which has one line of 20 characters. There was an example on Codeproject but I cannot seem to find it now.
|
| Changing the blinking cursor in a TextBox | 22 Feb 2007 19:10 GMT | 3 |
Hi, I'm quite new to C# allthough I've been programming in other languages for quite a while. I'd like to change the blinking cursor inside a TextBox, I guess I must derive the class and override the OnPaint()-method, however I
|
| Displaying a form | 22 Feb 2007 18:13 GMT | 2 |
I have a form that I want to display when a menu item is selected. However the form created doesn't have a method that relates to displaying it. ie Open or Display. How does one do this?
|
| Generating XSD file dynamically. | 22 Feb 2007 17:30 GMT | 1 |
Can anyone tell me how to generate xsd file dynamically for datatable. And then how to create datatable from that dynamically generated xsd file. I want to generate datatable from this dynamically generated xsd file.
|
| Newbie to .net framework - what is an .net assembly? | 22 Feb 2007 17:06 GMT | 3 |
I'm new to the .net frameowrk - I've been working with C++ for over ten years now. What is a .net assembly? Is it like an executable created in C++? Do you run it?
|
| FileInfo.CopyTo (net 1.1) | 22 Feb 2007 16:50 GMT | 1 |
i use the CopyTo - Function to copy large files into a net drive. Now it would be mad, if I could indicate the remaining time or also the status (in %) to the copying action. Have unfortunately still nothing found... Is there a possibility?
|
| DataSet and XML files | 22 Feb 2007 15:47 GMT | 1 |
Hi NG! I have a question to the following XML structure (or similar to this): <History> <Technique name="AB1" date="02/22/07 08:18">
|
| Serial Communication Port Help | 22 Feb 2007 15:42 GMT | 1 |
I am trying to write a serial communication GUI application. My application has the following specifications. When I set my board up in hyperterminal I do the following set up: bits per second = 38400, data bits = 8, parity = none, stop bits = 1, flow control = none. Then once I
|
| Changing file/folder names | 22 Feb 2007 15:09 GMT | 4 |
What's the recommended way to change file/folder names within a project? I want to change the solution name from (say) sol1.sln to sol2.sln, and also everything else named sol1.* (eg sol1.suo, the folder sol1, and within this folder, sol1.csproj, and also, files within Debug and ...
|
| STL code compiling problems in VS 2005 | 22 Feb 2007 15:09 GMT | 1 |
I have a piece of STL code which compiled perfectly with VC++ 6.0 and VS .NET 2003 but I get loads of errors for it in VS 2005. The code is as follows: class CTimeKey: public pair<wstring, wstring> {};
|
| Clear FireFox Browser History | 22 Feb 2007 15:05 GMT | 9 |
Greetings to you all. I have been dealing a project, in which one of the requirement is to clear FireFox browser history programatically. Can anybody suggest me, how this can be implemented in either VB/C#.NET?
|
| How to schedule workflows (e.g. start every day at 2pm) | 22 Feb 2007 14:26 GMT | 3 |
I am very new to the Workflow Foundation and I am wondering if the WF has built-in scheduling components. I would like to have a workflow that starts every day at 2pm as an example. Is it possible to host such a workflow in a windows service and to have a configuration file ...
|