Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual C# Solutions: 251 - 275 of 1623
 
I have an autocomplete textbox. When i press a certain key , it lists out several items. But i have to scroll down the list to see all the items.What i want to know is that how can we increas...
I get this error no matter what AJAX control I attempt to use. As long as I'm in design mode in Studio 05, I get no errors, but the second I go into source mode, there are the errors, on every...
ASP.Net C# I am using a Gridview to display hierarchical data (Nested Gridview). It shows a plus sign image that when the user clicks on it will display the child gridview. The problem is whe...
I have a scenario. There is a laptop. Many USB drives  like about fourty (40) will be connected at a time. I have to write a code which can copy files efficiently to all the USB drives at the ...
Hello, i am using Outlook 2007 and C#.NET 2005 to search the contact from Outlook. though i have developed the applciation and it is working fine but i have a problem with one of my laptop. ...
within the data gridview -- when displaying the Horizontal gridlines, this works well in terms of slightly seperating each row....but, at the top and bottom (header/footer) this feature also a...
Hi, I am trying to include icons in my .net exe so that I can select those icons for the shell, like setting the icons of shortcuts, icons for some file types, etc... I tried to include th...
Hello experts, Created windows form to display text from textbox in label. Additional requirenent. After entering the text and clicking the Parse button, the program should output the numb...
Hello,    I need to get the Eventlog EventID out of the InstanceID. Below is some code I found that does it perfectly, but sometimes it does not return the correct value. Does this code loo...
Hi experts, From where i can get the "sqlHelper.vb" for .net framework 2.0  for download ?also give me the link to download...when i search this got 1 downlaodble links http://www.microsoft...
Can anyone point me to some C# code that I could use to create my own PDF viewer.  I would like to be able to parse out a PDF document through code,  not using some already existing control.  ...
I can retrieve an OLE Object from Northwind database and change it to a c# Bitmap object. I used an offset of 78 when reading the byte array. (see code snippet) But I can't convert the OLE...
One of the main windows in my application contains multiple groups of information regarding customers, orders, etc.  I am looking for a type of panel container that will expand and collapse to...
Can someone clue me in what this error is talking about? Here is the code: if (reader.HasRows)             {                 if (tbUserName.Text == reader["USERNAME"].ToString())       ...
I need to know the best way of creating an "Update" feature, which works kind of like windows update. My application is written with C#.NET in Visual Studio 2005, and it includes many projects...
Hi, I just noticed this exception error: A first chance exception of type 'System.NullReferenceException' occurred in DMS.exe but do not know what it means. Any ideas? thaks, n...
I am asking a little advice before I begin something. I need to read every row from a database/table and INSERT a row in another database/table. The FROM database is a commercial database ...
Given a Vid and Pid (vendor and product ID) for a USB device, can someone describe (or link to an example) how to determine if that device is active on the system?   C#, VB or C++ are fine for...
I have developed many image processing functions in matlab.. I wanna integrate matlab in c# so I can use the functions that I have developed in matlab in c#. any ideas how to do this ( or sn...
This code sometimes creates the error in the subject:                 SmtpClient smtpClient = new SmtpClient();                 smtpClient.Host = Configuration.SMTPServer;                ...
Using VS 2005. I have a wcf windows app which consists of a winform client and an wcf IIS hosted service (svc file). The whole app resides on a dev machine. The app wasn't developed by me. ...
hi, in some situations of my project, I want to exit from main form application to windows. I have tried many things such as: Application.Exit(); this.Close(); Environment.Exit(0); but n...
C#, Winforms, VS 2005, SQL.2005, ASP.Net I am looping through a dataset of records containing filenames and directory locations of Excel and HTML documents.  I am printing the Excel documents...
Hi all, I've created an user control and there i have an input text, but in the code behind i need a property to get and set the value for the control. I can not add the "runnat=server"...
HI i have to get the SQL Server 2005 catalog name through c#(example we/SQLEXPRESS) usually i get through select @@servername but i need a connection string to get the result for this my ...