| Thread | Last Post | Replies |
|
| datatablecollection and missing schema | 26 Mar 2008 22:15 GMT | 3 |
hey all, i noticed if i use the missing schema to fill a datatablecollection the table names are generic (Table, Table1, Table2) is there anyway to change that? i tried on the sql side to use an alias for
|
| Packaging fonts into a windows exe | 26 Mar 2008 22:13 GMT | 5 |
can anyone tell me whether it is possible to pack a font into a .net 2.0 windows application (resource)? i need to use the font within the application, but i don't want to distribute it as a ttf file. i've read on msdn that this is possible through wpf in .net 3.0 but can't find
|
| using 7zip in c# | 26 Mar 2008 21:13 GMT | 9 |
All, i'm using 7zip to archive data that my application produces, the following code fails to work. The problem is, the code seems to redirect where its looking for the 7z.exe to where-ever the
|
| Windows file explorer type window pane | 26 Mar 2008 21:10 GMT | 5 |
I have a tree view much like in windows explorer (the one for files not IE) it basically lets me view my computer and any drive/directory much like explorer but with the ability to filter only directories wich contain the files my
|
| Using/converting legacy structs from a stream | 26 Mar 2008 21:06 GMT | 5 |
I am a total newb at .net, and I have not been able to search out a best practice answer to what must be a common problem. My app must process binary data from a UDP socket, a MSMQ queue and a file. In C, the data is in nested structs, with mixed types, floats, ints, char
|
| WCF error deserializing my Response Object | 26 Mar 2008 21:01 GMT | 1 |
{"Type 'System.Object[]' cannot be added to list of known types since another type 'System.Collections.ArrayList' with the same data contract name 'http://schemas.microsoft.com/2003/10/Serialization/Arrays:ArrayOfanyType' is already present."}
|
| FlowLayoutPanel not behaving as expected | 26 Mar 2008 20:55 GMT | 5 |
I am trying to achieve a simple visual effect in a WinForm application, .NET 2.0, but I am missing something. The sample code below contains just a button and a FlowLayoutPanel. Pressing the button should add a new label into the FlowLayoutPanel.
|
| Kick start your career in consulting with Aegis School of Business's One Year MBA/PGP | 26 Mar 2008 20:22 GMT | 1 |
Dear Candidate Let me introduce you to great career opportunities at Aegis, Mumbai. Aegis School of Business, a leading Business School based in Mumbai, India, offers One
|
| App Deployment with Crystal Reports and XCOPY (VS2005) | 26 Mar 2008 20:09 GMT | 3 |
I was intending to use an XCOPY install for a VS2005 C# WinForms app but when I copied the files and ran the app on a clean machine it failed when it needed Crystal Reports. Can you not use XCOPY deployment if you have Crystal Reports dependencies?
|
| Sorting an ItemCollection - C# 3.5 - WPF | 26 Mar 2008 18:59 GMT | 2 |
I am attempting to sort the ItemsCollection of a ListView in C# / WPF. I have it all hooked up and for the base case it is working fine. Base case assumes binding to a single datatable in a dataset: /// there is a bunch of other code before this but it all just
|
| How to Get Current logged in user from within a Windows Service | 26 Mar 2008 17:08 GMT | 5 |
Is there any possible way to get the currently logged in (active) user from within a service? I need the service to start at runtime. I need to capture log on / log off / switch user events. I haven't gotten to that yet, but it IS
|
| Implementing a queue in a wrapper class --- please help... | 26 Mar 2008 16:14 GMT | 3 |
I'm using ASP.NET 2.0 and have to implement a queue object. That's no problem - its just: Queue myQueue<object> = new Queue<object>(); The thing is though - I want to make this queue available through a
|
| Best way to load a TreeView? | 26 Mar 2008 15:40 GMT | 2 |
What's the best way to load a TreeView control from a database? Here is my scenario: I have a TreeView that represents a Table of Contents. The TOC has an arbitrary number of branches, and each branch has an arbitrary depth. I am reading the TOC from a SQL Server database.
|
| how to query given using LINQ | 26 Mar 2008 14:48 GMT | 2 |
i have a following collection ReadOnlyDictionary<string, ReadOnlyCollection<DimensionValue>> byVal = items.ByValues; which i am looping as follows to obtain the values
|
| Does setting object reference to null help the GC in collection | 26 Mar 2008 14:41 GMT | 3 |
I am having this confusion going on in my head for sometime now. The question is whether setting the object reference to null (nothing) help the GC in collection in anyway? Can anyone shed some light on this? Is there any way to validate this
|