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 / .NET Framework / New Users / August 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to improve performance of Queue accessing between 2 threads?31 Aug 2006 19:54 GMT15
Dear Guys,
I write program that sharing Queue between 2 threads which 1 thread add data
to Queue.  And another thread get data from Queue to process.  My situation
is if there are alot of data to add (like loop to add).  The 2nd thread which
Math.Round31 Aug 2006 19:19 GMT15
C# uses Banker's Rounding to round decimals
1.75 -> 1.8
1.65 -> 1.6
How can I disable this Banker's rounding !!!
Serial port Error: The I/O operation has been aborted because of either a thread exit or an application request31 Aug 2006 17:40 GMT1
Hello, everyone!
I write a program with serial port, error happend--The I/O operation has been aborted because of either a thread exit or an application request. I have no idea with it.
This is my source code.
Imports System
how can I < or > with two objects of any type passed as object?31 Aug 2006 14:25 GMT9
I'm doing comparisons over arguments passed as Object...  they can be of any
type, but must be comparable using < or >...  unfortunatly, the compiler
does not give the possibility to compare 2 Object instances with < or >...
How can I do this without knowing the type of the ...
Need quick lookup like Hashtable, but don't need to store value31 Aug 2006 14:04 GMT8
Hey all, I seem to recall stumbling across a class that is exactly the
same as Hashtable, except lacking the Value portion.  I need something
that works just like the Hashtable, but that doesn't store a value (in
addition to the key).
Saving appSettings when using file=31 Aug 2006 13:09 GMT2
I have an app.config that looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
 <appSettings
DataControlFieldCollection instantiated twice31 Aug 2006 10:25 GMT5
I'm trying to create my own GridView with some addons.
I'm realising that by creating a placeholder with a GridView and
SQLDataSource in it.
The problem is dat the fields defined in the DataFieldControlCollection
Problem reading half-duplex virtual serial port with SerialPort cl31 Aug 2006 04:34 GMT4
I am using the new SerialPort class to read from several different pieces of
hardware.  I have gotten it to work with devices that conect using both real
and virtual serial ports, but I have a piece of hardware that the serialport
object isn't working for.
System.IO.StreamWriter uses two bytes for ASCII characters with UT31 Aug 2006 04:10 GMT5
I am creating a text file with a StreamWriter set to UTF8 encoding like in
the following example:
       Using writer As New IO.StreamWriter("C:\temp\HelloWorld.txt", False,
System.Text.Encoding.UTF8)
Can't throw exception in calling class.31 Aug 2006 03:00 GMT1
I got a problem using Exceptions in Debug mode in Visual Studio :
I got an Exception on a classe like :
catch Exception(e)
{
Using Access Database on Different Location for .NET 2.031 Aug 2006 01:30 GMT3
I am use to the include file on classic asp for maintaining MS Access
database location. On using Visual Web Developer Express, I can only use the
MS Access database if it is located on the same folder with the web app. Is
there a way that I can locate MS Access as my database ...
WebRequest Exception: "The attempted operation is not supported for the type of object referenced"30 Aug 2006 16:17 GMT1
We have written an asynchronous download class that uses the WebRequest
to perform downloads.  Things are working fine in-house, and it's fine
for the vast majority of our users, but there is an increasingly large
of people who are getting the following exception:
using SerialPort in a service30 Aug 2006 16:13 GMT14
Someone can tell me why I dont get serial port events in a Service, I
created a separate Thread to open the port but no events are coming up (the
same happens when I use the timer component, using the System.Timers.Timer
it works fine)
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this?30 Aug 2006 15:38 GMT1
What do FTP servers do when file send fails durring a file upload? Are
partial files ever written? does ftp protocol cover this?
ClickOnce Deploying to LocalSystem user account30 Aug 2006 15:20 GMT1
I want to install and run ClickOnce Deploying application under a
Windows Service,I have make the service starting the application
successfully(user API ShellExecute("MyApp.appref-ms")),but not like
under regular user account, some time,it acts as if the application is
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 July, 2006
 
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.