| Thread | Last Post | Replies |
|
| formula for calculating the R, G, B components in a gradient | 04 Sep 2007 23:44 GMT | 1 |
Can someone help me with the formula(s) to calculate the RGB components for a gradient from green to red? I'm trying to display a nice graphic with a gradient that reflects the profit or loss and I can calculate the value of red or green at each point based on the
|
| using OpenText() to open a file that is opened(locked) by others | 04 Sep 2007 23:11 GMT | 7 |
I try to open a log file that is logging infomation by another process: StreamReader sr = File.OpenText(filePath); I got the exception message: The process cannot access the file 'c:\temp\myLog.txt' because it is being
|
| Listview control not sorting correctly, is it becuase it's a numer | 04 Sep 2007 20:08 GMT | 5 |
Hi, I'm using vs2005, .net 2 for C# windows application. One of my column on the Listview control has numericstring. Other columns are sorting correctly except this one. It seems to be sorting the 1st numeric char at the beging of the string. How do I resolve this problem?
|
| Chinse font can not be seen for shortcuts or folder name created by Visual studio 2003 setup project | 04 Sep 2007 20:06 GMT | 1 |
I have a problem, I am using visual studio 2003 to develop Chinse application, works fine. But when I deploy it, Chinse font can not be seen for shortcuts or folder name created by Visual studio 2003 setup project.
|
| Math Library | 04 Sep 2007 19:26 GMT | 2 |
I am unable to find System.Math Library. How to add it. I am trying find squre root of a number
|
| dataset and sort | 04 Sep 2007 19:25 GMT | 4 |
I call a stored procedure and get the data in dataset then I do this to sort my data myDS.Tables[0].Select("" , "terminal DESC"); but it doesn't sort. If I put something in filter then it totally
|
| How to tell if Anti Virus is installed. | 04 Sep 2007 18:59 GMT | 1 |
Window's has a way to tell if Anti Virus is installed ( or at least appears to - when it's not installed - it tells you ). How can I do the same check? I just want to know if AV is installed. TIA - J.
|
| magic code.... | 04 Sep 2007 18:22 GMT | 7 |
When i execute the code, just the time to insert any number, and then the window disapper. why? namespace retry {
|
| How to embed a win32 application in a .NET application | 04 Sep 2007 18:05 GMT | 1 |
I need to embed the ethereal process inside my .NET app. ( http://www.ethereal.com ) I assume the best solution would be getting hands on the ethereal main window form
|
| Changing Project directory name. | 04 Sep 2007 17:53 GMT | 1 |
In Visual Studio, I can change the name of the solution, project and other source file names. But the problem is, actual sub folder name for the project is determined at the creation of the project. As for now, I manually open sln file with Notepad, and edit the directory
|
| System.Diagnostics.Process.Start async callback? | 04 Sep 2007 17:32 GMT | 2 |
Is there some way to execute an external process that will execute asynchronously and then notify me when it's completed? Any sort of a callback or class member that I could check periodically to see if it's still running would work. The reason for this is that the
|
| Capture do html code in the web. | 04 Sep 2007 16:44 GMT | 2 |
I need to capture the HTML's code for any page in the web. Anyone can help me? thks
|
| Caching of *.chm Files | 04 Sep 2007 16:06 GMT | 3 |
I've a question about the helpsystem of dotnet 2.0. My situation : I've two helpfiles (HelpFile.de.chm and HelpFile.en.chm). I want to change these files at runtime. I call my helpfiles with the following code :
|
| What is the purpose of the @ Character? | 04 Sep 2007 16:03 GMT | 10 |
I have seen the '@' character used with strings on several occasions. Comming from a vb background I am not sure what this actually does. i.e: string strScript = @'alert(document.forms[0]['Textbox1'].value);";
|
| OleDbProvider/ProviderType | 04 Sep 2007 15:44 GMT | 1 |
I am retrieving table schemas for given tables; the information returns the following items of informatin for every column in the table: ColumnName ColumnOrdinal
|