| Thread | Last Post | Replies |
|
| Webclient.Downloadfile to get the latest version | 20 Aug 2004 09:25 GMT | 1 |
I am using the webclient.downloadfile() method to download a file from a remote web server to the local harddrive. public CopyFile(string sSrcPath, string sDestPath) {
|
| Problems with dynamically adding menu items to ContextMenu | 20 Aug 2004 03:07 GMT | 2 |
I'm running into a problem that I can't figure out and would love any help I can get. I'm writing a C# app using Windows Forms and I'm getting some wacky behavior. I have a Tree Control on a simple form. I created a ContextMenu (at design time) and I manually display it when the ...
|
| GetEntryAssembly problem | 20 Aug 2004 01:13 GMT | 1 |
I have a problem with the Assembly.GetEntryAssembly() method. I get an exception when the method is invoked saying: "Object reference not set to an instance of an object". What could cause this problem? Does it have something to do with the AssemblyInfo file?
|
| .Net Framework 1.1 and 2.0 beta | 19 Aug 2004 22:21 GMT | 1 |
I recently installed the 2.0 beta along with VB.net express and somehow I can't seem to get my web applications that was developed in version 1.1 to work properly. Is there a way to make my web applications to work without uninstalling one of the version?
|
| Add a DLL to GAC | 19 Aug 2004 19:14 GMT | 2 |
I added a DLL written by VB.NET to GAC. This DLL is located at C:\LLSI-Tech\GAC im my local computer. The project(project1) for above DLL is located at C:\clearcase\payoff.
|
| lock statement | 19 Aug 2004 17:49 GMT | 1 |
i have an important question about the lock statement. If i have object objA; object objB;
|
| System.IO.File.Move | 19 Aug 2004 17:34 GMT | 2 |
why does System.IO.File.Move("c:\\hmbug.jpg", "c:\\foodoo\\foo.jpg"); throw access denied? im just moving a file in a console app? any ideas?
|
| .net supported OS | 19 Aug 2004 06:05 GMT | 1 |
i would like to know what are the dotnet languages are avilable and what are the dotnet languages are going to be released by microsoft or other 3-party members. apart from windows is there any OS version avilable for .net framework.
|
| ImageList.Add () - Could this be a Bug ? | 19 Aug 2004 03:34 GMT | 1 |
I have an ImageList object with one image added with VS Designer. Then, within my code I'am trying to add some other image to the collection: int i = imageList1.Images.Add (myImage, Color.White) ; this throws OutOfMemoryException! imageList1 contains only one bitmap (32x32
|
| SaveFileDialog - get the remembered path before displaying. | 18 Aug 2004 16:59 GMT | 1 |
OK. Whenever you display a SaveFileDialog it automatically displays the last folder you were in the last time a save was done. Is there a way you can get that folder before displaying it? I can't see anything. The InitialDirectory and FileName properties are ""
|
| Implementing .NET Passport - registry setting for XP | 18 Aug 2004 16:14 GMT | 3 |
I need to update the client registry on an XP machine so it can log into the Passport pre-production nexus. However, the link provided in all of the Passport SDK documentation to download the sample registry file does not work. Does anyone know where I can find a copy of the
|
| Invalid http request for .NET control | 18 Aug 2004 10:10 GMT | 1 |
I have a web page with a reference to a .NET control and I am getting a number of extraneous requests occurred that are related to the control To Digress =======
|
| The underlying connection was closed - Remoting.Channels.Http.HttpClientTransportSink | 18 Aug 2004 07:44 GMT | 4 |
I got this error. I search the web and found a long disscus and solutions for example at http://p2p.wrox.com/topic.asp?TOPIC_ID=4858 the problem I use remoting and not webservie. I dont have reference.cs file. do you have any solution? which function to
|
| Add a DLL to GAC | 18 Aug 2004 07:03 GMT | 2 |
I added a DLL written by VB.NET to GAC. This DLL is located at C:\LLSI-Tech\GAC in my local computer. The project(project1) for above DLL is located at C:\clearcase\payoff.
|
| Excel File Format of ".CVS" | 18 Aug 2004 06:57 GMT | 1 |
Dear Programmers, Could anyone send me to the right location to find code/example on how to take information from Excel File Format of ".CVS" into VB.Net for data manipulation?
|