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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How do I know a SqlTransaction status?19 Sep 2006 08:56 GMT1
In my C# Windows form project, how do I know a specific SqlTransaction's
status? e.g., the transaction is rollbacked or commited.
Thanks for help.
Jason
Timeout call back in asynchronous web request.19 Sep 2006 08:21 GMT2
I am  processing asynchronous web request with setting timeout using
RegisterWaitForSingleObject.
On beginwebrequest i am sending address of one callback which i want to
execute when asynchronous web request complete.
how to19 Sep 2006 08:01 GMT1
I would like to write an application with 2 button. For each button i would
like to lounch an other application, and it verify if it is already run.
Any ideas ?
tnx
regex question19 Sep 2006 07:15 GMT6
could someone help me putting together a regex expression for my problem?
I need my search filter to treat spaces and commas in the query the same
way no matter how many there are...
Something like this:
Resource for MessageBox19 Sep 2006 07:01 GMT2
I have the following line of C# code:
MessageBox.Show(filesThatDoNotExist, "Files Not Found", MessageBoxButtons.OK);
This line generates the following warning when I select "Run Code Analysis"
CA1303 : Microsoft.Globalization : Form1.btnGenerateDocuments_Click(Object,
download program19 Sep 2006 06:16 GMT2
I am looking for a 3rd party software that I can integrate with my app
to do download files from the web. I saw some software they are all end
user software, I don't see any development software to integrate with
.net
WebBrower Control: Close Script-Caused Dialogs Programmatically ?19 Sep 2006 06:06 GMT1
I have a Windows Forms application that uses a WebBrowser object to
automatically visit a large number of web pages one at a time. The problem
is that some of the web pages throw up a dialog such as the print dialog (
from an onload='window.print()' ). This then can cause all ...
Sum column in GridView19 Sep 2006 06:01 GMT1
I'm using this function to sum the values of a column in a grid view and
it's working fine but the only problem that is summing only the displayed
page of my grid so if I go to the next page it will calculate only sum of the
values of the column in that page
Threading Question19 Sep 2006 05:16 GMT4
I have a background process which reads a table to see if there are any
pending requests. If there are any, then it will start a worker thread
(only 10 allowed at a time) and executes a method. In this method, I
iniate a PROCESS and on completion, it reduces the available worker
Converting  double to string19 Sep 2006 04:56 GMT3
I am using the following command to convert a double to string:
string.ToString("#.00")
So 8.888 becomes 8.89.
But 0.8888 becomes .89
Time Conversion19 Sep 2006 04:32 GMT3
I wanted to convert a time value in the form of time_t into a readable
form in C# or vice versa, in order to be able to subtract two time
values and give the result in msecs.
eg.
Connection Question19 Sep 2006 03:12 GMT8
I was suggested by a member of this group not to use global connection
object. Instead of it I was suggested to create a new one in every procedure
and close it at the end of that procedure.
What is the advantage of this approach?
Dynamically adding menu items19 Sep 2006 02:22 GMT1
I want to be able to add menu items at run time. I know how to add the
actual item but can't work out how to add the event handler.
Any help would be appreciated.
MJ
Drop down a combobox programatically ?19 Sep 2006 01:07 GMT7
I'd like to drop down a combobox after validating the Leave() event, how
can I do that ?
Thanks
Async sockets and threads19 Sep 2006 00:14 GMT4
I've written a async server app. This app start by connecting to a
client and then send some data (BeginSend). When the data is sent, the
server is starting to listen for incomming data. (BeginRecieve). In the
receive callback I always call BeginRecieve again to keep listen for
 
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.