| Thread | Last Post | Replies |
|
| Indentation in VS 2003 | 27 Jan 2006 17:53 GMT | 1 |
How do I change the indentation in the VS 2003 editor. Its currently 4 spaces, I'd like to make it 3 characters? How does this work? If someone else opens my project will they see the code reflecting my indentation setting or their own?
|
| Dynamic array in VB NET | 27 Jan 2006 17:26 GMT | 2 |
Hello, is is possible to create a dynamic array in VB NET as in VB6 and then use Redim Preserve after determining the index of the array? Thank you in advance for your help.
|
| File Download with WebBrowser Control | 27 Jan 2006 16:14 GMT | 2 |
I want to open a word document stored in my database. What I do is save the document locally, and then open a new winform that has the WebBrowser Control on it and navigate to that new file. This allows the user to manipulate the file and save it. When they
|
| calling a .NET dll from a .NET dll generates error when compiling | 27 Jan 2006 16:13 GMT | 2 |
I added a .NET dll as a reference to my new .NET dll. When I went to build, I received error "Unable to emit assembly: Referenced assembly 'CrystalReport' does not have a strong name". "CrystalReport" is a .NET dll I built which calls the third-party Crystal dll. I have no ...
|
| Share app_code between multiple virtual directories | 27 Jan 2006 13:30 GMT | 3 |
I would like to share code between several web sites that exist as virtual directories under a single site. It appears that I have to create an app_code directory under each virtual root in order to share classes accross the code in the different virtual directories.
|
| SelectedIndexChanged Datagrid | 27 Jan 2006 13:24 GMT | 1 |
I'm trying to update a database based on a entry in a specific cell of a datagrid. I was wondering if anyone knew the event that could possibly handle this. Here is the idea:
|
| ASP.NET textbox didn't refresh edited value | 27 Jan 2006 13:10 GMT | 1 |
I'm doing an ASP.NET page which hav few textbox control and updating back to SQL Server. When i click the save button, it didn't update the changed value. It still showing the old value.
|
| Bandwidth Usage in FTP! | 27 Jan 2006 13:08 GMT | 3 |
is it possible using C# dotnet to control the bandwidth usage means the transfer rate of download and upload? Thanks!
|
| dotnet 2003 problems | 27 Jan 2006 10:08 GMT | 1 |
We're developing a fairly large app with dotnet 2003 (vb). There's a few strange problems that seem to be bugging us: 1. When running from the IDE sometimes our app will just end with no warning, as if you had pressed the stop button. We tried putting breakpoints
|
| Securing Software with License | 27 Jan 2006 10:02 GMT | 4 |
I need advice on how to best to protect software with licenses. We are developing a windows application that people can purchase and download off the net, but the software needs to be protected by licensing. The software is being written in vb.net v1.1.
|
| Odd string compare results | 27 Jan 2006 07:19 GMT | 6 |
If I test "A+" > "A-" then I get true If I test "A+A" > "A-A" then I get false What the hell is going on?! I can only imagine it's down to culture... but why? my thread culture setting is "en-GB"
|
| .NET update problem | 27 Jan 2006 03:40 GMT | 2 |
I am running a WinXP Pro PC with SP 2 and all updates installed. Yesterday I installed the optional .NET framework 2.0 update available from the Microsoft Update service. All seemed to proceed properly with no errors reported. However, this morning
|
| ASP.NET 2.0 Windows Authentication | 27 Jan 2006 03:18 GMT | 1 |
In a new ASP.NET development project I was told that users must be able to access the application without having to enter a username and password. I figured this would be easy until I was told that all permissions were to be stored in the application's SQL database, so that ...
|
| Seeking VB.Net Proxy examples | 27 Jan 2006 00:40 GMT | 10 |
I have seen http://www.vbdotnetheaven.com/Code/Aug2003/2146.asp - but it does not work. I need a working example....if anyone has seen one. Jim
|
| VB.NET 2005, Change text of control on a Splashscreen | 27 Jan 2006 00:26 GMT | 1 |
I'm currently working on an app in VB.NET 2005 which uses a splashscreen. In the 'my project' settings I used the 'Spash screen' setting to set the form that will be the splash screen. The next thing I want to do is change the text of a control on this form so
|