| Thread | Last Post | Replies |
|
| using Filestream - content of the file vanishes | 10 Oct 2007 12:02 GMT | 7 |
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 GMT | 1 |
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 Error | 10 Oct 2007 10:28 GMT | 7 |
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 GMT | 4 |
Why does C# go out of it's way to prevent this? Mark
|
| dll locking problem | 10 Oct 2007 07:15 GMT | 6 |
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 update | 10 Oct 2007 05:48 GMT | 1 |
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 TextWriter | 10 Oct 2007 04:56 GMT | 2 |
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 Listview | 10 Oct 2007 04:33 GMT | 2 |
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 request | 10 Oct 2007 04:29 GMT | 1 |
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 UML | 10 Oct 2007 03:02 GMT | 4 |
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 .net | 10 Oct 2007 02:14 GMT | 3 |
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 API | 09 Oct 2007 21:22 GMT | 2 |
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 list | 09 Oct 2007 21:22 GMT | 2 |
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 segments | 09 Oct 2007 20:54 GMT | 8 |
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 Box | 09 Oct 2007 20:30 GMT | 3 |
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#.
|