| Thread | Last Post | Replies |
|
| Manually creating a .sln file | 07 Jan 2005 20:15 GMT | 2 |
Due to a project I am working in, I need to generate a solution file automatically that includes one C# project. I have taken the format for that .sln file from existing solution files created by VS.NET 2003. I only generate two new GUIDs. This is the template that I use:
|
| Information about the class that created a thread | 07 Jan 2005 19:57 GMT | 2 |
Is it possible to get the class/object name that invoked a thread, from another process. From one process I could get another processes thread information, but how do I get the method that created it. Thx,
|
| threading | 07 Jan 2005 17:05 GMT | 4 |
Very simple question. I need to pass a parameter to a newly created thread. How can I accomplish it. I'm sure it must be very easy - something like it was in Win32 CreateThread had 1 4B parameter.
|
| .NET equivalent to Java History.Back() | 07 Jan 2005 17:05 GMT | 2 |
I have a System.Web.UI.WebControls.Button on a Web Form. In the Click event (e.g. Button1_Click) I do various things (db updates, etc.) and after all is done I want to go the user's previous URL (just like history.back(-1)). Specifically, I want to code this "back" right in the ...
|
| .NET Framework 1.1 | 07 Jan 2005 16:28 GMT | 2 |
I have a client which was 98 and could not install .NEt. He has upgraded to XP Home and still cannot install .NET 1.1. We removed the registry entries and the directory structure and renamed the file mscoree.dll in system folder and still no luck. All I could find on the
|
| Dynamic Assembly | 07 Jan 2005 14:55 GMT | 2 |
I have Assembly (A) which dynamically loads Asembly (B). Both Assemblies are located in A's bin dir. If I query, AppDomain.CurrentDomain.GetAssemblies Returns an unloaded/unreferenced assembly (B) why? Assembly A does not
|
| Get bitmap from clipboard problem | 07 Jan 2005 12:15 GMT | 1 |
I have a program where I'm copying a bitmap from the clipboard and displaying it. It seems that after I perform this operation a few times (3-4) even after confirming there is bitmap data on the clipboard {if (iData.GetDataPresent(DataFormats.Bitmap))} when I get
|
| hOW TO DO THAT IN .NET... FRAMEWORK? | 07 Jan 2005 03:41 GMT | 8 |
I have wave files being recorded for interactive voice enabled application. Currently I have more than 1000 wave files implemented in the application. Since I have recorded using regular desktop PC the quality of the sound is not good. Also the volume levels in each of the wave ...
|
| Overflow or Underflow in the arithmetic operation | 07 Jan 2005 03:32 GMT | 2 |
I have wrote a program using vb.net v. 2002 and this program will send print out to a printer Xerox Phaser 3120 model. My program is installed on a Windows 98 client. My problem is when I try to send the print out to that printer, I 'll get this error message "Overflow or ...
|
| .NET equivalent to Java History.Back() | 07 Jan 2005 00:29 GMT | 2 |
I have a System.Web.UI.WebControls.Button on a Web Form using VB .NET (lang. no matter here). In the Click event (e.g. Button1_Click) I do various things (db updates, etc.) and after all is done I want to go the user's previous URL (just like history.back(-1)). Specifically, I ...
|
| build / design time errors? | 06 Jan 2005 22:51 GMT | 3 |
Is there any way to control the raising of "build" errors? For example - is there any possible way of, for example, raising a build error if the object user tries to call method(x) before having set property y ? Thanks
|
| How can I know if I am in a Service or Application? | 06 Jan 2005 21:21 GMT | 4 |
I have a c# component that can be used in various executables. I need a way in the code of this component to determine if the executable that loaded it is a Windows Service -or- a Console/Windows application? i.e. within the code of this component how can I determine if the ...
|
| Manually Firing off Timer.ElapsedEvent | 06 Jan 2005 21:10 GMT | 1 |
I've got timers launching every 3 minutes to run a somewhat lengthy process etc... and that all works fine. What I'd like is to have the timer fire immediately after starting then at <X> intervals.
|
| Filtering FileSystemWatcher OnRenamed Events | 06 Jan 2005 19:29 GMT | 1 |
I am writing a directory sweeper progrqam that moves files matching some filter (filterString) from one directory to another when they change (using NotifyFilters.LastWrite and the OnChanged event). Works fine. I also want to process files when they are renamed to something that ...
|
| VS.NET Installation Problem | 06 Jan 2005 18:48 GMT | 1 |
I am trying to install Visual Studio.NET 2003 Academic on XP Pro with SP2. I start the VS setup launcher from CD#1, it checks system requirements then displays 4-step dialog box with step #1 highlighted (Prerequisites). I click on that, it displays "insert disk - prerequites" ...
|