Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
formula for calculating the R, G, B components in a gradient04 Sep 2007 23:44 GMT1
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 others04 Sep 2007 23:11 GMT7
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 numer04 Sep 2007 20:08 GMT5
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 project04 Sep 2007 20:06 GMT1
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 Library04 Sep 2007 19:26 GMT2
I am unable to find System.Math Library. How to add it.  I am trying find
squre root of a number
dataset and sort04 Sep 2007 19:25 GMT4
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 GMT1
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 GMT7
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 application04 Sep 2007 18:05 GMT1
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 GMT1
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 GMT2
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 GMT2
I need to capture the HTML's code for any page in the web.
Anyone can help me? thks
Caching of *.chm Files04 Sep 2007 16:06 GMT3
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 GMT10
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/ProviderType04 Sep 2007 15:44 GMT1
I am retrieving table schemas for given tables; the information returns the
following items of informatin for every column in the table:
ColumnName
ColumnOrdinal
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.