| Thread | Last Post | Replies |
|
| Virtual directories | 26 May 2004 19:29 GMT | 2 |
I'm moving some intranet applications from asp to vs.net, and I am wondering why VS insists on using a virtual directory. Most of my apps are in local websites with their own IP and domain. Is there a way to create a website in IIS that points to a specific
|
| FILE I/O | 26 May 2004 17:30 GMT | 9 |
How do you delete some data from a file? The file size should shrink. How do you insert data at a specific offset without overwriting? Something like this: xy xaabcy
|
| Access MSAccess Report Engine | 26 May 2004 16:43 GMT | 3 |
Hello NG, I would like to migrate an existing MS-Access Frontend with SQL-Server Database to a real C# Application. The biggest Problem that I am facing until now (I am still checking the solvability) are the
|
| e-View: freeware image viewer?fully developed in .Net | 26 May 2004 16:35 GMT | 3 |
We have developed a free image-viewer for testing .Net and GDI+ capabilityes. e-View supports a lot of raster and vectorial image formats: -Bitmap (BMP)
|
| SEHexception | 26 May 2004 15:57 GMT | 3 |
Do You know how to locate problem when SEHexception object not found (because of Windows Forms.dll) is raised in window message loop that I cannot debug in VB ?? I click on combo..
|
| find-replace in word from vb.net ? | 26 May 2004 15:30 GMT | 1 |
This does work with Word 2000, 2002, 2003 but not with Word 97, any idea Public Function testMYWord( Dim wApp As New Word.Applicatio Dim objWord As Word.DocumentClas
|
| System.Web.Mail Body property Limitation? | 26 May 2004 15:22 GMT | 1 |
We're having problems using system.web.mail.mailmessage to send out HTML emails. The email is actually sent without error and arrives at the destination as you would expect, the problem is that the received email content that has been set using the mailmessage.body property is ...
|
| Cannot create Word application object using remoting | 26 May 2004 13:16 GMT | 2 |
I have class that creates a word application document using the following basic code: Public Sub CreateDocument() Dim app As Word.Application
|
| The ordinal 58 could not be located in the dynamic link library atl.dll | 26 May 2004 12:51 GMT | 1 |
I have developed an application on Visual Basic .Net with crystal reports and to deploy i created a deployment package (including all required merg modules All is well with windows 2000, xp, etc, i deploy and run there and everything works perfectly, but i get the error with ...
|
| Time picker | 26 May 2004 12:43 GMT | 1 |
I want to implement time picker control in web forms? is it possible or only possible in windows form? if it is yes how can implement?
|
| Server is not running ASP.NET version 1.1 | 26 May 2004 10:06 GMT | 1 |
Well...It was yesterday!! Hello. I have been developing in the ASP.Net/VB environment for the last 6 months. I tried to attach to my project this morning and the response I got from my server was "Visual Studio.Net has detected that the specified Web server is not running ASP ...
|
| Why does a domain account need to be added to Debugger Users? | 26 May 2004 09:41 GMT | 7 |
I have been struggling to install a set of .NET services on Windows 2003 (that have been working without any problems on a Win 2000 box.) The services and scheduled jobs run as a low-privilege domain account to control database access and permissions. Now I have been able to track ...
|
| delegates and garbage collection | 26 May 2004 09:39 GMT | 4 |
I don't know where I got the idea, from reading it somewhere, or from some speaker, or maybe discussion with a colleague.. but I seem to remember the statement that heavy use of delegates has a cost in that there's so many cross-references which can make garbage collection difficult ...
|
| Best Collection? | 26 May 2004 08:49 GMT | 2 |
What's the best collection for the following scenario: key value --- ----- "Languages" -> "C#"
|
| Writing UDP client/server in C# vs. C++ | 26 May 2004 08:34 GMT | 2 |
So I've been tasked with writing a UDP client/server. I finished writing the client/server in C# and now I've been told that it should be written in C++ for scalability (speed). This is for a MMORPG game (Massive Multiplayer Online) so the code must be blazing fast and scalable
|