| Thread | Last Post | Replies |
|
| how to replace HTML through ASP.NET (C#) | 25 Aug 2005 06:10 GMT | 3 |
I want to replace a PARAM value on every page load (or refresh). my HTML code is something like this: <form id="Form1" method="post" runat="server"> <OBJECT id="ShowLevel" classid="clsid:9F2B3505-199C-11D2-9E4E-00AA002156AE"
|
| Object Size | 25 Aug 2005 05:40 GMT | 2 |
How do I get the size of the object at runtime? I tried Marshal.SizeOf, but it fails with ArgumentException. Suppose I want to do the following: DataSet oDS = new DataSet();
|
| PrintDocument! | 25 Aug 2005 03:45 GMT | 3 |
Is it possible to save the PrintDocument as file without using a printer?
|
| How do I bring a <a TARGET=xxx> window to front if it's already op | 25 Aug 2005 03:37 GMT | 4 |
I don't know where to ask this question. If you know of a better place to ask it, please let me know. I have a main web page containing many links to detail pages. All detail links open with Target=xxx, so that I only have 1 detail page open at a time.
|
| best method for XML data in web service? | 25 Aug 2005 03:13 GMT | 2 |
I developed a desktop app that reads an XML file into a dataset. (The desktop app has the XML schema built in, so it already knows what format the XML file should be in.) My problem is that I want the desktop app to get
|
| How can I add project Refernces with the VBIDE.dll? | 24 Aug 2005 23:42 GMT | 1 |
In my VB solution I need to write to a MS word file the data & graphic, therefore I need to add the VBIDE.dll in the Project Add Reference/COM. However, when I try to search in COM list for the VBIDE ... I could not find it, except I only find the Microsoft Word 9.0 Object ...
|
| .Net access to windows explorer column values | 24 Aug 2005 21:55 GMT | 1 |
Newsgroup: In Windows explorer (Not internet explorer) when viewing .txt files the information displayed usually includes name, size, type, date modified, etc. It's also possible to display fields such as Comments and Notes by right
|
| Checking to see if Excel.exe is running - then close it | 24 Aug 2005 20:42 GMT | 8 |
I use a program that imports into Excel that requires that the workbook is closed prior to the import. How do you check to see if an Excel workbook is open, and then close the workbook?
|
| Setup Project, dynamic Registry key value... how? | 24 Aug 2005 19:53 GMT | 1 |
I found where to create new registry keys, but I would like on of these keys to have the installation path as it's value. Is it possible? and if it is. How can I do that? because I tried to set the value to TARGETDIR but the value inserted in the new registry key is "TARGETDIR" and ...
|
| How do I work out licensing?? | 24 Aug 2005 16:25 GMT | 1 |
Visual Studio 2003 .NET C# SQL 2000 I have written a windows app using C# with a SQL 2000 backend. How do I calcuate licensing costs for my boss!?? Presumably there is some client license we will need for each user? is the .Net framework on the client
|
| Problem with Windows Service and HttpWebRequest | 24 Aug 2005 15:31 GMT | 2 |
Hello everyone I was wondering if anyone has come across my problem? I programmed a Windows Service that uses httpWebRequest and httpWebResponse in VB.NET. Everything works fine until I use the webresponse object. What the Windows Service does is when the timer in the windows ...
|
| Option Buttons in VB.NET | 24 Aug 2005 14:51 GMT | 2 |
I have a question about option buttons and their values. I have many option buttons on my forms, each set contained in their own group boxes. I simply want to be able to give them a value, which can be returned to a
|
| app to run in the background | 24 Aug 2005 13:52 GMT | 1 |
i developed an app using C#, this app needs to print using microsoft office 2003 so everytime it prints the office starts up and prints. however i need the office to start without appearing to the user. any suggestions??
|
| NULLS values and text box values | 24 Aug 2005 12:13 GMT | 4 |
I have a text box on a web form that a user enters a number in. If they blank out the text box then I want to put a null value back into the database field. I want to return the value to NULL like txtWaterDischargeRate =
|
| A place to learn about Setup Projets? | 24 Aug 2005 11:30 GMT | 1 |
I want to know if there is a place to learn about Setup Projects, because I'm trying to make one but can't do the things I want to do, like add a registry key or allow the user to select/unselect optional parts. Can somebody help please or supply a link to a place where I could find ...
|