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# / December 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ComputeHash on large stream27 Dec 2006 12:37 GMT1
I saw that when I use ComputeHash on large file stream
the ComputeHash method don't read all the stream first and than hash it , it's read it in chunks (memory performance?)
How can I know the chunk size in each read ?
and how can I control it?
Converting RAW data to MetaFile27 Dec 2006 11:48 GMT2
   I am using a library which returns a byte[] containing RAW data, ie all
pixels' color values coded in a byte array without header. I would like to
save those data into a JPEG file so I tried to use the MetaFile class.
   byte[] data;
Adding line to a template word document with C#27 Dec 2006 11:15 GMT1
I've a C# windows application that open a word document (a ready template),
and I've a list of customers. I know how to open the document and how to type
a line into it, but i can't find how to write the line in a specific location.
for example, my doucment looks like this:
avoid easy decompiling27 Dec 2006 10:41 GMT3
Using the .NET reflector tool, i know that a DLL or EXE developed in
.NET platform can be decompiled and therefore code is available for all.
I would like to know if exist a way how to avoid tools like .NET
reflector to decompile your code or at least to avoid people to see
datagridview row background color based on column value in data va27 Dec 2006 10:03 GMT1
I'm populating a datagridview from a data table.  I would like to set the
back ground color of each row based on a column value in that row.   If the
value of a column for a particular row is set to 1, then the color of the row
is red, 2 color of the row is green, 3 color yellow, ...
comboBox & data binding27 Dec 2006 08:13 GMT2
What is wrong with this code?
The values don't show up.
private void Form1_Load(....)
{
security Exception27 Dec 2006 05:43 GMT3
I am using vs2005 on xp pro machines and i have a variable that is declared
as:
public string user = SystemInformation.UserName.ToString();
On one of my computers this works well and allows the variable 'user' to be
image resouce not found27 Dec 2006 02:49 GMT2
I'm getting an error when I try to load a form in the designer:
<rest of namespace>.Properties.Resources' has no property named
'SearchGo_icon'.
When I look at the list of image resources I see the resource VS2005 is
DataAdapter.Update method problem.27 Dec 2006 00:19 GMT5
I've created a very simple data base in Microsoft Access 2003. It consists
of only one table called "Students" and it contains 2 information about each
student: id-student and name.
When I try to manipulate data in database I get an error, here's a sample:
How to make  as single execute file26 Dec 2006 23:30 GMT4
I used vs2005 to develop a winform project.
How can I make my project as a single executable file?
Reading arguments26 Dec 2006 22:35 GMT5
I am reading a line of arguments from command line,here is an example of
such line:
convert -d 01/01/07 -n New File 3 -p C:\MyDocuments
What is the best way to read it if for example New File 3 (which can
Best method for C in C#26 Dec 2006 22:12 GMT8
So, I am writing an application in C#, and I have some old C code that I want
to use.  Now, i tried to convert it to a DLL, and while I easily got it
working, it didn't work like it was supposed to.  The problem, is that there
are global structures, with values that change as you ...
dismiss a listbox when mouseclick outside boundaries26 Dec 2006 22:10 GMT4
I have a listbox on my form and I set it to invisible.  When a particular
button on the form is pressed, I make the listbox visible and allow the
user to select from it.  When the selection occurs, the listbox is made
invisible again.
how to use Store Procedure in VC# 2005 and SQL 2005 ?26 Dec 2006 21:45 GMT2
i want to use Store Procedure for Insert,Update and Delete operation in my
c# app, but how to do ??
please give me an example,source or article or ...
thanks
Casting a string to float26 Dec 2006 21:34 GMT5
I am rather new to C# and have a problem that will probably seem trivial to
most of you... but I hope you can still help me nevertheless..
Via the comport, I read the result of a digital scale... the result is sent
as a string like "+0000.23kg", representing the weight in ...
 
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.