| Thread | Last Post | Replies |
|
| RedirectStandardOutput & OpenTextFile Conflict | 22 Feb 2007 14:25 GMT | 2 |
So I recently found out about redirecting the Standard Output of a vbscript back to my C# app but I've found a problem. When I run a script that calls OpenTextFile, I do not receive anymore of the standard output after that call is made.
|
| QueryString not returning anything | 22 Feb 2007 13:27 GMT | 1 |
Hiya, I have the following code in a C# aspx page, but I keep getting the error that 'ExceptionCategoryId_' not found. Looks like the QueryString is not returning anything.
|
| Relative path | 22 Feb 2007 13:07 GMT | 7 |
I got a relative path, eg."..\..\temp\documents" Is there a function to convert that into full absolute path?
|
| how to make a ruler over the panel | 22 Feb 2007 12:19 GMT | 1 |
All, I have a panel with the graph placed on the coordinate system. I need to make a line which could be moved according to y-coordinate of the mouse cursor over the graph.
|
| Thread Saftey Question | 22 Feb 2007 12:18 GMT | 5 |
Could someone please tell me if I undrestand the concept of "Thread Saftey" correctly in Multi-threaded web application (asp.net 2) using following examples: 1. Class A is NOT a thread safe class:
|
| StreamReader.close and StreamWriter.close | 22 Feb 2007 10:56 GMT | 7 |
In the MSDN the sample doesn't use the close() method. But I know that in most languages you do need to use the close() method after reading and writing to a file. from MSDN:
|
| assembleys having the same identities | 22 Feb 2007 10:54 GMT | 1 |
Bellow is a snippet from the ms website about using loadfile on assemblies that have the same identities. I beleive this "identity" issue may be the cause of a problem i have using the alternative Loadfrom option to load the assembly.
|
| Word Interop | 22 Feb 2007 09:24 GMT | 1 |
Can anyone point me to a good reference for programmatically working with word docs? I have to open a doc of known format, and extract some text. Using XP Primary Interop Assemblies
|
| Netbios in C# | 22 Feb 2007 08:03 GMT | 8 |
I'm trying to write a program that can tell if a remote computer is running Windows or not. The thing is, it have to go very fast, so I don't want to "connect" to the computer. My plan is to send a netbios request and if I get a response I know
|
| Changing a Process's context | 22 Feb 2007 07:05 GMT | 2 |
I'm programming in C# on .NET 2.0, Windows XP SP2. I'm using a third party's DLL in an environment that limits access to the hard drives save for a single, set user (recognized to access the drives by name).
|
| Assembly version redirecting.. | 22 Feb 2007 06:42 GMT | 1 |
I've developed a strong named assembly (dll) thats being used by a client application(exe). Now i have a new version of the dll. I dont want to recompile the client. Hence I just added a <bindingRedirect> entry in the config file of the application. Both versions of the assembly ...
|
| vb equivalent in cs | 22 Feb 2007 03:59 GMT | 6 |
hey all, the following snippet works in vb but i'm missing the syntax in csharp: String val1 = values.Split(",")(1); i'm getting this error:
|
| ArrayList on ASP.NET | 22 Feb 2007 00:53 GMT | 3 |
What control do you suggest to display the information from an ArrayList? Each object in the arraylist has field "title" and "description".
|
| DataTable.Load Question: | 22 Feb 2007 00:49 GMT | 1 |
Is there any thing wrong in the following code? Thanks. ---- public static DataTable GetDataTable() {
|
| ToolStripMenuItem X Y Position | 22 Feb 2007 00:04 GMT | 1 |
How do I show a context menu directly underneath a tool strip menu item? I tried this, but a menu item is not a control so it will not build. private void siteToolStripMenuItem_MouseDown(object sender, MouseEventArgs e)
|