Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested .NET Framework 1.x Solutions: 1 - 25 of 65
 
I have found a VB code to find the serial number of an USB device at http://omnibus.uni-freiburg.de/~albers/snippets/usbinfo10.zip. I have not tried it in VB as I want to use the code in VB.NE...
I included master page in my page . if i want to get the textbox(FrDate) control id in javascript means i can get  like this '<%=FrDate.ClientID%> my problem is this FrDate is inside gri...
I want to receive a delivery notification when sending an email through ASP.NET 1.1 C#. I can get a read notification using; testMessage.Headers.Add("disposition-notification-to", txtFrom....
Hi, I just want to verify as to where it'd be best to destroy/delete/remove/clear (for the lack of a better tech lingo) page specific session variables. I understand that .net has session ...
Hi There We're trying to operate an Ajax based web page on a Symbol MC9060 mobile computer running Windows CE 4.2. I am told by our development team that we need to upgrade the .NET framewo...
Hello, I want to format a date/time to show milli-seconds. The regular Format methond does not include this: Format(Now(), "HH:mm:ss dd MMM yyyy") I would like to be able to include n...
I am using C#.NET 1.1, however it would appear that my problem may be with any release of the .NET Famework (so, 2.0 also, as I think 3.0 and 3.5 use the same base library as 2.0). My probl...
mscorlib.tlb could not be loaded on a SQL 2005 install
I am new to VBscript and have limited knowledge of Macros.  I have searched around trying to find a macro or script to combine multiple excel files that are generated individually from Reporti...
It downloads fine, when I try to install it, it tells me that the feature I am trying to install is on a CDROM or other removable disk is not available.  It tells me to insert scan disk and cl...
hai friends, i want to do face detection project using webcam . i choosed to do in c#.net. please help
Hi, I have a ImageCrop method which will resize and recrop the image to a specific size. However when the image has been resize and recrop, there is a thin black line on the top of the imag...
I have created a web.config file with an explicit reference to the oracle data access client. Yet the code will not compile at runtime. I don't want to buy and install Visual Studio .NET...
I am deserializing from an XML file to a C# .NET 1.1 class in a plugin for ACT!2006. On my development machine (of course) the deserialization works fine. On the end-user machine an exception ...
I have written the following code. The code works if provide the search criteria as text, however I want to load it as a parameter that will be supplied at runtime.  Dim paNode As XmlNode ...
Hi How to check whether the SMTP windows service exists or not in C# Regards Karan
I now have up to 5 pic boxes which I have working in this example. I now need to implement this: When the moving picbox p0 reaches each p1,p2,p3,p4,p5 it needs to stop and sit there. I wi...
The function in the attached code works great if I have an xml as shown on the top. However, I do not know how to read the bottom xml. Anyone want to help me out on this?
How to get the parameter value  from  inside  web application using c# and javascript? Knowing I do not want to use Query string way i want another Solution thanks,
is there a complete running database application here on EE for me to learn database programming in C# 2008? I tried downloading a complete app in c# database at planet-source-code.com but whe...
I have a program that needs dot net framework, but the installer will not work on vista business. Any help will be greatly appreciated
I need some code that reads a file line by line that is compitable with VB 2003 (.NET 1.1). I have been using the StreamReader however, I noticed than if Excel opens the file that my progra...
What are the roadmap and caveats from upgrading  .NET 1.1 to .NET 3.5? Thanks.
I am trying to divide 2 numbers and if there is a remainder in the division problem, I want it to automatically round to the next whole number.  What is the easiest way to do this in the code ...
Hi Guys, I need to modify a VB6 program to use an already available VPN connection to access the network. Can someone give me an idea on how to accomplish this in VB6? Thanks.