| Thread | Last Post | Replies |
|
| How to populate a treeview from a dataset | 18 Oct 2007 15:43 GMT | 9 |
How to populate a treeview from a dataset I am very new to C#. I need to create a Windows form that will read a SQL table and populate a treeview. I can connect to the DB, create the dataadapter, populate a data set. The problem is how to use the
|
| Preventing the user from moving a form around the screen | 18 Oct 2007 15:27 GMT | 1 |
Hello, I created a Modal form (WinForm). I would like to prevent the user from moving the form around on the screen. How would I do that? Thanks,
|
| Deserialize XML string to Object error | 18 Oct 2007 15:10 GMT | 4 |
I am relatively new to doing this and i think that i am making some king of school boy error. The error i am getting is on the following line of code. XmlSerializer xs = new XmlSerializer(typeof(ImportRecord));
|
| Dissecting and generating PDF files | 18 Oct 2007 15:00 GMT | 3 |
What libraries are available for reading, dissecting and creating PDF documents from C#?
 Signature Dr Jon D Harrop, Flying Frog Consultancy
|
| How to Compare 2 TimeSpans | 18 Oct 2007 13:48 GMT | 3 |
This little puzzle has been bugging me for some time. I'm trying to create a little service that will check a time frame and compare it to another timeframe (start / stop time). A real-world example is as follows:
|
| LINQ. Who knows how to do this? | 18 Oct 2007 13:08 GMT | 2 |
I created 3 few tables that have Many to Many relationships: Posts (PostId PK) Files (FileId PK) PostsTags (PostId PK, TagId PK)
|
| A question about replacing a process with another process | 18 Oct 2007 12:45 GMT | 1 |
Today we have two processes A and B written in MFC which are communicating with each other by using serialized socket. These processes are running as console application and as a GUI application. Assume I want to replace one of these processes say B with a process written
|
| LINQ. Which tables relationships should I use? | 18 Oct 2007 11:57 GMT | 3 |
I need an advice: I have 3 tables: Posts, Events and Files. Each post, event and file can be a associated to one or many tags. My idea was to create only one Tags table.
|
| How to interop .Net client and COM DLL? | 18 Oct 2007 11:31 GMT | 3 |
Using VS2005 SP1, I have a C++ COM DLL and a C# client. If the C++ and MIDL source use type INT_PTR and the C# client uses type IntPtr, then the result works in x86 (32 bit) but doesn't compile in x64 (64-bit). The C# compiler gives error messages like
|
| Display JPG in Full Screen Mode | 18 Oct 2007 10:52 GMT | 3 |
I know how to use the image class to display a JPG image in a PictureBox. I would like to be able to display the image in full screen mode. I have searched for code examples but cannot locate any. Any help would be appreciated.
|
| Activex | 18 Oct 2007 10:52 GMT | 3 |
How can I create a C# activex control? Do you know any simple example? Thanks
|
| Textbox validation problem | 18 Oct 2007 10:52 GMT | 2 |
Hi I have written code to validate a textbox and if that textbox is valid I would like to make the submit button on the page enabled otherwise leave it disabled,
|
| basic file I/O issue | 18 Oct 2007 10:05 GMT | 2 |
I have a text file that is just a list of integers separated by a space. In C++ I could do something like: ifstream fin("filename.txt"); int x, y, z;
|
| No Data Menu with a Web Service. | 18 Oct 2007 08:34 GMT | 1 |
I am wrinting a data service to access and update a datset. I am having problem when I try to add a SqlConnection to a web service. Using C# in VS 2005 I started a new web service project. Then I made a new Sql server data base and added one table I also added some
|
| Installing own control into the VS toolbox? | 18 Oct 2007 08:18 GMT | 4 |
Does anybody know how to create a new group in the Visual Studio toolbox and install a custom control into that group - all during the installation? I assume that it requires some registry tweaking, but what keys? Cheers,
|