| Thread | Last Post | Replies |
|
| StreamReader how do I move to BOF? | 21 Oct 2006 21:10 GMT | 3 |
Hello, I am using StreamReader.ReadLine() to read a text file. I need a way to move the "pointer" back to the BOF (Beginning of File) without having to close the object and create a new instance. Is there any way of doing this? or is there another class within the
|
| Insert Flash object in Visual sudio 2005 | 21 Oct 2006 16:32 GMT | 1 |
How to insert flash object from Tool Box. I had added flsah in Refference menu, but it doesn't apear in the tool box
|
| Visual Studio 2005 sp1 | 21 Oct 2006 13:30 GMT | 4 |
Has anyone managed to install this services pack? I have tried on several computers and it complains that it can't find Visual Studio!
|
| monitor.tryenter | 21 Oct 2006 05:37 GMT | 2 |
I am using monitor.tryenter as follows Do Until Monitor.TryEnter(lockLastBets, 10) moni += 1 sendMsg("PMB std" &
|
| Get a process's child process | 21 Oct 2006 05:07 GMT | 3 |
Is there a way to get the current process's child processes? Or given a user, get all the processes that are running as that user using C#? Thank you in advance!
|
| Installationpath Windows Service c# | 20 Oct 2006 21:35 GMT | 2 |
How can i get the path of the installation folder of my service? (The service itself should access a file installed in the same directory.) Thanks in advance
|
| problem with tooltip on 2.0 framework | 20 Oct 2006 20:26 GMT | 1 |
I am experiencing a strange problem for the call setToolTip while running my application on frmaework 2.0. I have found 2 messages on google discussing the same issue but there are no replys
|
| Question: Using STA component in threadpool via delegate.BeginInvo | 20 Oct 2006 17:34 GMT | 1 |
I have a couple of questions relating to STA component that has been bugging me. If I have a STA component and I want to call one of its methods, which takes some times to complete and so I want to run it on a threadpool by using
|
| Namespace to manipulate mp3 files in 1.1 | 20 Oct 2006 12:18 GMT | 2 |
Is there a namespace in the framework 1.1 to manipulate audio files (mp3). The sort of functionality I am after is the ability to be able to select a certain section of a file according to a specific start time from the beginning of the file and length of time from that start ...
|
| WSE910 and 'Root element is missing.' | 20 Oct 2006 12:12 GMT | 1 |
I am having trouble with WSE3 and domain authentication\authorisation for a web service. When using a the 'NETWORK SERVICE' account for the application pool in IIS 6.0 the web service work perfectly correctly, we are able to call the web
|
| c# Add to elements of a string array | 20 Oct 2006 09:14 GMT | 2 |
I have a file list box with which i am passing the selected items to a string array (using copyTo), however i also need to pass the path of the FLB with each string in the array. Is it possible to add this to each element of the array or is there another approach i could take.
|
| ListView in VirtualMode | 20 Oct 2006 04:22 GMT | 7 |
The SelectedIndices appears to be broken. When the user shift selects a range of items, the SelectedIndices property returns an empty collection. If the SelectedIndices property is not available in virtual mode, how are we to determine what has been selected?
|
| Overriding Equals method | 20 Oct 2006 01:28 GMT | 2 |
I have some questions regarding overriding Equals method so I can use it on my objects. 1) When overriding Equals method, do I have to check all fields for "equality" or just the ones I want to use to distinct my objects ? As far as
|
| Help with creating a search engine in excel vba | 20 Oct 2006 01:14 GMT | 5 |
I am able to input data, I am able to scroll through a hidden excel sheet that stores the input data by using the application. I want to be able to use the input box to search the hidden sheet for the data without scrolling through every single page. I want the input box to
|
| cannot ftp upload pdb file, used by another process (even after reboot) | 19 Oct 2006 23:49 GMT | 4 |
i am getting an error when i try uploading a pdb file: 500 mywebsite.pdb: The process cannot access the file because it is being used by another process. I tried rebooting my computer, shutting down IIS, have closed out of
|