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# / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How can I display data using GridView and Reader08 May 2007 09:43 GMT2
Below is the code I wrote but it aint working....  :
It throws an exception on DataBind() statement that  "the source does
not support server-side paging".
PLz Help. Really stuck.
MDI child window Icon size08 May 2007 08:56 GMT2
Hello NG,
what are the right dimensions for a window icon, used on a mdi child window?
My Problem:
I used a third party Icon-Designer to design some icons for my application.
Using SetPixel08 May 2007 08:22 GMT3
I have to do an image viewer for an exotic format so I want to know
how to place pixels somewhere on the form or on some object.
I tried doing this but it works incredibly slow.
{
Duplicate code finder.08 May 2007 07:48 GMT2
I'm looking for an app that can find duplicate code within a large
solution. I found something like Simian (see also
http://blogs.conchango.com/howardvanrooijen/archive/2006/02/08/2776.aspx),
but I am looking for (free-ware/open source ) alternatives, as Simian
Structs vs. Classes08 May 2007 05:26 GMT29
I'm really confused by the difference between a Struct and a Class?
Sometimes, I want just a group of fields to go together.  A Class
without methods seems wrong, in that it carries too much overhead (I
think).  A Struct seems more appropriate.  At least it is what I would
default click behavior of radio button on showing child form08 May 2007 04:23 GMT2
Im using c# express edition 2005
I have an MDI form, where i load multiple child forms from a dll i
create, using reflection and late binding
The child forms have multiple radio buttons in a groupbox, and have
How to transfer the following JAVA codes to C#?08 May 2007 03:53 GMT1
private void startupServer() {
       try {
           serverscoket = new ServerSocket(Listener.PORTNUMBER);
           SERVER_ON = true;
What's wrong with Private keyword08 May 2007 01:12 GMT7
Can some one tell me about what's wrong with the following code and what is
the solution with some meaningful correction
-----------------------------
class Program
Read data file on client fails08 May 2007 00:42 GMT8
I have an ASP.NET form that reads an Excel file and populates a datagrid. If
I load the form in IE on the server, and select a local file, the code works
fine. However if I load the form in IE from a client
(http://server/readexcel.aspx) and try to read a local Excel file, the ...
FFT in C#07 May 2007 23:53 GMT2
I just implemented a decent FFT algorithm that works for all "n" (not just
powers of two!) in C# and made it available as a DLL:
 http://www.ffconsultancy.com/products/signal_processing_net/
Perhaps surprisingly, there are some very expensive .NET implementations
I keep missing Hungarian naming; still smart to abandon?07 May 2007 23:52 GMT14
I've been weaning myself off of Hungarian notation because that's what
Microsoft is telling me to do, and I want to be a good little MS developer.
But things keep coming up that make me miss my little 3-character prefixes.
I'm fine with EmployeeFirstNameLabel instead of ...
IRQ and Serial Ports07 May 2007 23:00 GMT2
I made an app in c# that uses several serial ports.
For the serial ports I use a pnp Sunix board, some with 8 serial ports
other with 4 or even 2 serial ports.
Whenever I use the development computer I don't have ay problem with
HttpWebRequest, Error 400 - Possible redirect?07 May 2007 22:58 GMT2
I'm trying to connect to different sites using an HttpWebRequest
object and some of them return an Error 400.  If you navigate to it in
a normal browser, it works fine. This is an example of one:
http://www.nmprc.state.nm.us
Using Generic Class07 May 2007 22:46 GMT2
I have a  few of this same basic class all the same except the name.  Is it
possible to use generic to improve this?
Thanks
Mel
Accessing Parameter Value with Attribute07 May 2007 21:38 GMT2
Is there any way to use a custom attribute class to use a parameter of
the tagged method?
For instance,
[LogThis ( user) ]
 
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.