| Thread | Last Post | Replies |
|
| Adding Reference at Runtime | 16 Sep 2004 06:47 GMT | 1 |
How I can add reference in my C# projects at runtime i.e. programmtically?
|
| Error uninstalling from GAC | 16 Sep 2004 06:38 GMT | 1 |
I'm getting this error when trying to uninstall this component from the GAC. This is the 1.0 framework and wasn't installed with Windows Installer. Any ideas? Assembly: uwnm001, Version=1.0.0.0, Culture=neutral,
|
| WMI question | 16 Sep 2004 01:35 GMT | 1 |
Here are sections of my codes: private void test() { ObjectQuery objectQuery = new ObjectQuery("select * from
|
| RedirectFromLoginPage | 15 Sep 2004 21:50 GMT | 3 |
I like using RedirectFromLoginPage because it redirects back to the originally requested page after successful login. However, if the originally requested page was the login form then it automatically redirects to default.aspx.
|
| How to create a data table w/ columns and rows | 15 Sep 2004 20:12 GMT | 2 |
My subject probably isn't very descriptive of what I want to do, so let me explain: I wna tto have a website that holds a number of products, grouped by category. On the administration page of the website, I want to allow
|
| Create a "Service"??? | 15 Sep 2004 19:50 GMT | 11 |
I've an application in which I use to check out the date/time stamp of a data base... and if I find that it has been updated, my application runs and does a particular update. Currently I fire off my application hourly useing the built in XP Scheduler.
|
| HttpWebRequest: Cookies question | 15 Sep 2004 18:02 GMT | 3 |
When I run the code below, the web server tells me that I need to enable cookies. Can anyone tell me what might be causing that? I'm trying to POST userid and password to their login web page. Thanks! Dim CookieJar As CookieContainer = New CookieContainer()
|
| how to activate application | 15 Sep 2004 16:53 GMT | 1 |
Hi, can please MS answer this question: Is there any way for an desktop application to make it the active application (= the application window is highlighted and in front)? Or is there any way for an application to make another application the
|
| Sending non-encoded URL with HttpWebRequest | 15 Sep 2004 16:46 GMT | 2 |
How can I make a web request without getting the url encoded. I want to make a request to a web server that takes "\" as part of the url but can't handle "%5C" which would be the url encoded version. I want to send the following:
|
| Installing VS6 After VS.Net 2003 | 15 Sep 2004 16:30 GMT | 5 |
One of my development PC's died, and I need to have legacy VS and VS.Net installed at the same time. On the now dead PC, I had VS6 installed prior to installing VS.Net. This worked just fine. On my working PC, I already have VS.Net installed, but not VS6.
|
| sorted table or view | 15 Sep 2004 16:27 GMT | 3 |
Hello group, The datagrid is sorted using a dataview. Can I get the sorted dataview or table from the datagrid or any other way. All I need to get is the sorted data. Here is my code and what I am trying
|
| C# Plug-In's Question | 15 Sep 2004 16:01 GMT | 1 |
Does anyone know of a good article on how to develop an application that allows for plug-in capabilities? I am looking for a good design on how-to? Thanks,
|
| Messagebox is not showing message | 15 Sep 2004 15:49 GMT | 3 |
What the heck is going on? I have VS.Net 2003 on windows xp sp2. I open a new VB.net project, Drag a button on the form, in the click event I put a simple " messagebox.show("Hello") ". The button opens up with no
|
| Text message not showing in messagebox? | 15 Sep 2004 15:46 GMT | 4 |
Whats going on. Testing messagebox, text isn't showing up. Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code "
|
| DataTable.Select Method | 15 Sep 2004 14:15 GMT | 5 |
Can the DataTable.Select Method use 'Distinct' to remove duplicate rows? If so how? I tried, however code triggered error 'no colmn 'Distinct' found'. Thanks Harry
|