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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
using Filestream - content of the file vanishes10 Oct 2007 12:02 GMT7
Probability of this phenomena is like 1/200.
The only code where I am dealing with file is the following:
           using (FileStream fs = new FileStream(this.FilePath,
FileMode.Open,FileAccess.Read))
what is best pratice doing this?10 Oct 2007 10:36 GMT1
I'm about to start developing an windows application based on .net 2.0.
The GUI will consist of 2 things: a treeview and an area displaying things
based on selections in the treeview. The treeview shows all the modules in
the application and gives easy access to each module...
Windows Service Error10 Oct 2007 10:28 GMT7
I have the following code running as a windows service, but it just
won't work... trying to run the service as 'adminuser', and i have
made sure it logs on as 'adminuser' in the Services console of
Computer Management. There are no errors coming up in the event viewer
can Custom Serialization be used to move class instance data from one program to another?10 Oct 2007 09:27 GMT4
Why does C# go out of it's way to prevent this?  
Mark
dll locking problem10 Oct 2007 07:15 GMT6
I'd like to ask you for some ideas how to solve problem I currently have.
The problem is as follows:
we have a component which is integrated with w Windows Explorer. From time
to time we need to make an update, which is performed on client machines.
Help with typed dataset and tableadapters update10 Oct 2007 05:48 GMT1
I spent several days and I cannot manage to make TableAdapters to
automatically post updates to database.
I created a typed dataset with one tableadapter
But somehow I cannot manage to update data in database.
Problem With TextWriter10 Oct 2007 04:56 GMT2
Greetings all,
I just started programming with C# (.Net FW 1.1) last year and still
learning. Previously I am using VB 6.0.
Recently, in one application, I encountered a C# error "Cannot write
Drag Drop images in Listview10 Oct 2007 04:33 GMT2
Does anyone have some example code they
can direct me too for drag dropping images
from a listview to PictureBox???
I have googled but not found anything I can get to work.
Reflection.Emit help request10 Oct 2007 04:29 GMT1
I am trying to figure out how to translate the following CIL call into
an Emit statement.
In CIL it is:
  IL_004c:  callvirt   instance class [System.Data]System.Data.DataRow
C# and UML10 Oct 2007 03:02 GMT4
I have Visual Studio 2005 installed on my work computer and I've used
it to develop a number of .net applications that comunicate with my
companies databases.
I'd like to start working with and learning more with UML. Can anyone
Static members in ASP .net10 Oct 2007 02:14 GMT3
If I have a static method that references the HttpContext.Current object is
it safe to be in a static method within a class under ASP .Net?
I know that static classes are shared by all sessions at a given time, so Im
not sure if this can be a static class.
Using an API09 Oct 2007 21:22 GMT2
I am having an issue using an API and was wondering if you could point out what I am doing wrong.  The error that I am getting is 'The paramater is not correct.'  I am unable to figure out what paramater the error is referring to.
The API Call is WTSVirtualChannelRead and below is ...
sorting values in a generic list09 Oct 2007 21:22 GMT2
Hi I have a generic list populated by a structure and sorts the contents of
the list based on the day and project # that is part of the structure.  I
would like to modify it to also sort on the start time as the third sort
parameter?  thanks.
adding time segments09 Oct 2007 20:54 GMT8
Hi just wondering if anyone had any ideas on how to do this in C#.
I am trying to get the total time of several start and stop time data
entries.  For example the input data looks like
starttime          endtime
Data Source and Combo Box09 Oct 2007 20:30 GMT3
I would like to bind a combo box to my DSNs in windows.  Any idea how
i might accomplish this?  I wouldl like to have the drop down display
the available sources.  I am searching but cannot find anything online
or in my C# books and am new to C#.
 
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.