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# / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Accessing files in c#10 Mar 2008 23:14 GMT7
Im writing a small web application and what I'd like to do is open a
file, read the contents into memory and then close the file as fast as
I can to free up the file for the next user.  Once the file is loaded
into memory and subsequently closed, i would use the contents of the
Ignoring culture on DataGrid10 Mar 2008 21:44 GMT1
Hi, I have a C# usercontrol, that contains a datagrid, attached to a
dataset with XML schema.  The host application uses globalisation to
set the locale, and my usercontrol sees this change, and makes changes
to the data in the dategrid.
WinForms design patterns10 Mar 2008 21:25 GMT4
I'm looking for some examples of design patterns for winform
application. I need to write some database application (application for
dean's office, student database). Don't know how to start :/
variable problems - Help10 Mar 2008 19:25 GMT2
I have been working on a project with no problems for a few months
now.
All of a sudden I am getting errors when trying to declare a
variable.
Server-Side DataGrid Manipulation10 Mar 2008 18:17 GMT1
Can somebody tell me how I add classes to the <td> tags in my datagrid
server-side?
I seem to be able to get my custom classes to the <tr> tags from
within the grid's "ItemStyle"
DllIport and char**10 Mar 2008 17:37 GMT2
I have a problem interfacing a DLL written in Ada. In C++ I do as follows:
typedef void(*pfGetItems)( char** ppsc, int num );
....
pfGetItems GetItems = (pfGetItems)::GetProcAddress(hModule, "GetItems");
Translate to C#10 Mar 2008 17:16 GMT2
Can anyone help me on translating
http://support.microsoft.com/default.aspx?scid=kb;en-us;323809 to c#?
IEnumerator in a Struct10 Mar 2008 17:13 GMT3
Does anyone knonw if you can add the IEnumerator to a struct or just a
class.  If you can add it to a struct, can you please show me a valid,
simple example?
Opposite of typeof /GetType()10 Mar 2008 17:03 GMT3
Whereas typeof gets a Type from a class, I need to get a class from a
Type so that I may create the type at runtime.
Imagine if you wil
class foo
Which service to use10 Mar 2008 16:29 GMT6
I need to write a service and I am unsure which particular type I should
be using:
Key requirements:
1. Service must be able to run 24/7
Select a node after its created10 Mar 2008 16:24 GMT6
How do you keep the selection on a newly created treenode?
After I hit enter, the selection always go back to the first root
node.
TIA
Settings invisible field values for user created rows in DataGridView10 Mar 2008 16:22 GMT5
My application has a DataGridView, and lets users input new rows in
it. It uses the VS.NET generated class mechanisms, so there are three
components like XXXBindingSource, XXXTableAdapter and XXXDataSet.
Everything is fine except that there is a hidden field (meaning a
HTTPWebRequest not working with Wikipedia10 Mar 2008 16:02 GMT6
I'm trying to use a HTTPWebRequest class to retrieve a webpage. Below
is the following code....
           string google = "http://www.google.com.sg/search?
hl=en&btnI=I'm+feeling+Lucky&q=";
When Do You Need To Implement "GetHashCode?"10 Mar 2008 15:59 GMT3
A number of interfaces, e.g., IEqualityComparer, include GetHashCode.
When does it need to be implemented?  I usually just return 0 or 1.
Thanks,
Gary
Regex to with whitespace or tab or newline, can't seem to get it to     work.10 Mar 2008 15:51 GMT8
I have text in a file that looks like this:
[
                                           2
                                           in stock]
 
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.