| Thread | Last Post | Replies |
|
| Project fails to load after changing the name of the project folde | 30 Apr 2006 19:45 GMT | 5 |
I needed to change the name of the project folders, e g.
|-MyProject | |-MyProject
|
| Is there a file size limitation for System.IO.Compression? | 30 Apr 2006 19:34 GMT | 1 |
I know there was a limit of 4gb on for some compression tools. Does this limit exist for System.IO.Compression?
|
| When, why and where should a struct be used? | 30 Apr 2006 17:51 GMT | 46 |
Documentation [1] tells me how but not when, why or where... <%= Clinton Gallagher [1] http://msdn2.microsoft.com/en-us/library/saxz13w4(VS.80).aspx
|
| uint64 | 30 Apr 2006 17:21 GMT | 10 |
I have no idea what group to ask this in so i will start here. Does anyone have a good way of compressing a 19 digit number down to the smallest possible number? I have a delima of having a uint64 19 digit number that i need to fit into a 10 digit space. I have tried using byte ...
|
| What is C# equivalent of Delphi's ClientDataSet ? | 30 Apr 2006 17:01 GMT | 4 |
Is there C# equivalent of Delphi's ClientDataSet ? ClientDataSet is an in-memory DataSet, that has no external data storage. Oleg Subachev
|
| Where to store and document methods | 30 Apr 2006 16:43 GMT | 4 |
I am generally new to OOP and in learning and writing code I have developed many of my own reusable methods. A. What is the best way to store these methods for easy reuse later? I was thinking:
|
| help me | 30 Apr 2006 12:39 GMT | 1 |
how to in crease headertext lentgh by using c# code.
|
| How do you get the name of the Registered Company on a computer? | 30 Apr 2006 11:56 GMT | 1 |
How do you get the name of the Registered Company on a computer? Any ideas would be appreciated.
|
| Fastest Way for Threads to Display on Picture Boxes? | 30 Apr 2006 03:23 GMT | 1 |
I am writing a multithreaded application that has 6 threads each writing 5 frames per second video bitmaps to a different picture box. I have just found out that only the main UI thread is supposed to interact with Windows Fourms. What is the fastest way to have a non UI
|
| how to casting a object inherit form Form to another object in c# 2.0 | 29 Apr 2006 23:18 GMT | 2 |
I want to implement a common Form with special interface, such as MovePoint(double,double). I create a interface first: namespace ABC.Test {
|
| Possible To Set Topmost Property In A Web Browser? | 29 Apr 2006 21:51 GMT | 4 |
I need a web browser capable of handling video streams and that will stay in front of the Z order. There are a number of video streaming sources I watch that launch a browser window containing the video from another browser page. I am almost always working on something
|
| How to allow users to hyperlink to items in a DataGrid | 29 Apr 2006 20:17 GMT | 1 |
I have the items of a table bound to a DataGrid control on my web form. How would I go about letting the user click on an item in the DataGrid control to download the content. For example, lets say the contents of my DataGrid control are a list of
|
| Downloading files | 29 Apr 2006 19:10 GMT | 1 |
I am writing a web crawler to download all html and jpg files to a directory locally. Since dns lookups present a possible bottleneck, i have decide to incorporate a dns cache in the form of a hashtable. The urls are resolved before they are passed onto the crawler for crawling.
|
| Can't run a C# Program Without VS2005 | 29 Apr 2006 18:38 GMT | 2 |
Firstly, let me come clean and say I don't really know what I'm doing. Classic tale: I'm using some code developed by a third party who is now uncontactable. Further, he did it in C# and .NET which are a total mystery to me. My bit of the project is done in C and links to his bit
|
| XMLNode --> Adding an Attribute | 29 Apr 2006 13:25 GMT | 3 |
What am I doing wrong with this code? I can't seem to get it to simply add an attribute to my node. The node already exists. I am simply opening the XMLDocument and creating one attribute to the document. I am not creating the document new
|