| Thread | Last Post | Replies |
|
| Visual Studio - Documentation | 23 Sep 2004 07:21 GMT | 4 |
WHY does the .Net Documentation show http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fsystemwebsessionstatehttpsessionstatememberstopic.asp .NET Framework Class Library HttpSessionState
|
| How to launch application after install | 23 Sep 2004 07:14 GMT | 1 |
I’m trying to launch application after it was installed. I created a Windows App Deployment project. I added to “End” phase of “User Interfaces” editor a custom dialog box with “Launch the application” check box. I also added custom action to “Commit”
|
| Flexible dllimport | 23 Sep 2004 07:10 GMT | 1 |
I've got the following code: namespace Test1 { public struct stTest
|
| Can Visual Studio Be Any Slower? | 23 Sep 2004 06:30 GMT | 6 |
I am working on converting a VB6 project to .NET, and I am astounded at how amazingly slow Visual Studio is when loading a solution. For example, I have a solution with 11 class library projects, and it takes 40 seconds to load on a 1.8 GHz machine. Does anyone know what is going ...
|
| How to run resgen in code | 23 Sep 2004 06:10 GMT | 4 |
I want to convert a resx file to resource file in ASP.NET code (means I want to run resgen utility through coding) can I do that? if yes then how? Thanks in advance
|
| Problem with Response Filter Class | 22 Sep 2004 21:04 GMT | 1 |
I'm using the Response Filter Class in MS KB article 811162 (http://support.microsoft.com/default.aspx?scid=kb;EN-US;811162) to generate a static htm page from an asp.net template page being filled from a database. The generated static pages are then streamed into
|
| what control is this.... | 22 Sep 2004 20:55 GMT | 4 |
What control is Netscape or Firefox combobox's control with icons too? regards
|
| Best way of learning the .NET library | 22 Sep 2004 19:22 GMT | 2 |
Like many developers, I can remember thousands of WinAPI functions and MFC classes. Now, as I'm moving to .NET, I need to use the .NET library instead. For example, suppose I want to know if a volume is compressed. I know I can call GetVolumeInformation to obtain that
|
| Dotnet printing problem: the data area passed to a system call is too small | 22 Sep 2004 18:03 GMT | 1 |
I'm having problems printing to a line printer from both Crystal Reports and SQL Server reporting services using dotnet. When I try and print a report from an application with Crystal I get the error message "the data area passed to a system call is too small", and nothing else. ...
|
| Easier way to add entries into Resource file? | 22 Sep 2004 17:59 GMT | 2 |
Hi, so what can be done about this. I am retrieving custom display messages from the culture specific resource files through ResourceManager. But I have about 20 differnt languages, so whenever i add a new display message, i have to add 20
|
| .NET Application download | 22 Sep 2004 15:52 GMT | 2 |
I have a client that we need to send an updated .EXE file to, they can not recieve .ZIP or .EXE files... I place the MYAPP.EXE on our website, then tried to download it on our XP machine the application does not download but executes....
|
| Converting Access client to .net | 22 Sep 2004 15:47 GMT | 1 |
Does anyone have any experience performing a conversion of access forms to asp.net? Are there any utilities, code snippets etc that might be available?
|
| Assembler included w/ Visual Studio .NET 2003? | 22 Sep 2004 14:19 GMT | 3 |
Is Microsoft still producing/releasing the Microsoft Macro Assembler (MASM)? I just installed Visual Studio .NET 2003 (p/o an MSDN/AA subscription) and apparently MASM is not provided/installed with that product. [Background: I'm hoping to use the software in an MSDN/AA ...
|
| Genrate random color without reapeating? | 22 Sep 2004 13:42 GMT | 1 |
how to genrate random colors without repeat of the same color or color code. I am creating a line graph using ComponentOne Chart control and what to show series with different colors. thanx
|
| need a better solution to use images in application | 22 Sep 2004 13:24 GMT | 3 |
Currently, I am writing an application that uses a lot of bitmaps. I would load a image by specifying "a path" on my hard drive. I would however like a better solution --- don't like the fact that the images are exposed so publicly. Any ideas?
|