| Thread | Last Post | Replies |
|
| Problem - Extended characters print as question marks | 29 Jan 2005 14:39 GMT | 1 |
We are using ASP.net to develop a new website. The old website uses legacy ASP connecting to an Oracle database (9.2, W2k3, charecter set WE8ISO8859P1). The new site connects to the same database but using ASP.NET.
|
| Assemby name | 29 Jan 2005 13:03 GMT | 1 |
I have a webApp say A,It refernces a dll say B.From B is it possible to get the Assembly name (A).ie..is it possible to get the Assemby name A from B...please help
|
| Building XmlSampleGenerator code | 29 Jan 2005 10:57 GMT | 3 |
While building XmlSampleGenerator code from MSDN, I get missing XmlSchemaSet reference. Here is the screen dump, if needed. C:\Documents and Settings\Dr Sarang\My Documents\MSDN\XML Sample Generator>build
|
| soap.smtp:// | 29 Jan 2005 03:00 GMT | 1 |
Brain.Save() steve maine's blog "I finished up my sample implementation of an SMTP transport for Wse2. Thanks to the power of WSE, you can now easily call Web Services via
|
| WMI error using System.Management.ManagementClass | 28 Jan 2005 22:46 GMT | 2 |
I've got a VB.NET windows application (written in VS .NET 2003) that makes a call to WMI for retrieving the MAC Address from the client's PC. It works on 4 out of the 5 PC's tested so far. All the workstations are DELLs running XP SP1a with the 1.1 .NET Framework. The ...
|
| VB.net as editor for WSH and WMI scripts | 28 Jan 2005 20:14 GMT | 6 |
Sapien's Primalscript costs about $150, I believe. If I purchase Visual Studio.NET, I know I can do a lot more than just create VBscript scripts, but can the VB portion of VS.NET be used as a VBscript editor? Would it serve as a good one, or might I be better off with ...
|
| Virtual ListView Question | 28 Jan 2005 20:11 GMT | 1 |
I'm creating a virtual ListView with C#. I've seen a few code posts stating that a virtual ListView will not work if the View is LargeIcon or SmallIcon. Is this true? My project requires the LargeIcon view style, and so far I've been unable to
|
| Reading Image Properties without loading as Image | 28 Jan 2005 18:50 GMT | 3 |
I'm trying to find a way to quickly read image headers (specifically jpgs at the moment) with out loading the whole image as an System.Imaging.Image. Anybody point me in the right direction or am I going to need to write a header parser from scratch?
|
| Need help: about OOP inheritance/abstract class | 28 Jan 2005 16:56 GMT | 15 |
I have a base usercontrol with a method (blank method, no code), I have another few usercontrols that will inherit this base usercontrol, but I want to force all the usercontrol that inheriting this base usercontrol to override the method with its own code. How do I do it?
|
| HELP!!!!! | 28 Jan 2005 16:48 GMT | 2 |
I have two forms and there is a button on Form1 which i want to open Form2 with. How can I do this. I 've looked on the net and books with no luck Please Help
|
| Anyone know the release date for VS.NET 2005 and .NET framework v2.0? | 28 Jan 2005 16:44 GMT | 2 |
released versions not beta? I'm going to assume there will not be any "upgrade" issues? Thanks, Rob
|
| about form | 28 Jan 2005 16:38 GMT | 1 |
Does .Net have a special way to show a Help/About form. I know a little about the common dialog classes (like OpenFileDialog ) and was wondering if there is something like that for an About form or if I should just do the following:
|
| migration from delphi | 28 Jan 2005 16:10 GMT | 3 |
could you please give me few information about migration from delphi applications to visual studio. net? thank you, ann
|
| Calendar Control Question | 28 Jan 2005 15:57 GMT | 2 |
found this code by Sushila B. Patel, which shows the events for the current month, but shows nothing if its from another month since it has e.Cell.Text = "" if .Day.IsOtherMonth =true any idea to implement that part? Private Sub Calendar1_DayRender(ByVal sender As Object, ...
|
| Text file download from website | 28 Jan 2005 15:49 GMT | 2 |
I am trying to download a text file that my .NET page has just created based on entered parameters on the web page. Everything seems to work and the file is created. I am using the following code to start the download process: Response.Clear()
|