| Thread | Last Post | Replies |
|
| invoking monad cmdlet | 13 Jan 2006 18:55 GMT | 2 |
I have to invoke monad cmdlets from my c# program (windows service / application) How do I go about doing it ? It will be helpful if some one can point me to the namespaces to look at or
|
| Instantiate Shell.Explorer.2 at runtime for a web page | 13 Jan 2006 05:15 GMT | 2 |
I want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Windows.Forms.WebBrowser or AxSHDocVw.AxWebBrowser, none of them
|
| Client Side File Broswer | 10 Jan 2006 10:03 GMT | 2 |
I want to browse client computers to locate a file, and get the file reference to store in a database. I can use the HTML INPUT type FILE to get a client browser, but it tries to upload the file.
|
| Popup dialog page | 09 Jan 2006 09:18 GMT | 2 |
I have some codes under event ButtonSend_Click to check the user input values. This check is complicated enough using different stored procedures. Then according the result of the checks, I would like to display a popup page in which the user can select "OK", "Cancel" etc.
|
| web drive | 09 Jan 2006 07:12 GMT | 2 |
I would like to create a drive like (x:\) when the user logs into the site, so the user can save things on the site.
|
| copying html table to clipboard | 09 Jan 2006 07:06 GMT | 1 |
I need to programmatically copy an html table rendered by an asp.net page to the clipboard (for pasting into MS applications). Any way to do this via scripting? So far I'm running into walls trying to get this to work.
|
| Same UI script for web and winforms? | 09 Jan 2006 06:43 GMT | 1 |
I have virtually no experience of scripting in .NET so apologies if this is an obvious question. However I am toying with the idea of implementing interface responses to user inputs once for both a winforms and web application eg when a radio
|
| Override Ctrl+F in web page ? | 09 Jan 2006 06:37 GMT | 3 |
Hi everybody, I have a web page (ASP.NET) that contain a grid. I also created a search dialog for this grid by iframe. That means I use iFrame to make dialog (it looks like "Winlike" ). I would like to use hot key Ctrl + F to so my search dialog. However, Ctrl +
|