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# / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DatasetCounter - DataGridView Problem - VS2005, C#10 Jul 2008 21:11 GMT6
I have one problem.
Include my project is a dataset with tables.
During my process I create a new temporary table.
The dataset use my DataGrid Control.
A non-persistent file?10 Jul 2008 20:50 GMT7
I have a pdf document saved (as a base64 encoded string) in a remote
database. I now want to allow the client application to display that
document. Because of legal issues I am not allowed to temporarily save
the pdf document on the local hard disk.
Confused by the CompareTo method of IComparable10 Jul 2008 20:14 GMT3
I understand that if we wanna compare two objects of the same class,
we need to implement the IComparable interface, as shown here:
http://msdn.microsoft.com/en-us/library/system.icomparable.compareto(printer).aspx
I am confused by the implementation of the CompareTo method in the ...
Preloading assemblies into an AppDomain I create10 Jul 2008 19:39 GMT4
Hi all, I'm getting unexpected results when trying to preload
assemblies into an AppDomain I'm creating.  Upon creation of the
AppDomain - I attach an AssemblyResolve to both my current AppDomain
and the new AppDomain I create.
ASP.NET Configuration Security10 Jul 2008 19:11 GMT1
I want to know what is the recommendation for logging in to a Internet/Interanet website? is ASP.NET configuration security model a recommended model vs the custom database tables?
thanks in advance
C#, Dynamic Functions, Threads10 Jul 2008 18:56 GMT3
Is it possible to do something like the the following:
   IBaseClass objClass = new LoadClassFromDLL( "Module.DLL");
   ThreadStart objThreadStart= new
(objClass.GetFunctionFromName("GetString"))
About PrintDocument10 Jul 2008 17:56 GMT1
In the main form I have a multiline textbox where I can enter text. This is
named textBoxEdit.
Below I have an eventHandler for event BeginPrint called OnBeginPrint for
object PrintDocument and
Selecting XML nodes w/ namespace and XElement10 Jul 2008 17:45 GMT11
I'm playing around with XElement stuff, and I've come across a difficulty.  
The XML document that I'm reading contains an xmlns declaration on the main
node...
<root xmlns="http://www.me.com">
Integer Resources10 Jul 2008 17:00 GMT6
I want to have a resource file with integers, rather than strings, and
have VS 2008 generate a global object with integer properties, rather
than string properties.  Is this possible?
(I know I can convert the values to strings, but I'd like to know if
Using OCX in .NET10 Jul 2008 16:29 GMT1
Hi misters,
I try use an OCX in my Winforms application with VS 2005.
The OCX is a PDF Viewer (XPdfViewer)
I have several issues about it:
Hairy object tree problem10 Jul 2008 16:28 GMT3
I'm working on an object model that will represent trees of products, where one product may contain others (components of a product). Each product needs to keep track of its parent and child products. That far it seems I'll only need one class:
public class Product
{
   private ...
ManagementClass name not recognized10 Jul 2008 16:24 GMT3
Do I have to add a DLL reference or something in order to be able to use
System.Management.ManagementClass?
Simply "using System.Management;" isn't good enough -- ManagementClass
doesn't seem to be there.
regex question10 Jul 2008 15:48 GMT5
I have the following code and the first expression get replaced
properly but the second one does not replace at all. Only difference
in the two, the later one has escape sequences inside the string.
static void Main(string[] args)
C#, Dynamic Functions, Threads10 Jul 2008 15:24 GMT4
Is it possible to do something like the the following:
   IBaseClass objClass = new LoadClassFromDLL( "Module.DLL");
   ThreadStart objThreadStart= new
(objClass.GetFunctionFromName("GetString"))
How can I disable sorting in a DatagridView?10 Jul 2008 15:20 GMT3
Hello, Programmers.
How can I disable sorting in a DatagridView?
Thanks in advance.
 
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.