| Thread | Last Post | Replies |
|
| Preparing for C# Exam...Not much time...what's the BEST way? | 16 May 2007 12:33 GMT | 3 |
I'm interested in taking the following exam for an upcoming job. Exam 70-315: Developing and Implementing Web Applications with Microsoft Visual C#™ .NET and Microsoft Visual Studio .NET. Since the job is being offered soon I need to know the "quickest" and
|
| What kind of transfer methods are msn like messengers uses. | 16 May 2007 11:47 GMT | 3 |
I wantto develope a simple chat programme. I used Sql Server but I have to use timeshift buffer to improve my server performance how can I send messages to receivers simple and rapid like messengers.
|
| TreeView mulitselect | 16 May 2007 10:57 GMT | 2 |
Is it possilbe to multiselect nodes in a treeview control and drag and drop them
|
| .Net 2.0 C# GridView question | 16 May 2007 10:54 GMT | 3 |
Would someone tell me how to manipulate the Header of a GridView? My DataSet is like this: _id _name 1 John
|
| Invoking External Batch Program on Multiple Core Machine | 16 May 2007 10:29 GMT | 1 |
Hello! You may remember me as the guy who's trying to learn C# and using that old version 2003 of visual studio. (Although free version of command line .NET compiler is available, so if some new feature would greatly simplify my life, then I am not opposed)
|
| Making a list with radio buttons | 16 May 2007 08:26 GMT | 1 |
I'm working on a "pokédex" for people who play Pokémon. I need to have a list of all the pokémon, along with a set of radiobuttons for each. I've initially tried a ListView control, with the details view, but if it's possible to add a radio button I can't figure out how.
|
| How do you bind to a group of radio buttons in Windows Forms? | 16 May 2007 08:16 GMT | 3 |
Back in the dim mists of antiquity I used to program in VBA for Microsoft Access (hey, don't knock it - very useful tool for the right application). This had a really handy control in the toolbox called an Option
|
| SQL Server 2005 Express Edition login problem when deploying a windows application | 16 May 2007 07:47 GMT | 4 |
The scenario I got is this: I have created a Windows application in VS and I want to deploy it to another machine running Windows Vista. Since I have no control over this other machine, I've set it up to run SQL Authentication and I have added a new user called "MyUser" and ...
|
| Jagged array problem | 16 May 2007 07:32 GMT | 3 |
Hi, i am haveing problems with this code namespace test { class Program
|
| Using Redemption to convert .eml to .msg (MIME to MAPI) | 16 May 2007 07:16 GMT | 2 |
I want to convert rfc822 (.eml) files to MAPI (.msg) files. I do not need to log in to Outlook to retrieve the messages, since the messages have all been downloaded from the exchange server and are sitting in a folder. I also do not need to save the converted file (.msg) to
|
| Save several DataTables of DataSet | 16 May 2007 06:30 GMT | 6 |
I change quite a lot TableRows in several Tables of a typed DataSet. Now I would like to know which is the best way to save all the rows. Currently I just use each TableAdapters Update() method. First, I think I should have some kind of transactions.
|
| Tracking a memory leak. | 16 May 2007 06:28 GMT | 22 |
I have an object tree that is pretty gigantic and it holds about 100mb of data. When I set the top object to null, I expect that the .NET framework will clean up the memory at some point. However, I am looking at the Task Manager and I don't see the MemUsage column decreasing ...
|
| sort column as int, not string after populate dataTable from a file | 16 May 2007 05:33 GMT | 1 |
I read a csv file to a datatable. I don't know what are the column types at this moment, so I treat all columns as string type. After I read data from file, I use dataTable.Select(condition) to select some lines.
|
| Multi-field sorting on dbgrid | 16 May 2007 05:27 GMT | 1 |
I am a Delphi programmer and in Delphi the rows order of datagrid is given by the sql query result, so, if I "order by" columns 1 and 2, the results will appear ordered on the datagrid. I am learning C# and I am trying to implement the Microsoft's suggested 5
|
| Question on Visual Studio 2002/2003/2005 | 16 May 2007 04:34 GMT | 3 |
Hello group, I"m new to COM Interop and Add-Ins. Today I was reading an article that says: "Use Visual Studio Tools for the Microsoft Office System to create a new Excel Workbook project in Visual Basic .NET or Microsoft
|