Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
datatablecollection and missing schema26 Mar 2008 22:15 GMT3
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 exe26 Mar 2008 22:13 GMT5
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 GMT9
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 pane26 Mar 2008 21:10 GMT5
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 stream26 Mar 2008 21:06 GMT5
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 Object26 Mar 2008 21:01 GMT1
{"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 expected26 Mar 2008 20:55 GMT5
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/PGP26 Mar 2008 20:22 GMT1
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 GMT3
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 - WPF26 Mar 2008 18:59 GMT2
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 Service26 Mar 2008 17:08 GMT5
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 GMT3
    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 GMT2
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 LINQ26 Mar 2008 14:48 GMT2
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 collection26 Mar 2008 14:41 GMT3
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.