| Thread | Last Post | Replies |
|
| Paint the rectangle on top of WindowsMediaPlayer | 03 Jan 2008 13:18 GMT | 1 |
I have used WindowsMediaPlayer control in C# forms. I need to paint some rectangle on top of the WMP control. But the rectangle displays on back of the WMP control. Is there any way to bring it to front?
|
| .Net and OCX | 03 Jan 2008 11:28 GMT | 4 |
Hi, is there a way to create an OCX output with C# project or any other .Net project?
|
| Getting actual current screen resolution | 03 Jan 2008 08:40 GMT | 3 |
Using the Scleen class you can get information about the bounds of the displays on the system, but if you temporarely change the resolution (by creating a full screen directx device with other resolution) the Screen class does not update. It still shows the same value.
|
| make entire exe private | 03 Jan 2008 08:35 GMT | 11 |
I have a very large project. I wasn't very careful in setting visibility and many classes are "public" that should be "internal". I would like to create a build of an exe in which nothing is exposed as public. In other words, end users can use the application but won't
|
| accessing C#/html objects from js | 03 Jan 2008 06:56 GMT | 1 |
Using C#, .NET1.1. I need to pass a string of text to the final html output and then capture it with java script on the client side. I found that I can place my string in and then access a textbox or a label from the js,
|
| newbie: XML | 03 Jan 2008 05:59 GMT | 3 |
.NET 2.0 I'm developing an app which each day will try to access an report made in XML, my app will access it each day and retrieve some values out of this XML document and store it in a database...
|
| Banned password list | 03 Jan 2008 03:07 GMT | 4 |
We would like to include a banned password list for C# authentication, but cannot seem to locate one. Does anyone know of a site/location where a list of common passwords can be found?
|
| Delegates and Events... please help | 03 Jan 2008 02:20 GMT | 5 |
I am stuck on a part of my program and could use some help. I have a block of code that opens and writes to a text file. The idea is to keep the file open and keep writing to it until the EndOfStream event is fired.
|
| MSDN document is too simple -- sometimes | 02 Jan 2008 22:09 GMT | 10 |
I agree best way to learn is to try out myself. But for simple things, I hope document will be very clear and useful. Sometime I feel the MSDN document is too simple, so simple just as repeating name itself.
|
| binding a Generic.List to a repeater | 02 Jan 2008 20:42 GMT | 5 |
It is not possible to bind a Generic.List collection to a repeater I guess huh? I am getting this error: An invalid data source is being used for rpCategories. A valid data
|
| Suspending a thread | 02 Jan 2008 19:38 GMT | 5 |
I have a thread which is running a long method in a third party component (witch is a com object and accessed via interop). I need to be able to suspend this thread. the thread.Suspend() method is deprecated in .NET 2.0
|
| How can i get unused/available port in the local system using C# ? | 02 Jan 2008 19:28 GMT | 5 |
How can i get unused/available port in the local system using C# ? Or Is there any way to find out whether the particular port number is being used by any other application using C#?
|
| ReadXml fails please help | 02 Jan 2008 18:12 GMT | 6 |
Hello NG, I am using a typed DataSet, created with VS dataset designer. I have the problem , that a table in the dataset refuses to read a xml file. The strange thing is that if I create a seperate datatable, using the Typed
|
| pass parameter from windows service to windows application interna | 02 Jan 2008 17:02 GMT | 3 |
I have 2 applications running, one Windows application project and the other windows services project. I want to call my Windows application in my windows services. I want to run them as seperate process.
|
| Web Browser Control | 02 Jan 2008 16:08 GMT | 2 |
I'm using VS.NET 2003 to create a web application. What I want to do is have a page rendered within my main page, almost as a panel or something. I've tried adding the microsoft web browser control as a reference, but I don't think it's working. Anyone have any advice on
|