| Thread | Last Post | Replies |
|
| Formatters other than those provided in .NET Framework | 26 Dec 2004 05:22 GMT | 2 |
Does anybody know some useful formatters rather than SOAPFormatter and BinaryFormatter which are provided in .NET Framework? For example, BinaryCompactFormatter seems to be useful. Thanks,
|
| Simple Net Framework Question /User name | 26 Dec 2004 05:10 GMT | 3 |
I installed Net Framework because my new graphics card said it would be a good idea. I am the sole user of my computer and up to now, turning on my system was starighforward as it would go straight to my desktop.
|
| Any reason to release memory-only streams? | 25 Dec 2004 19:05 GMT | 10 |
I'm embarassed to admit that I don't *really know* the answer to this one: Is there any reason to Close a memory-only stream, such as a StringReader, when I'm done with it? Or is it OK to just let it go out of scope without an explicit Close?
|
| Submitting iframe problem. | 24 Dec 2004 20:49 GMT | 1 |
I'm trying to submit an iframe from the parent window using javascript. It works correctly the first time but after that the submit doesn't work. I call the javascript code {parent.framename.document.forms[0].submit();} when I click the button on the parent.
|
| How can I get all the window handlers that belongs to a process? | 24 Dec 2004 17:23 GMT | 2 |
Hi!!! By any chance, do you know how can I get all the window handlers that belongs to a process? I'm trying to send some messages to the winproc that has focus, so I
|
| Help converting struct w/function pointers to .NET | 24 Dec 2004 14:06 GMT | 1 |
Hello list, No one seems to be replying to my request on the interop group so I thought I would try here. Can someone please help me with this? I have a C struct containing function pointers like so: typedef struct _tagLiffeResponseHandlerList
|
| ASP to .Net migration project | 24 Dec 2004 13:21 GMT | 3 |
Do you consider CSHARP as THE language to be used for an ASP to .Net migration project. ASP .Net seems a "natural" choice but as .Net is "language neutral" and CSHARP is positioned as THE native language
|
| acess denied! | 24 Dec 2004 08:58 GMT | 1 |
I have my IIS installed, with framework 1.1, and in localhost (identifier 1), and one of the IP's (identifier 133...852) , when a run the aspx file, everything goes ok. In other web, with other ip (identifier 85....32), with the same file I'm
|
| Controlling individual DataGrid cells | 24 Dec 2004 08:32 GMT | 2 |
I am tring to control the editablity of individual DataGrid cells. Does anyone know if this is posible, and if so how. for example if a row value is null I want to stop the user from entering a value in a related colunm. Thanks
|
| Fully trust digitally signed assemblies | 24 Dec 2004 05:03 GMT | 8 |
Hello all, Im posting this question to this forum as well hoping to find an answer. I had previously posted to the .net security forum but have not gotten a response yet. Here is the problem.
|
| Win Service GUI | 24 Dec 2004 04:59 GMT | 2 |
How can I open WinForm from Windows Service I was tring the following options but it didn't work for me: MyForm m_frmDetails = new MyForm(); m_frmDetails.Show();
|
| How can I raise WinForm from WinService ? | 24 Dec 2004 04:55 GMT | 2 |
How can I raise WinForm from WinService ? I cannot use remoting because i need the WinForm on the same process as the Win Service. I tried the followings:
|
| How to screen scrap a non-browser based object? | 24 Dec 2004 01:25 GMT | 6 |
Forgive me if the answer I am looking for is fairly simple. I am still fairly new to C# & .NET. A client of mine is looking to automate a process, initially I assumed it would be some simple screen scraping and reporting.
|
| FileSystemWatcher event fired only once | 23 Dec 2004 23:41 GMT | 3 |
I used the VB.NET project wizard to create a service project running on a 2003 server, then added a FileSystemWatcher to monitor one directory on the same machine. The watcher seems to catch the first change event, but then no more. Restarting the service doesn't fix it. Logging ...
|
| My Application don?t run out my Pc ? | 23 Dec 2004 22:07 GMT | 5 |
Hi, Group The application run OK in my local machine but don't run in other machine. I am Install The Framework and the Framework Redistributable Package in all the PCs. I get the following error Message: Just - In - Time debugging
|