| Thread | Last Post | Replies |
|
| What is the counterpart of libpath in c#(.NET) as in Java? | 30 Mar 2004 21:10 GMT | 5 |
I am trying to access .net assemblies not in the current program directories. Those assemblies are not in GAC. In Java, I just have to make sure those classes(jar files) are in the directories of libpath.Do we have something similar in .NET? If not, how can I access assemblies not ...
|
| How should I use Thread.Interrupt (general question)? | 30 Mar 2004 17:54 GMT | 1 |
Hi people, This is a question on the use of Thread.Interrupt. I would love to hear from anyone who ever used the Interrupt method on a thread to unblock it. My C# book sais that Interrupt method will interrupt a wait, sleep or join
|
| Link Error: LNK1181 | 30 Mar 2004 17:16 GMT | 1 |
H I have the following link error in my .Net C++ application compiler and cannot figure out what the problem is as I am not using the platform SDK wmutils.lib file and also when I open it in explorer it seems fine LINK : fatal error LNK1181: cannot open input file '\documents and ...
|
| BackColor of a disabled NumericUpDown | 30 Mar 2004 17:16 GMT | 3 |
When I set a TextBox to .Enabled=False, it's back color changes to a light gray.. When I set a NumericUpDown to .Enabled=False, it's back color doesn't change. Is this "non-standardized behaviour" by design?
|
| Application process running but not showing, VB Studio.NET not answering | 30 Mar 2004 15:18 GMT | 1 |
H I'm new to .NET. When I try ti compile a simple program/form in VB Studio.NET I get no error messages My program/form will however not rum properly. The program runs (it's process is shown in taskmanager) but doesn't come up on screen. And the VB Studio.NET will stop ...
|
| how can I create a form with a toolbar-style caption? | 30 Mar 2004 14:38 GMT | 1 |
just like WS_TOOLBAR in WIN32?
|
| _rotl | 30 Mar 2004 14:01 GMT | 6 |
Does anyone know how to use the _rotl function or if there an equivalent in C# Tanks for your hel
|
| Delayed Rendering | 30 Mar 2004 13:57 GMT | 2 |
Is it possible to do delayed rendering with the clipboard and drag and drop with the .net framework, or do I have to use Win32. If it is possible, could you point me to some documentation or examples about it.
|
| sqlCEReader problem | 30 Mar 2004 12:02 GMT | 5 |
Dim myReader as SqlCeReade if(myReader.Read)The control=Tru els
|
| getting a user list | 30 Mar 2004 09:22 GMT | 1 |
What's the .Net way to retrieve a list of users and NT workgroups (1) from the local machine and (2) from a domain Thank
|
| Video Frame Capture | 30 Mar 2004 07:36 GMT | 4 |
Hello All Fellow Developers I looking for a nice way of capturing every nth frame from an mpg or avi file, and storing the captured frames into individual image files I have a very flakey working solution using the Windows Media Player control, a timer control and a load of GDI+ ...
|
| Memory Clean Up | 30 Mar 2004 07:31 GMT | 3 |
Various applications leak memory producing bad operating system performance. Is there a way of clearing the contents of RAM from dotnet Landley
|
| How to obtain implemented Interfaces using Reflection? | 30 Mar 2004 07:24 GMT | 1 |
I'm looking for a way to obtain all interfaces implemented by a given type, i.e. all interfaces included in the type's class base specification. Sounds easy but the problem is that Type.GetInterfaces returns both inherited and implemented interfaces, including all base interfaces
|
| Allocate more memory into Byte array | 30 Mar 2004 02:22 GMT | 4 |
Sorry, my previous post was posted by accident before I finished it. Hello, I have a stream I'm reading from, which is from an HttpWebRequest and the Length property is not available because the stream doesn't support seek
|
| How can I parse DTD files? | 29 Mar 2004 23:14 GMT | 2 |
I am developing a WAP application, in which I want to process some xml documents like the one below. <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN"
|