| Thread | Last Post | Replies |
|
| Programmatically accessing and retrieving data from an SSL web pag | 10 May 2005 17:04 GMT | 1 |
Using VB.net I want to create an windows forms application that passes credentials to an SSL enabled web site and retrieves the default web page. Then I want to parse the retrieved web page and then FTP files from the server.
|
| Redistributing DIA dll problems | 10 May 2005 16:00 GMT | 1 |
I'm trying to distribute msdia80.dll (Debug Interface Access SDK) with my application. The problem is that regsvr32 generates the following error when I try and register the dll on the installation machine. "LoadLibrary ( "msdia80.dll" ) failed - This application has failed to ...
|
| overload several config files? | 10 May 2005 13:41 GMT | 3 |
I am building a dotnet 1.1 app, in VB.net ... I would like to have several config files corresponding to multiple envirronment (Database, local Machine, Application, User...) and overloads each, in order to have, by the way, one config.
|
| Printer Checking | 10 May 2005 13:35 GMT | 2 |
Can someone please show me a some clean & reliable method for determining the following (I'm using C# and the App only supportsWinXp or 2K): 1) Is a default printer assigned & which it is? 2) Is the default printer available for use?
|
| App version and build date? | 10 May 2005 10:19 GMT | 5 |
Ive set up my application to read the build version from the <assembly> key inside my Web.config file using: string myver = Assembly.GetExecutingAssembly().GetName().Version().ToString() Is there a way to get the DATE of the build as well?
|
| Help | 10 May 2005 10:06 GMT | 2 |
hi guyz..im fairly new to .net.. i have a windows form which hosts an IE web control,as the page loads it fires certain events like download begin,progress change... which is fine..
|
| when is hashcode used? | 10 May 2005 09:06 GMT | 2 |
I have been facing this bizarre problem within a combobox having a list of UK postcodes. When I assign the SelectedItem propoerty of the combobox, a completely different item was actually selected in the combobox. I broke into the code at the assignment statement and then looked ...
|
| virtual directory | 10 May 2005 08:34 GMT | 2 |
how do i set up a virtual directory to create a new asp.net application? sal
|
| adapter.fill question | 10 May 2005 08:18 GMT | 5 |
After an adapter is filled using "adapter".fill in vb.net, is the connection automatically closed after the method binds the dataset ??? Thanks
|
| About IE Hosted UserControl auto download | 10 May 2005 07:08 GMT | 1 |
I have just finished an IE Hosted UserControl named MyUserControl, which can automatically download from IIS site if I assigned the URL to http://MyComputer/MyFolder/index.htm. However, if I assigned the URL to http://www.MyCompany.com/MyFolder/index.htm or
|
| Socket and multi-threading | 10 May 2005 02:32 GMT | 6 |
Socket class documentation says that it is not thread safe. We understand that if do simultaneous sends on ONE socket then it will be a problem (or simultaneous receive). Can we create TWO threads on OUR OWN such that one will do SEND and one will do RECEIVE using the SAME socket ...
|
| FileSystemWatcher Not working for mapped drive | 09 May 2005 20:01 GMT | 1 |
Hi all, I am using FileSystemWatcher to monitor a mapped drive. When I run my console application directly it works fine however when I run the exe using Scheduler it throws uaername / password incorrect. I have tried with both ip and mapped name for the target server, but nothing ...
|
| displaying country name in current UI culture? | 09 May 2005 19:06 GMT | 4 |
I have a two-letter country code and I need to display the name of this country in the current UI culture. Sadly I can't create a CultureInfo and use the DisplayName property because this displays it in the localised version of the .NET framework
|
| Translate accented characters | 09 May 2005 18:47 GMT | 9 |
Is there anything in the framework which will help translate accented characters in strings to their standard counterparts? eg. "Gráda" to "Grada"
|
| Brack screen when debug or build in .NET 1.1 | 09 May 2005 15:55 GMT | 2 |
My screen go to black when I'going to debug or build. I have 2003 Visual Stutio (Architect Version) with .NET 1.1 with sp1. Any suggestions. Thanks
|