| Thread | Last Post | Replies |
|
| Scrolling text box | 11 Jan 2006 22:32 GMT | 2 |
I'm trying to make a commandline type text box using a RichTextBox. I currently have it to the state where formating scrolling works so that I can highlight text (this just uses the SelectionStart, SelectionLength, and SelectionColor properties).
|
| Byte conversion to string | 11 Jan 2006 22:30 GMT | 5 |
I can't seem to find any byte array conversion functions to strings. I'm receiving data via a network packet and want to convert the byte array contents into there actual character equivilent. For example
|
| Heap and Garbage Collection | 11 Jan 2006 21:39 GMT | 8 |
I was reading this article (http://msdn.microsoft.com/msdnmag/issues/1200/GCI2/default.aspx) in MSDN, written by Jerffrey Richter. He has explained the working of gabage collection pretty very well.
|
| .NET 2 Clr hosting | 11 Jan 2006 20:57 GMT | 1 |
Does anyone know if .NET 2 retains distinct server and workstation clr hosts ? -Robert
|
| Winforms and threading strangeness | 11 Jan 2006 20:54 GMT | 5 |
Hey All, I have introduced a new thread in my Winform application to control a scanner that can often take some time and freezes up the application. The thread and callbacks work great - I create and start a thread for
|
| Outlook with VB.NET | 11 Jan 2006 19:53 GMT | 3 |
I am writing a class in VB.NET that will send an email. When the email is received in Outlook, that email needs to place an appointment on the Outlook calendar. Does Microsoft have Office 2003 controls that I can download for .NET?
|
| When Thread is over | 11 Jan 2006 17:42 GMT | 4 |
I created a new thread from a method. I wnat to know when this thread ended. How can I do that? public void DoWork() {
|
| What component is IE for FCL? | 11 Jan 2006 16:38 GMT | 1 |
Does FCL have a component which is IE?
|
| "Error executing program!" when starting .Net 2.0 application | 11 Jan 2006 15:06 GMT | 1 |
i've a problem with the .Net 2.0 Framework. I've created a very simple C++ .NET 2.0 Windows Forms application using Visual Studio 2005. I only create a new project, save and compile it and launch it. Thats ok on the machine where my IDE is installed. On a second computer i've
|
| VB .NET Academic Version 2002 install | 11 Jan 2006 14:41 GMT | 1 |
I upgraded my computer to Windows XP home edition from Windows 2000 proffesional. I tried reinstalling VB .NET academic version again but when it prompts me to insert the Windows component disk I put the WCU disk in and it tells me I have inserted the wrong disk. It did not do ...
|
| Index -1 does not have a value - DataGridView | 11 Jan 2006 12:33 GMT | 1 |
I was running into a problem with the DataGridView while binding it to an object Collection. I got it working and I thought others might like to know how. -------------- Problem -------------
|
| VS.NET 2005 hotfixes? | 11 Jan 2006 12:24 GMT | 34 |
I've read there are some VS.NET 2005 hotfixes out there, but I can't find them. apparently You must first call Microsoft to obtain them? Does anybody knows where I can download them? thanks a lot in advance,
|
| WebResource.axd concern | 11 Jan 2006 09:03 GMT | 1 |
I noticed in my logs a request for /WebResource.axd?d=vWmfVPa...&t=632... So I tried it to see what comes up and it starts a download request. I downloaded the file and it is a javascript file. It looks to be a .net file but I am not sure. Is there any security issue with these ...
|
| Late Binding Com : MissingMethodException | 11 Jan 2006 08:55 GMT | 2 |
I have created a c# module using late-binding to call methods of a com component. Everything works fine in a console application but when I use this module in a web application I've got this exception : System.MissingMethodException:
|
| Global Group Info in Domain Local Group AD Query Help | 11 Jan 2006 08:40 GMT | 3 |
I am enumerating a Domain Local Group. It contains local users as well as Global Groups from other domains. When checking membership of the group, I get a DirectoryEntry with the following Path property: "LDAP://testdc.test.coml/CN=S-1-5-21-1973115903-1958036494-624655392-6671 ...
|