| Thread | Last Post | Replies |
|
| Please Help! What message should I get in my appl when somebody close appl from the Windows Task Manager | 21 Apr 2004 03:47 GMT | 4 |
Please Help I am using VC++ in win 2000 In my appl (Win32 project) I want to control the close operation of the apl (for example if somebody will try to close appl from the "Windows Task Manager") I want to know in my appl what message to expect from "Task Manager",
|
| C# code in an aspx page rather than assembly | 21 Apr 2004 02:11 GMT | 1 |
ok, I should know this answer but I don't :D I want write an aspx page/application but I want the class and code to be in the aspx rather than referencing an assembly. thanks!
|
| uploading huge files | 21 Apr 2004 02:06 GMT | 5 |
HI people, there is an alternative way to upload files than the ASP.NET native way? Is OK for small files but It doesn't seems to be convenient for an application where there is a lot of paralell uploadings of huge files (50MB-100MB)
|
| datagrid - can u set the <TD ID=customID> | 21 Apr 2004 01:31 GMT | 2 |
datagrid - can u set the <TD ID=customID> I need to "javascript" the innerHTML of a <TD> and in order to do it I need the ID for the <TD id=??? Best Regards Mekim
|
| How do get a dll version at run time? | 21 Apr 2004 01:26 GMT | 2 |
I need to show the user the version number of the dll so that the user can report that to me when there is a problem How is this done? I can see tht the file version changes as I am developing, but I don't know how to retrieve this information in VB My programs are written in VB ...
|
| .NET Security Policy question - SecurityException | 20 Apr 2004 22:25 GMT | 1 |
I created a shortcut to a .NET application that is located on a different workstation but when I try to execute the app (through the shortcut) I get an message saying "The application attempted to perform an operation not allowed by the
|
| Changing File Date & Time | 20 Apr 2004 22:13 GMT | 1 |
Does the framework support the changing of a files Date and Time and if so is there sample could for which I can be directed?
|
| Which collection class to use? | 20 Apr 2004 22:10 GMT | 1 |
I'm working on a VB.Net app that has State class (CA, AZ, WA...) and collection class of State. Which collection class interface can I use if want to be able to bind the collection a combo box and at the same time be able to reference the item in
|
| Custom action for configuration | 20 Apr 2004 21:00 GMT | 1 |
Hi, I am creating a setup for my application. After installation, I want to show a window to allow configuration (language, licence key). By using custom actions and having a new project containing only an Installer class, I am able to show the form. However, if I put the Installer ...
|
| Virtual IP | 20 Apr 2004 18:26 GMT | 1 |
Hi again I do have a sharing connection to the internet in my local network I'm using IPHostEntry with my Virtual IP address and Send with: Socket.Sen Receive with: TcpListner.AcceptSocke
|
| Timers in DLL & Windows XP | 20 Apr 2004 17:11 GMT | 3 |
I have a regular DLL deriverd from CWinApp that uses a Timer to tick at 10m SetTimer(NULL,1,10,TimerProc I developed a windows UI application that works fine. When I created a console app the Timers messages are not posted Even on Windows XP I have the similar problem
|
| Project reference problem | 20 Apr 2004 16:27 GMT | 1 |
According the code below (2 class library projets): 'Project 1: ns1.Class1 Public Class Class1 Public Sub New()
|
| Looking For Tutorials on Using Schema Designer | 20 Apr 2004 15:40 GMT | 1 |
I am trying to use VSNET 2003 to create a new XML Schema file. When I open a new schema file it opens on the "schema" tab with a drag and drop environment. I don't understand how to build a schema using this interface and would appreciate any pointers to tutorials or other ...
|
| Crystal Reports fields missing on some reports | 20 Apr 2004 14:16 GMT | 2 |
H I have a number of existing crystal reports in ASP.net 1.1 applications that include a subreport that contains header information which comes from a SQL stored procedure. Of course, each report works a little differently, even though all of them are built basically the same. ...
|
| When to use dll (in general) | 20 Apr 2004 11:15 GMT | 1 |
I'm new to .NET app programming and I wonder if there's a rule of thumb when to develop dll:s instead of including in exe?
|