| Thread | Last Post | Replies |
|
| TimeSpace.Parse() usage | 15 Aug 2007 21:11 GMT | 3 |
ive read the MSDN docs on using the TimeSpace.Pars() method to format timespans, however i found their examples unclear. currently i am doing this: Dim startTime As DateTime = DateTime.Now
|
| How to detect when a Tab Control loses its focus | 15 Aug 2007 20:14 GMT | 3 |
I have a WinForm application. The form has one Tab Control and one ToolStrip. I would like to know what would be the best way to detect when the user is "leaving" the Tab Control and "moving" into ToolStrip. Thank you
|
| Having trouble creating shared and setting permission using vb.net | 15 Aug 2007 20:02 GMT | 1 |
I have embeded WMI scripting within a Visual Basic application to create remote shares and set permissions, I'm now moving to vb.net environment and having trouble getting my scripting to work, I have search the net for vb.net code to create shared folders and set permsission but ...
|
| FileSystemWatcher-Loosing events? | 15 Aug 2007 18:55 GMT | 2 |
I am using fileSystemWatcher to monitor a directory on a file server. I am looking for zip files. When a zip file arrives the watcher event is trigged an I can unzip the file and then delete it. A very simple application but...I have a problem. When I copy say 10 zip files at ...
|
| System.Net.Sockets problem | 15 Aug 2007 18:55 GMT | 8 |
I am using System.Net.Sockets to connect a client socket to a server that requires three inputs when I connect: host, port and an identification number that identifies the person connecting. None of the overloads for either the Connect or BeginConnect methods takes
|
| ISAPI not working in VS 2005 | 15 Aug 2007 16:36 GMT | 1 |
I am working on a webproject it uses ISAPI_Rewrite to create a url on the fly, it work when i use the project under IIS How do i make it work inside Visual Studio 2005, i there some way to configure it, i using the dll from Helicon
|
| Website Error | 15 Aug 2007 16:32 GMT | 2 |
I get te following error message, i am unable to find the line from where the error is being throw, can anyone help System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. --->
|
| System.Speech | 15 Aug 2007 15:36 GMT | 12 |
How do I add a reference to System.Speech in Visual Studio?
 Signature Arne Garvander (I program VB.Net for fun and C# to get paid.)
|
| function scope | 15 Aug 2007 12:38 GMT | 3 |
I have a c# application with windows form for updating and retrieving some database table records. lets call it form1. I also have another application in vb that extracts data from the web but used the same database table as input to direct its operation. the data in the table is ...
|
| VS setup project produces msi and .exe. How do I turn off the .exe | 15 Aug 2007 11:33 GMT | 2 |
When producing a Setup package in Visual Studio, the default is to create a Windows Installer MSI file and also the bootstrapper setup.exe file. Previously I have turned off the creation of the .exe file as I dont need it, but on my latest project I cannot find the
|
| dropdownlist | 15 Aug 2007 00:06 GMT | 1 |
hi to everyone, just help me out to do this. On my page i have a dropdownlist control,which contain 80 items. when i select the dropdownlist.i am able to veiw 35 items of the list
|
| Generics and their resulting class. Possible to obtain? | 14 Aug 2007 20:57 GMT | 8 |
We need to serialize (binary) objects containing generic collections. The thing is, when we try to get the objects back (deserialize) with a different instance of the application, we receive an exception stating the constructor of the generic class does not exist. So Is there a ...
|
| Determining if a type implements a particular interface | 14 Aug 2007 20:32 GMT | 8 |
When using reflection, how can I find out if a particular type implements a specific interface. For instance, I have the following code: Type t = myAsm.GetType( "AssemblyToLoad.MyClass" ); Type iMyClassType = typeof(AssemblyToLoad.IMyClass);
|
| Listbox Sorting in .NET 3.0 | 14 Aug 2007 19:28 GMT | 6 |
Am I crazy, is there no sorting of listboxes under .NET 3.0. Make a new app, add a listbox and see no Sorted property. Add strings and they just go to the bottom. Thanks,
|
| Framework on websphere box? | 14 Aug 2007 19:20 GMT | 2 |
Can .Net be run on a websphere box?
 Signature Chris Davoli
|