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# / May 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
string to bitmask01 Jun 2006 00:48 GMT1
All,
What's the easiest way to convert the string like 1001010101101010101 into a
binary mask of type Int64 and back? ConvertBitmask or something like that?
Just D.
C# COM array issues when accessed through vbscript31 May 2006 23:46 GMT2
I'm trying to access C# COM object from a VBscript, where C# will
modify the reference parameter to an array.
I found simple reference parameter datatypes (i.e. int, string) yield
to expected result, however, when I try to create an array of these
How to Get Server Reboot Time?31 May 2006 23:42 GMT1
I am writing in C# .NET and am using System.Environment.TickCount
(32-bit integer) to get the number of milliseconds since the server was
rebooted.
The problem is that the server has been up for over 30 days and the
How to compile resource files via Nant?31 May 2006 23:14 GMT2
I am compiling a winform app using nant.  I first compile via VS.NET,
which generates *.resource files in obj\debug.  Then I use the
<resources> tag in the Nant script to complete a build via Nant.
I did try the Nant build by accessing the *.resx file instead.  The app
How to...31 May 2006 23:09 GMT9
... make COM exposed object to have
both constructors COM visible not only
the first one?
Class Object and override31 May 2006 22:46 GMT3
Hello!!
You may correct me if I have made any wrong assumptions.
Below I have some simple classes.
When you have this t.ToString() below it's the ToString() method in Object
Unable to load (unmanaged) dll31 May 2006 21:57 GMT1
Any ideas on how to resolve the run-time exception:
"Unable to load DLL 'EventMgr.dll': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)"
It's raised when my app calls a static function in the dll. In my app I have:
Navigating by attribute in XPath31 May 2006 21:43 GMT7
This code shows all values for the config node. I'm trying to retrieve
the value for systrayenabled for attrib "jon". Something wrong?
sXmlPath = Application.StartupPath.ToString() + "\\settings.xml";
XmlDocument xmlConfig = new XmlDocument();
Important question about .NET 2.0 datasets...31 May 2006 21:20 GMT3
We've created a robust client server application over the past 3 years
on the .NET framework version 1.1 using c#.  We layed all of our
marbles in creating strongly typed datasets and for the most part we
are extremely happy we did that.
background worker and win forms31 May 2006 20:55 GMT1
I need help with background worker and form
I have a class (form1) that works with database. I need this:
-Show form2 while form1 is geting data from database
-When form1 is done, close form2, proced working form1
Tool to find the unused methods and members in an assembly31 May 2006 20:53 GMT2
           My application is splitted into more than one assembly. And I
want to clean up the methods which are not called or not used among any of
the assemblies.
Can any one suggest me the tools available to find and remove the un used
Deserialization with a removed class31 May 2006 20:41 GMT3
I'm trying to deserialize an object which has a few members which no longer
exist. Is there anyway using a custom binder to remove the reference to
these objects or just return a null?
Thanks,
XSD import using WSDL.exe31 May 2006 19:00 GMT5
Hi,
Here is my problem.  I have a serviced component that is exposed via a SOAP
interface.  This particular component, Person, has a method that takes in
another object called PersonHobby.  When I try and use wsdl.exe, it always
FieldInfo class31 May 2006 18:46 GMT1
Posting on behalf of a colleague (no, really! ;)  )...
Hi,
I was wondering if there is any equivalent of FieldInfo.SetValue(Object,
Object) that is strongly typed or uses generics? I have been looking at
Bit shift question.31 May 2006 18:30 GMT3
I am seeing a discrepancy on how bit shifts work in C# vs. C++.  In C++, if
you do a bit shift and it overflows, the bits are lost.
i.e. in C++, -1 << 32 would produce 0.  However, in C#, this same expression
yields -1.
 
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.