Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

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

 
Top .NET Solutions: 1 - 25 of 706
 
I'm using vs2008 on vista. .Net's standard controls do not support transparency, so custom controls are necessary. At http://www.doogal.co.uk/transparent.php, I found the control given below. ...
What website link(s) displays a list of all KeyChar values so I can change my below method ? Example:             //  45 = dash/minus             // 13 = enter ------------------------...
I'm using a directory entry and directory search combination to retrieve all the groups/users from an AD domain. Right now I'm able to get all the groups then use those group CN's to get al...
Hi Experts, I am looking for test plan and test case templates that can be comprahensive and cover all relavent details. thanks S
Hi, is there a way (or do i need) to check the write access to a folder using C# before using it? like my application saves images in a user defined folder, do i have to check if logged i...
I am having a problem with setting the resolution of a resized image to a DPI that is different than the monitor's DPI.  For some reason SetResolution(DPI, DPI) is not taking into account the ...
I have a piece that sends out bday cards to patrons based on the data in a sql database.  It has worked fine for several years.  On july 30 it started giving the following error message: Syst...
Hello experts, I am fairly new to VB.NET and I am faced with the following problem: I am trying to populate two tables in a dataset using a stored procedure.  The tables are unrelated an...
I am converting a C++ application to C#.  The original code contains a number of Win32API calls that must be marshalled.  I have successfully gotten them all to work except the DeviceIoControl...
Hi, I have the follwoign code      public static DataSet GetQ(string[] qID, bool[] answer)         {             Database db = DatabaseFactory.CreateDatabase();             DBComman...
I have the code below to programatically render a report in Reporting Services 2008 and pass the parameters needed. One of the parameters can accept multiple values. How can I pass these fr...
Hi, I am working in a C#.net web application. I have a one button on the form. If i click button i want to open pdf(existing one) file in a new browser window without saving options for the u...
Hi, I am writing an SSIS package that checks a specific folder for Excel files.  Files are dropped into this folder periodically for data updates to our SQL Server.  The files are always name...
I have inherited maintenace of a Vb.Net Windows application that performs many sqlcommands against various tables in a single sql server 200 database.  I noticed that creation and closing of m...
My logout button is not working with <asp:LoginStatus>... When clicked the page does nothing, no refresh no redirect, nothing!
I am using an Progress Bar with a Marquee style, however when I'm processing a large task, the application freezes the progress bar until the application has progessed the task in question.  H...
How to make a two columns report (label style)?? See the screenshots for more understanding In the RDLC I set the property  Columns: 2 I need a split the total registry in my collectio...
hi I have the following line of code  byte[] epassworddb = ds.Tables[0].Rows[0]["Password"]; bascially getting the password value from the DB which is a binary and loading it in the byt...
It all started with a BSOD while playing GTA IV, followed by a ChkDsk that deleted quite a few files which I thought was a good thing until windows loaded. Already I noticed things like login ...
i want to know which thread state is faster  ApartmentState.STA or ApartmentState.MTA in vb.net and why?
Hello Experts:    Rather than using sqlldr.exe to import a CSV file into an Oracle table, I'd like to be able to do it using vb.net.     Is there a speed difference in using sqlldr.exe v...
I have a folder consisting of many files that I want to send out every day via Outlook. I want to create a simple C# windows application that grabs a file and sends it off using my Outlook. ...
I have an application that is generating the following error: System.ComponentModel.Win32Exception: Cannot find certificate and private key for decryption at Microsoft.Web.Services2.Securi...
Hi, I have the code below but for some reason its just not finding my dropdowlist pelase help
Steps I did:  1. create small "Visual Studio 2008" WindowsAPP  2. rightClick on PROJECT  3. leftClick "Publish"  4. publish to localhost  5. install APP  6. click WINDOWS "Start" icon in...