Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Top MS Visual C# Solutions: 151 - 175 of 537
 
I converted some code : cellvalue = (Microsoft.Office.Interop.Excel.Range)inputRange.Cells(rowCount, pricesColumn);                     if (Strings.Len(cellvalue.Value) > 0)                ...
I cannot get FindControl() to work in a page which uses a master page.  Can anybody point me in the right direction ? The following code works as expected if I do NOT use a master page: ...
When I drag a table from Server Explorer, Visual Studio only generate code for the InsertCommand. Why is it not creating for the rest (UpdateCommand, DeleteCommand) ?
Hi, I am creating an image by executing this statement, colourInformation.DisplayImage = ScreenShot.CaptureImage(Point.Empty, Point.Empty, bounds); in  ScreenShot.CaptureImage (another cs...
How can I save the contents of a textbox to and image (jpg).
Hi Experts, In my C# application I have created a database (Store.sdf) and then a Strongly Typed DataSet (Store.xsd). Everything is set up correctly and I can read information from the data...
Hi, I am reading a file which hs the amount value as "packed signed hexadecimal". I need to print this value as normal currency value. For example the value in the file is "FF FF FB" whi...
Newbie to C# 2005, I have an error on code from a book and it won't compile. Line 31 gives the error, and it is the line that says: "protected override void Dispose(bool disposing)" ...
I have written a C# application using VS2005.NET to generate an Excel spreadsheet.  My first worksheet contains an index to the other worksheets and I want to autogenerate a HyperLink using my...
I have an array of itemIDs:  5, 7, 8, 1, 2, 4, ... (itemID is indexed field in my table tblTest) I need to open DatarRader and read records in the given order. What is an efficient way to...
hi all, I have a TabControl in my form, when i am trying to set its TabControl_Leave() Event it doesn't work properly When I click a control in my ToolStrip it doesn't fire but it will fire ...
New to C# programming.  Need help to write a dll component for changing the database connection to a ODBC system data source name.  Using SQL Server 2005 and Visual Studio 2005 Thank you fo...
using Visual Studio 2005 C# I want to have a fie ( a text file ) embedded in my C# Project and want to be able to read and write to it at run time. additionally I DONT want the users of th...
I get a string value return from the server and want to display it on a list view, but when i use the code below, I get the vertical display, not the horizontal display as I expected. It sho...
Hi, I have been using VB for around a year now and have picked it up relatively well, I wanted to try something new so have moved onto C#. I am working on creating a simple RPG to play wit...
Hello Experts, I use VS2005 c#.NET 2.0 I would like to know how can I find out remotely username of the user who is currently logged in to remote machine. I know about reg key which shows...
I receive this error on a page with a button, and only a button and text. I have seen some articles on the internet, but don't really see a good answer. Security is important for my Internet a...
I don't know why my main form was disappeared after I start to run the project. I view the process by looking at Task Manager and find the program, but can't find the Form. File Program.cs ...
I am trying to extract a cell from a row in a table and store it in a variable.  I thought I had defined everything properly but obviously I am missing something.  Can someone point out the ob...
Imagine you have running more instances of one program (can be more computers), that are using one MS SQL 2005 server for reading/writing data there. One spec. writing operation can take more...
I am attempting to modify the code found on: http://www.codeproject.com/KB/database/FinalCSVReader.aspx to me it looks like it should be possible to add a where clause to the select statemen...
In C# I would like to format my text boxes to accept and display 2 digit numbers only. What is the best way to do this? These text boxes are on a Windows form.
A mysterious thing is happening when the users of an application I am developing runs under Windows XP with its appearance setting set to "Windows Classic Style".  The application loads okay, ...
I am trying to list out all the installed fonts on my local machine. I tried using InstalledFontCollection object which works ok to a degree but it does not display any of type 1 fonts instal...
how can i use a timer to count how long it takes to return search data? i.e MessageBox.Show ("Your search took XXX seconds/minutes to return data", Timer1) ?how do i implement this? cheers