| Thread | Last Post | Replies |
|
| Uploading Larger Files | 22 Sep 2005 01:22 GMT | 2 |
Can anyone suggest me best way to upload large files (>100-500MB) to my ASP.NET web application (IIS 6.0, Win 2K3). The problem we see with conventional method is that the session times out, and the entire file gets loaded in IIS memory and things get worst when
|
| Interact With Desktop Service installation | 21 Sep 2005 23:54 GMT | 4 |
I created a service application. This service, can possibly start other applications or display message boxes, so it needs to interact with the desktop. The question is the following : How can I make the "interact with the desktop" checkbox checked automaticaly when my service ...
|
| File Explorer like controls | 21 Sep 2005 22:10 GMT | 2 |
I need to emulate the File Explorer capabilities in my application. I'm looking for the three controls used in File Explorer: ComboBox, TreeView and ListView. The ListView needs to have the Thumbnail view. I've evaluated the SkySoftware controls but they have too many limitations
|
| problems with changing fonts | 21 Sep 2005 20:53 GMT | 2 |
Everytime I change a font (from the properties window) I get an error. I can remove the line of code VB generates and I get no errors, but I would like to be able to change fonts. Any ideas what is causing this? I have tried adding Imports System.Drawing.Font without any affect.
|
| Creating an Item property for a custom control | 21 Sep 2005 15:56 GMT | 1 |
I created a custom control, but I can't add an item property to it. I tried the code below, but when I click the property, it shows a list of Objects. I can't figure out how to have items to hold only integers. Even with Objects, they seem to be readonly. I can't assign values to
|
| Objects, Abstract Classes or Interfaces | 21 Sep 2005 13:33 GMT | 2 |
I'm trying to get my head around objects and am asking for thoughts on this idea. If for example I were to implement a Person Object, there may be differnt Person objects representing people of different cultures.
|
| New to DLL files | 21 Sep 2005 13:30 GMT | 2 |
I have a general idea of what a DLL file is (a file of data & functions called at run-time instead of link time) and now I would like to begin understanding how to use them. I've googled DLL and have no idea where to start on this.
|
| a counter in a select statement | 21 Sep 2005 08:51 GMT | 1 |
How do I get a counter in a select statement output Say if I do Select counter, col1, col2 from table1 The output should be
|
| C# gdi flip vertically | 21 Sep 2005 08:23 GMT | 2 |
I have to flip vertically a Bitmap. Is it possible with GDI+ and C#?
|
| Servers Across the Atalantic | 21 Sep 2005 07:25 GMT | 2 |
This is probably more of a SQL server issue, but its also .net related think... I have the client side of my application installed in the US with the application and the database servers running in london. The program language is C#, all built in visual studio.
|
| microsoft.visualbasic.dll err msg | 21 Sep 2005 07:19 GMT | 1 |
My Windows app worked before, but maybe after my attempt of porting it to web app environment and could not get it to pass objExcel= GetObject("strPath"), it now fails in Windows app environment as well. The err msg is
|
| VB.Net Help | 21 Sep 2005 07:15 GMT | 1 |
Hi List, I just started using VB.Net. and feel it's so different from VB.6. I have used VB6 for a little while. I got so lost. I tried to find some sample code, but seems everyone is pointing to different directions. Please help.
|
| Using FileWatcher on a Network Folder in a Service | 21 Sep 2005 05:25 GMT | 1 |
I developped an C# app which is using FileSystemWatcher. If a file is created in a specific folder, it opens the file and does some processing. This functionality works without problems in the following scenarios: In a Winform App, pointing at a Local Folder
|
| ASP not working!!! | 21 Sep 2005 04:27 GMT | 6 |
I'm in a jam. I can't load any old, or create any new ASP.NET projects using Visual studio. Before you suggest using the utility: aspnet_regiis - with the /i switch please note I've already tried that & it didn't fix the fault. The error
|
| Truly unique number for a computer. | 21 Sep 2005 04:02 GMT | 5 |
Is there any number I can get that is truly unique for a computer that can't be changed? I want to have a system whereby I have a computer that accesses a web service based on some unique value that can't be changed. Or at least if it is changed, it's not changed frequently. (IP ...
|