| Thread | Last Post | Replies |
|
| Invoke does not exist in the current context | 20 Sep 2006 00:44 GMT | 2 |
Hello, I seem to be getting the following error in one class, but not in a form. The name 'Invoke' does not exist in the current context. The code I am trying to execute is: Invoke(d, new object[] { text });
|
| easy ASP.NET question | 20 Sep 2006 00:14 GMT | 4 |
I have a asp:button wth an event handler, when the event fires I also want to change the property attribute of a div tag to not visible. How do I reference the HTML doms named item to set the property ? I know how with JavaScript on the client with DHTML, but confused now
|
| msbuild : Message: Value cannot be null. Parameter name: type | 19 Sep 2006 23:06 GMT | 2 |
I am using msbuild to compile my web application project. After building the solution I get the following error message: Server Error in '/Community' Application. --------------------------------------------------------------------------------
|
| Unhandled exceptions in runtime - is it a compiler bug? | 19 Sep 2006 22:57 GMT | 6 |
let me start with a simple sample to replicate the problem: 1. Create a new Windows Application C# project with 2 forms - MainForm and FaultyForm; 2. In the faulty form override the OnLoad method to throw an exception:
|
| Change back color of specific rows in datagrid | 19 Sep 2006 22:39 GMT | 1 |
I want to change the backcolor of some specific rows in the DataGrid. I have seen some samples that do it by overriding Paint method of inherited column class. However, I am using typed dataset in my application, so I cannot use
|
| Question about history | 19 Sep 2006 22:03 GMT | 3 |
I would like to create an history module to my application.. I need some advice to use a duplicate database with who, when and where fields added to that new duplicate table, or create a table with a character field saying which fields have been affected and others fields with who ...
|
| Check permissions on Folder | 19 Sep 2006 21:43 GMT | 6 |
When my application starts I need to check folder permissions to ensure they have "Full Control" before I let them proceed on. How can I check this permission. Thank you, Fred
|
| WMI remote connection slow - help. | 19 Sep 2006 21:38 GMT | 2 |
I have 7 computers and 5 controllers(no OS) connected to Domain controller. when I used WMI to query for registry, it take a long time (about 60 minutes) to return the result. if it a controller then there is no WMI and return a NULL ManagementClass. Does anyone know there is ...
|
| Dowload File | 19 Sep 2006 21:23 GMT | 1 |
I have problem with downloading a file using WebRequest and HttpWebResponse. Inorder to download this file i need to call to url that tells to prepare the file for download,
|
| Support for C# ActiveX controls in MSOffice? | 19 Sep 2006 21:08 GMT | 2 |
In 2004 (approximately) MS Tech support explained that while there was limited support for native mode Active X controls in a few cases (like IE), ActiveX controls should be all native code (especially for MS Office). Has this change with VS2005? Does MSOffice Support ActiveX ...
|
| Restricting webservice.. | 19 Sep 2006 19:48 GMT | 1 |
My prj has a login form(Login.aspx).It uses Form authentication(Credential stored in web.config).Once user is authenticated,it redirects to a webservice(service.asmx) that has a method that does some database operation.
|
| Applying splitter to Mdi Children ? | 19 Sep 2006 19:28 GMT | 1 |
i have an mdi app and 6 child forms. Application have options to Tile and Cascade forms (Used MdiLayout property). Now, i want to apply splitter to child forms to make it look like this ; ==============
|
| Building .tbl | 19 Sep 2006 19:14 GMT | 4 |
I'm building COM in C# to be used from C++ application. I've read that C++ client should use Type Library file .tlb. But my solution (of Class Library) produces only MyCom.dll. So my question is: What should I do (in VS 2005) to build .tlb file?
|
| Get Selected text from other window | 19 Sep 2006 19:11 GMT | 3 |
Hi all, I am wondering if there is anyway, I could detect if some text gets selected by the user in an external application. To give you an example, I would like to get the selected text same way as done by Babylone
|
| Uppercase in Combobox text | 19 Sep 2006 18:51 GMT | 4 |
How can I make the combo box text uppercase? For instance when the user types in letters in the combobox, I want them to appear as upper case. Thanks. Lakshmi
|