| Thread | Last Post | Replies |
|
| Global.asax Session_OnEnd not firing | 19 Oct 2004 14:21 GMT | 3 |
I have the following code but for some reason I cannot get the Session_OnEnd event to fire. I am trying to limit the amount of connections a browser session can have. Where the application is a virtual directory.
|
| Web Forms and Environment.GetSpecialFolder | 19 Oct 2004 12:15 GMT | 1 |
I am trying to get the path of a user's Personal folder from within a web form. When I use the call: Environment.GetFolderPath(Environment.SpecialFolder.Personal) I get absolutely nothing back. When I query for Environment.UserName, it
|
| I'm new & willing to learn anything that can create a multi-player poker site | 19 Oct 2004 10:46 GMT | 5 |
What would be the best Microsoft product to make an on- line multi-player poker game. It would need to keep track of players chips from session to session, have playing cards available (I've seen cards32.dll), players should
|
| Java to c# conversion | 19 Oct 2004 09:15 GMT | 1 |
Please let me know the equivalent code to the below code in c# (ASP.NET). This below code is written in java. MyDataString =
|
| Explosion of .NET programs? | 19 Oct 2004 09:07 GMT | 3 |
I have seen a lot of talk about .NET and C# and stuff, but so far I didn't see any commercial programs yet. Until know, I happen to stumble on some programs that seems to be a .NET program and expects the .NET framework installed.
|
| Prevent code reuse | 19 Oct 2004 08:12 GMT | 6 |
I'm evaluating Visual Studio and the .NET concept for his company, which is currently using Borland C++ Builder. Now I tried to create components/controls etc. in .NET and I can reuse it very easily by adding the control to the toolbox. This is great and
|
| Pre-Design Brainstorming Tools | 19 Oct 2004 08:12 GMT | 6 |
Can anyone recommend some applications to help diagramming the initial beginnings of a software project (i.e. Pre-UML)... Defining initial application layers, drilling down, defining what components make up that layer, drilling down to another level, etc.
|
| P/Invoke DLL-memory managment | 19 Oct 2004 07:55 GMT | 3 |
I'm looking for information about the loading/unloading of unmanaged dlls. Using the debugger I think it works as follows : the unmanaged DLL is loaded as soon as a call to one of it's functions is made. After that, it's kept in memory till the last call to it (by the managed ...
|
| Get last write username | 19 Oct 2004 06:45 GMT | 1 |
Is it possible for me to get the last user who changed a particular file? Or adding/removing/renaming file from the file system? I know that using FileSystemWatcher and I can monitor for changes, and getting the last access time/last write time but I have no luck in finding the ...
|
| Strange Error Message | 19 Oct 2004 06:13 GMT | 1 |
When I run the following UpdateCommand event I get the error: "Line 1: Incorrect syntax near '?'." and the highlighted line is "updateCommand.ExecuteNonQuery()". I've been troubleshooting this for 2 hours and have no clue what the problem is. Could someone please help me
|
| Resize Picture in ImageButton | 19 Oct 2004 04:23 GMT | 3 |
I do i resize a ImageUrl Picture to show at 50 precent of its size? the height is only a set not a precent.
|
| Where to find Windows Component Update disk for Visual | 19 Oct 2004 02:31 GMT | 1 |
We are trying to install Visual Studio.NET. The setup is asking for Windows the Component Update disk for Visual Studio.NET CD. Since we are using the the downloaded version of Enterprise.NET we do not have a CD. I also looked in the DVDs we received with the Universial MSDN ...
|
| Inheritance | 19 Oct 2004 02:24 GMT | 1 |
I have a problem with the inheritance. I have a Base form with PUBLIC Component One Controls C1Toolbar , Command Holder , some Command All the commands are PUBLIC.
|
| Printing From .aspx pages. | 19 Oct 2004 02:21 GMT | 1 |
Our work group has migrated to the .NET environment from some differing back grounds. I am the newest member of the group so I am stuck with the ASPX pages. I am doing the code behind in C#. Our current users want to print the data in the tables and data grids from the ASPX pages ...
|
| ASP.Net apps for hand-held devices newbee !! | 19 Oct 2004 01:49 GMT | 1 |
I already got a nice Web application running and need to adapt it for iPaqs, Smartphone and Blackberry. Can you suggest a better newsgroup if any and some links to find best practices and help on how to start ??
|