| Thread | Last Post | Replies |
|
| Programmatically Refreshing the Page | 16 Aug 2005 19:54 GMT | 8 |
One thing that I have often needed to do that I have been unable to find a way to do is refresh the page (basically do the same thing as pressing the browser's Refresh button). I know how to do this using Javascript/JScript, but I have situations in which I need it to be done ...
|
| Remoting Vs. DCOM | 16 Aug 2005 18:59 GMT | 3 |
If I don't need to worry about security, but performance is a big issue, should I use Remoting or EnterpriseServices with DCOM to connect my clients to my server? Besides performance, what other advantages/disadvantages are there for
|
| Changing windows desktop background from VB.Net application | 16 Aug 2005 18:12 GMT | 1 |
is it possible to change the windows background file or screensaver timeout or screensaver itself from a vb.Net form (myForm1) i think it must be possible but i don't know the way. by the way i need to open control panel applets from within my VB.Net
|
| Testing on mouse buttons without events. | 16 Aug 2005 17:34 GMT | 3 |
Is there a way in the .NET framework to determin if a key is pressed and if a mouse button is pressed withou need of events? I need this in an OpenGL project, while the scene is rendered I want to see if the left mouse button is pressed and/or if a key is pressed before
|
| Login Control seems to NOT work | 16 Aug 2005 15:59 GMT | 1 |
Visual Web Developer 2005 Express Edition Beta 2 On Windows 2000 Server SQL 2005 CTP Login control. DOT NET 2 looks like it has some great possibilities, but I
|
| General GDI+ Error. | 16 Aug 2005 09:07 GMT | 1 |
I have the following code and when I use it to split a tiff file in seperate tiff files I receive a general gdi+ error. I have no clue what is going wrong. From http://www.codeproject.com/csharp/TiffManager.asp Code:
|
| Problem with Sockets | 16 Aug 2005 06:33 GMT | 1 |
Hi, I'm developing a program who needs that user communicate via TCP over the net. One will be the listener and the other one the client, as usual. I've implemented the code as two classes deriving from a common interface. Everything seems to work OK until I use the Close() ...
|
| Socket data out of order | 16 Aug 2005 06:24 GMT | 3 |
I am using asynchronous socket receives and writing the data to a disk file. I am finding all of the data makes it to the file, but it is SLIGHTLY out of order. The approach is to create a pool of contexts, each which has a 1K byte
|
| How to shut down my windows service | 16 Aug 2005 06:04 GMT | 8 |
I've created a windows service application. I am also creating a UI for it. I want to add a "Stop Service" button in my UI app, but am unsure how to code the shut down within the service app. Call Dispose()? Thanks in advance,
|
| .Net Framework Unhandle Exception | 16 Aug 2005 04:59 GMT | 2 |
Microsoft.NET Framework I've been using this program for months without problems with a Smart Client application and began receiving the following: An unhandled exception has occurred in your application. If you click
|
| Looking for a better licensing technology | 16 Aug 2005 03:21 GMT | 3 |
We have a .NET class library with a built-in license-control system that checks for the presence of a digitally signed license file AT RUNTIME. This is a fairly standard technique that distinguishes between "trial" licenses (which only allows only limited functionality) and "full" ...
|
| How to draw a focus rect? | 16 Aug 2005 00:59 GMT | 3 |
Using: ms framework 1.1 How to mark a selected region in a picturebox control? Thanks IA JH
|
| Large images in comparison with VB6 | 15 Aug 2005 13:44 GMT | 1 |
Our software need to work with large bitmaps (approx. 3 to 6 megabytes). Our previous versions were all build with VB6 and used the PictureBox control to load, zoom and pan the bitmap. It all works without a problem, and it is pretty fast. We are rebuilding our software in .Net and ...
|
| Implementing / using the IExpando interface | 15 Aug 2005 12:00 GMT | 1 |
Guys, Does anyone know much about the IExpando interface? I have a business object I've created and I'd like to add support for methods / attributes at runtime so that scripting clients ( e.g. ASP /
|
| GC problem | 15 Aug 2005 11:54 GMT | 2 |
I am setting System.Threading.Thread.CurrentPrincipal to a Windows pricipal before I go ahead call methods to process, sometimes cross assembly. The problem I am facing is that intermittently the WindowsPrincipal
|